Suno Complete Guide: From Sign-Up to Your First AI Music – Prompt Writing & Style Tags Tutorial
Suno Complete Guide: From Sign-Up to Your First AI-Generated Music
Suno is one of the most powerful AI music generation platforms available today. Whether you’re a content creator needing background music, a hobbyist exploring AI creativity, or a musician prototyping ideas, Suno lets you generate full songs — vocals, instruments, and all — from simple text prompts. This step-by-step guide walks you through everything from account creation to crafting professional-sounding tracks.
Step 1: Create Your Suno Account
- Visit suno.com and click Sign Up in the top-right corner.- Choose your authentication method: Google, Discord, or Microsoft account.- Accept the Terms of Service and Privacy Policy.- Once logged in, you’ll land on the Home dashboard. Free-tier users receive 50 credits per day (each song generation costs 5 credits).
Step 2: Understand the Suno Interface
| Section | Purpose |
|---|---|
| **Create** | Main song generation workspace |
| **Library** | All your previously generated songs |
| **Explore** | Discover songs created by other users |
| **Persona** | Create and manage custom AI vocalist personas |
An upbeat pop song about a road trip with friends on a summer day, catchy chorus, feel-good vibes- Click **Create**. Suno will generate two variations of your song (each approximately 1–2 minutes).- Listen to both versions and choose your favorite.
## Step 4: Use Custom Mode for Full Control
Toggle **Custom Mode** on to unlock the full prompt editor. This gives you separate fields for lyrics, style of music, and title.
Writing Effective Lyrics
Use Suno’s structural tags to define song sections:
[Intro]
(Soft acoustic guitar)
[Verse 1]
Walking down the empty street at dawn
The city sleeps but I keep moving on
[Pre-Chorus]
Something’s calling me, I feel it in my bones
[Chorus]
We’re alive, we’re alive tonight
Chasing stars and neon lights
[Verse 2]
Every corner holds a memory untold
Warm like summer, bright like gold
[Bridge]
Let the music take us where we belong
[Chorus]
We’re alive, we’re alive tonight
Chasing stars and neon lights
[Outro]
(Fade out with humming)
Available Structure Tags
| Tag | Description |
|---|---|
[Intro] | Instrumental or vocal opening |
[Verse] | Main storytelling section |
[Pre-Chorus] | Builds tension before the chorus |
[Chorus] | Main hook, repeated section |
[Bridge] | Contrasting section for variation |
[Outro] | Closing section of the song |
[Instrumental] | Music-only section, no vocals |
[Break] | Short pause or minimal arrangement |
The **Style of Music** field is where you define the genre, mood, instrumentation, and vocal style. Combine multiple descriptors separated by commas:
indie pop, female vocals, dreamy, reverb-heavy guitars, upbeat tempo, 120 BPM
### Style Tag Examples by Genre
| Genre | Recommended Style Tags |
|---|---|
| Lo-Fi Hip Hop | lo-fi hip hop, chill beats, vinyl crackle, mellow piano, jazzy chords |
| Epic Cinematic | cinematic orchestral, epic, dramatic strings, choir, powerful brass |
| K-Pop | k-pop, catchy, synth-driven, dance beat, bright vocals, polished production |
| Acoustic Folk | acoustic folk, fingerpicking guitar, warm vocals, storytelling, campfire feel |
| EDM | electronic dance music, heavy bass drop, synth leads, festival energy, 128 BPM |
| R&B Soul | r&b soul, smooth vocals, groovy bassline, late-night mood, silky production |
| Plan | Credits/Month | Commercial Use | Price |
|---|---|---|---|
| Free | 50/day | No | $0 |
| Pro | 2,500/month | Yes | $10/month |
| Premier | 10,000/month | Yes | $30/month |
Suno offers an API for programmatic music generation. Here is a basic workflow:
# Install the Suno API client
pip install suno-api
Generate a song via API
curl -X POST https://api.suno.ai/v1/songs
-H “Authorization: Bearer YOUR_API_KEY”
-H “Content-Type: application/json”
-d ’{
“prompt”: “A chill lo-fi beat for studying, no vocals”,
“style”: “lo-fi hip hop, instrumental, mellow piano, rain sounds”,
“duration”: 120
}’
# Check generation status
curl https://api.suno.ai/v1/songs/SONG_ID
-H “Authorization: Bearer YOUR_API_KEY”
Pro Tips for Power Users
- Stack style descriptors: The more specific your style tags, the better the output. Combine genre + mood + instrument + vocal type + tempo for precise results.- Use parenthetical directions: Inside lyrics, add non-sung directions like
(whispered),(belting),(spoken word), or(ad-lib)to control vocal delivery.- Instrumental-only tracks: Add[Instrumental]at the top of your lyrics field or includeinstrumentalin your style tags to remove vocals entirely.- Negative prompts: While Suno doesn’t have a formal negative prompt system, you can guide away from unwanted elements by being extremely specific about what you do want.- Persona feature: Create a custom Persona to maintain a consistent vocal character across multiple songs — ideal for virtual artist projects.- Reuse seeds: When you find a generation you love, note the style settings and lyrics structure so you can replicate the pattern in future songs.- BPM control: Specify exact BPM in your style tags (e.g.,90 BPM,140 BPM) for tempo-sensitive projects.
Troubleshooting Common Issues
| Problem | Cause | Solution |
|---|---|---|
| Song cuts off abruptly | Initial generations are limited to ~1–2 minutes | Use the **Extend** feature to continue the song from the cutoff point |
| Vocals sound garbled or off-key | Overly complex lyrics or conflicting style tags | Simplify your lyrics, reduce syllable density, and ensure style tags are coherent |
| Wrong genre or mood | Vague or contradictory style descriptions | Be explicit — replace chill rock with soft rock, acoustic, slow tempo, 80 BPM, mellow |
| Credits depleted quickly | Each generation uses 5 credits (10 for custom mode) | Plan your prompts before generating; draft lyrics externally first |
| API returns 401 error | Invalid or expired API key | Regenerate your API key from the Suno developer dashboard |
| Song has unwanted silence | Empty lines in lyrics interpreted as pauses | Remove excessive blank lines between sections |
Can I use Suno-generated music in YouTube videos or podcasts?
On the **Free plan**, songs are for personal, non-commercial use only. If you want to use Suno music in YouTube videos, podcasts, social media content, or any monetized project, you need a **Pro ($10/month)** or **Premier ($30/month)** subscription, which grants full commercial usage rights for the songs you generate.
How do I make Suno generate music without vocals (instrumental only)?
There are two reliable methods. First, in Custom Mode, write [Instrumental] as the only content in the lyrics field. Second, include the word instrumental in your Style of Music field alongside your genre tags (e.g., cinematic orchestral, instrumental, epic strings). Combining both methods gives the most consistent results.
What is the maximum song length I can create with Suno?
A single generation produces approximately 1–2 minutes of audio. However, you can use the Extend feature repeatedly to build songs up to approximately 4 minutes in length. Use the Get Whole Song option to merge all extended segments into one continuous audio file for download.