How-To
Step-by-step guides with video, screenshots and code. Set up your tools, connect integrations, fix errors and ship faster. Search or filter by category, then follow each guide one step at a time.
New guides in your inbox
Fresh step-by-step how-to guides as we publish them. One email a week, no more.
How to Create Your First Original Song in Suno
Go from a blank Suno project to a finished, downloadable two-verse song using your own lyrics and a clear style prompt.
How to Write Original Lyrics with an AI Chatbot to Use in Suno
Use a chatbot to draft fresh, copyright-clean lyrics with proper section tags, then paste them straight into Suno or Udio.
How to Make an Instrumental With No Vocals in Suno
Make an instrumental with no vocals in Suno: flip the Instrumental switch, write a detailed style prompt, and generate clean background music in 5 minutes.
How to Generate Your First Original Track in Udio
Create an account, write a clean prompt with your own lyrics, and produce your first extended song section in Udio.
How to Extend a Short Clip into a Full Song in Udio
Turn a 30-second Udio seed into a complete arrangement using Extend before and after, then stitch it into one track.
How to Control Song Structure with Section Tags in Suno and Udio
Use bracketed tags like [Verse], [Chorus], and [Bridge] to shape arrangement, dynamics, and instrumental breaks.
How to Use Suno Covers on Your Own Recording Without Copyright Risk
Re-style a melody you recorded yourself with Suno Covers, and learn why uploading copyrighted music is the line to avoid.
How to Write Style Prompts That Nail the Genre and Mood
Build precise style prompts for Suno and Udio using genre, instruments, tempo, and mood instead of artist names.
How to Download Stems from Suno and Mix Them in a DAW
Export separated vocal and instrumental stems from Suno and import them into Audacity or another DAW for a cleaner mix.
How to Replace AI Vocals with Your Own Voice on a Suno or Udio Track
Export the instrumental stem, record your own vocal over it in a DAW, and line everything up for a personal take.
How to Check Licensing and Share Your AI Songs Safely
Understand ownership terms, keep your projects copyright-clean, and prepare a track for release on social or streaming.
How to Make Your First Text-to-Speech Voiceover in ElevenLabs
Turn a block of text into a natural-sounding voiceover MP3 using the ElevenLabs Text to Speech studio.
How to Clone Your Own Voice with Instant Voice Cloning
Create a custom voice from a short recording so ElevenLabs can read any text in your own voice.
How to Dub a Video into Another Language with ElevenLabs Dubbing
Use the Dubbing studio to translate and re-voice a video into a new language while keeping the original speaker's tone.
How to Produce a Multi-Speaker Podcast Episode in ElevenLabs Studio
Build a scripted two-host podcast where each speaker has a distinct voice, then export the full mix.
How to Design a Custom Voice from a Text Prompt in ElevenLabs
Use Voice Design to generate a brand-new synthetic voice by describing age, accent, and tone in plain words.
How to Generate Speech Programmatically with the ElevenLabs API
Call the Text to Speech REST endpoint with curl and Python to produce an MP3 from your own code.
How to Tune Stability and Similarity for Better-Sounding Voiceovers
Adjust the voice setting sliders to balance consistency against expressiveness and fix robotic or unstable output.
How to Fix Mispronounced Words and Names in ElevenLabs
Correct names, acronyms, and tricky words using phonetic spelling and pronunciation dictionaries.
How to Turn a Blog Article into a Narrated Podcast with ElevenLabs
Convert a long written article into a polished single-narrator audio episode ready to publish.
How to Generate Sound Effects from Text with ElevenLabs Sound Effects
Describe a sound in words and generate a short royalty-friendly effect clip for your video or podcast.
How to Batch-Narrate Many Video Scripts with the ElevenLabs API
Loop over a folder of script files and generate one voiceover MP3 per file with a single Python script.
How to Self-Host n8n with Docker for AI Workflows
Run your own n8n instance in Docker with persistent storage and an encryption key so AI workflows and credentials survive restarts.
How to Add OpenAI Credentials to n8n
Create an OpenAI API key, store it as a reusable credential in n8n, and verify it with a one-node test before building real AI workflows.
How to Build an n8n Workflow That Summarizes New Emails with AI
Trigger on incoming Gmail messages, summarize each one with an LLM, and post the digest to a channel so you stop reading low-value email in full.
How to Build a RAG Chatbot Over Your Docs in n8n
Embed your documents into a vector store, then answer questions against them with an AI Agent so replies are grounded in your own content.
How to Auto-Classify and Route Support Tickets with AI in n8n
Use an LLM to tag incoming tickets by category and urgency, then branch the workflow to route each one to the right team automatically.
How to Schedule Daily AI Content Generation in n8n
Use a Schedule Trigger to generate a draft post every morning with an LLM and drop it into a doc or sheet for review.
How to Build an AI Agent with Tools in n8n
Set up the AI Agent node with a chat model, memory, and custom tools so it can decide when to call APIs instead of just chatting.
How to Extract Structured Data from PDFs with AI in n8n
Read a PDF, pass its text to an LLM with an output schema, and turn unstructured invoices or forms into clean rows in a spreadsheet.
How to Connect Anthropic Claude as the Model in n8n Workflows
Add an Anthropic credential and use a Claude chat model in n8n nodes and agents so you can compare or switch providers freely.
How to Add Error Handling and Retries to n8n AI Workflows
Protect AI workflows from rate limits and flaky responses with node retries, an error workflow, and alerts so failures never go silent.
How to Transcribe and Summarize Audio with AI in n8n
Send an audio file to a speech-to-text model, then summarize the transcript with an LLM to turn meetings and voice notes into action items.
How to Summarize Incoming Emails with AI in Make.com
Build a Make scenario that watches a Gmail inbox and posts a short AI summary of each new email to Slack.
How to Auto-Classify Support Tickets with AI in Make.com
Use OpenAI inside Make to tag incoming form submissions by category and urgency, then route them automatically.
How to Turn RSS Headlines into AI Blog Drafts in Make.com
Watch an RSS feed and have AI write a short draft post for each new item, saved straight to Google Docs.
How to Auto-Transcribe Audio Files with Whisper in Make.com
Drop audio into a cloud folder and let Make transcribe it with Whisper, then store the text automatically.
How to Build an AI Telegram Chatbot in Make.com
Connect a Telegram bot to OpenAI in Make so users can chat with an AI assistant directly in Telegram.
How to Generate Images from a Spreadsheet with AI in Make.com
Loop through prompts in Google Sheets, generate an image for each with DALL-E, and save them to Drive.
How to Run AI Sentiment Analysis on New Reviews in Make.com
Score each new customer review for sentiment with AI and log positive and negative ones to separate sheets.
How to Auto-Translate Content into Multiple Languages in Make.com
Take one source text and have AI produce several language versions at once, saved back to a spreadsheet.
How to Extract Invoice Data from PDFs with AI Vision in Make.com
Use a GPT vision model in Make to pull totals and dates out of uploaded invoices and log them as structured data.
How to Answer Questions from Your Docs with AI in Make.com
Build a lightweight retrieval flow that pulls relevant notes from a Data Store and answers questions with AI.
How to Handle AI Errors and Rate Limits in Make.com Scenarios
Add retries, breaks, and fallbacks so your AI scenarios survive rate limits and bad responses without breaking.
How to Build Your First Zap with an AI Step
Connect a trigger to an AI action in Zapier so an LLM processes every new item automatically, no code required.
How to Auto-Summarize Form Submissions and Post Them to Slack
Turn long form responses into a clean one-line summary with AI and drop it into a team channel the moment someone submits.
How to Use Your Own OpenAI API Key in Zapier
Connect a personal OpenAI account to Zapier so AI steps run on your key, your model choice, and your billing.
How to Extract Structured Data From Emails Using a Zapier AI Step
Pull names, amounts, and dates out of messy emails into clean fields you can route into a spreadsheet or CRM.