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 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 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 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 Start Your First Project with Claude Code
Open Claude Code in a real folder, ask it to make a small change, and review and accept the edit safely.
How to Pass Arguments to a Claude Code Slash Command
Make slash commands dynamic with $ARGUMENTS and positional placeholders so one command handles many inputs.
How to Make Charts and PDF Reports with ChatGPT
Turn a dataset into labeled charts and a downloadable PDF report using ChatGPT's data analysis tools.
How to Fix a Custom GPT That Ignores Its Instructions
Diagnose why a custom GPT drifts off its rules and apply the prompt and configuration fixes that make it behave.
How to Make a Product Mockup with Grok
Place your logo or design onto a realistic product shot for listings and ads.
How to Make a Social Post Graphic with Readable Text in Grok
Design an on-brand post image with a headline that Grok actually spells correctly.
How to Build a Make Scenario That Turns Topics into Draft Scripts
Chain a Make scenario from a Google Sheet of topics to an AI module to a draft saved back in the sheet, no code required.
How to auto-post to a Telegram channel from a script
Make a bot an admin of your channel and push formatted posts automatically with a single API call.
How to make a Telegram bot reply with AI answers
Wire a Telegram bot to an LLM so every incoming message gets an intelligent generated reply.
How to Make a Slack Command That Summarizes a Thread With AI
Build a /summarize slash command that pulls a thread's messages and returns an AI recap.
How to Stream AI Replies Live in Discord by Editing Messages
Make Discord answers feel like ChatGPT by streaming tokens and editing the message as they arrive.
How to Classify Incoming Webhook Data with Claude in Make
Receive a webhook in Make, ask Claude to label it as a category, and route the scenario based on the answer.
How to Verify Webhook Signatures Before Calling an AI Model
Stop strangers from running up your AI bill by checking an HMAC signature in n8n or Make before any model call.
How to Describe Uploaded Images with a Make Webhook and GPT Vision
Receive an image URL through a Make webhook and get an alt-text description back from a vision-capable model.
How to Add an Error Handler and Retry to an AI Webhook in Make
Catch failed model calls in Make with error directives so a hiccup retries or falls back instead of dropping data.
How to Cap AI Spend on a Webhook Across Zapier, Make, and n8n
Add per-day request counters and short prompts so a busy webhook cannot blow past your AI budget.
How to Make a Logo in Canva from a Text Prompt
Use Canva's AI logo generator and editor to turn a one-line brand description into a clean, editable logo.
How to Make a Social Quote Graphic in Ideogram
Generate a shareable quote post where the words render cleanly, using Ideogram's text-aware image model.
How to Turn a No-Code Web App into an Installable Mobile App
Make a Lovable or Bolt web app installable on phones as a Progressive Web App with an icon, offline shell, and full-screen mode.
How to Send Voiceflow Chat Data to a Spreadsheet With an API Step
Capture an email in Voiceflow and POST it to a Zapier or Make webhook with the API block so each chat lands in a Google Sheet.
How to Analyze Your YouTube Analytics with ChatGPT
Export your channel data and let ChatGPT turn raw CSVs into plain-language insights about what to make more of.
How to Apply Studio Sound to Clean Up Audio in Descript
Use Descript's Studio Sound to remove background noise and make voice recordings sound like they came from a studio mic.
How to Make a Text-to-Video Clip in Runway Gen-3
Turn a written prompt into a short cinematic clip in Runway Gen-3 Alpha, then download it for editing.
How to Make Vertical 9:16 Clips for Shorts and Reels
Generate platform-ready vertical video in Runway, Kling, or Veo and avoid the most common framing mistakes.
How to Make a Faceless YouTube Short with AI
Build a vertical, faceless Short end to end with an AI script, a synthetic voiceover, stock visuals, and captions, no camera needed.
How to Make a Faceless Reddit Story Video
Turn a text story into a faceless narration video with gameplay background, synced captions, and a strong hook.
How to Add B-Roll and Emojis Automatically in Opus Clip
Use Opus Clip AI b-roll and keyword emojis to break up a static talking head and make clips feel more dynamic.
How to Make a Faceless Listicle Video from a Blog Post
Convert a written listicle into a faceless top-five video with voiceover, on-screen ranking, and matching visuals.
How to Initialize a Git Repository in VS Code
Turn a plain project folder into a git repository, make your first commit, and understand the Source Control view, all without typing git commands.
How to Set Up Format on Save with Prettier in VS Code
Install the Prettier extension, make it your default formatter, and have VS Code auto-format your code every time you save.
How to Set Up an AI Assistant in VS Code
Install an AI coding extension in VS Code, sign in, and tune the settings that make inline suggestions actually helpful.
How to Make an Agent Plan Before It Edits
Ask for a written plan first so you can correct the approach before any file changes, saving rework on bigger tasks.
How to Ask an Agent to Explain a Bug Before Fixing It
Make the agent state the root cause first so you can confirm the diagnosis before it writes a fix that masks the real problem.
How to Fine-Tune an LLM with LoRA (Beginner Guide)
Understand what fine-tuning actually does, why LoRA makes it possible on consumer hardware, and what you need before you write a single line of training code.
How to Build an AI Messaging / Chatbot Automation (No Code)
Wire a chat trigger to an AI model and reply automatically, using n8n or Make, with no code and one short prompt.