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 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.
How to Build a Simple AI Chatbot with Zapier Interfaces and Tables
Create a hosted chatbot trained on your own content using Zapier Chatbots, no website code needed.
How to Auto-Categorize and Route Support Tickets with AI and Paths
Let an AI step tag each incoming ticket so Zapier Paths sends it to the right team automatically.
How to Auto-Generate Social Media Captions From New Blog Posts
Watch your RSS feed, have AI draft platform-specific captions, and queue them for posting automatically.
How to Call the Claude API From Zapier Using Webhooks
Use a Webhooks by Zapier POST step to send a prompt to Anthropic's Messages API when there is no native action you need.
How to Cut AI Task Usage in Zapier With Filters and Formatter
Stop wasting AI credits by filtering out items that do not need a model and trimming text before it hits the prompt.
How to Build a Multi-Step AI Research Agent in Zapier
Chain a search action, an AI summarize step, and a delivery step into a simple agent that briefs you on any new topic.
How to Debug AI Steps in Zapier Using Zap History
Find out why an AI step returned the wrong answer or broke a later action by reading the run logs and reproducing it.
How to Build a No-Code Automation Between Two Apps
Connect a trigger in one app to an action in another so a routine task runs itself without any code.
How to Run Two Agents in Parallel with Git Worktrees
Use git worktrees to give each agent its own checked-out folder so two tasks run at once without stepping on each other.
How to Automate a Daily Task with a Cron Script
Wrap a repeatable job in a small script and schedule it with cron so it runs on its own every day and logs what it did.
How to Extract Structured Data from PDFs with n8n
Read a PDF in n8n, send the text to an LLM with a fixed schema, and write clean JSON rows to Google Sheets or a database.
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.