16 free guides · No signup required

n8n 101

A practical guide series for learning n8n - the open-source workflow automation platform teams are migrating to from Zapier and Make, now with native AI agent nodes. Written in plain English, by people who build automations for a living.

Get Started → Core Concepts → Go Deeper · ~90 minutes total
Trigger Action node AI Agent node Output

An n8n workflow: nodes do the work, connections decide what runs next - drag, drop, and wire it up visually.

GET STARTED

Start Here

Never opened n8n, or only poked around the canvas once? These four guides get you oriented.

What Is n8n? (vs Zapier vs Make)

The plain-English version: what n8n actually does, how it's different from Zapier and Make, and who it's really for.

Get Started 5 min read

Your First Workflow

A hands-on walkthrough - add a trigger, wire up an action, run it, and see your first execution succeed.

Get Started 6 min read

Nodes & Triggers, Explained

The building blocks of every workflow - what a node actually is, and the different ways a workflow can start.

Get Started 6 min read

Understanding the Canvas & Data Flow

How data actually moves between nodes - items, JSON, and why "one node runs once per item" trips up beginners.

Get Started 6 min read
CORE CONCEPTS

Build Something Real

The concepts that separate a toy workflow from one you'd actually trust with real data.

Expressions & Data Mapping

How to reference data from earlier nodes, transform it on the fly, and stop copy-pasting values by hand.

Core Concepts 6 min read

Credentials & Connecting Apps

OAuth, API keys, and how n8n keeps your credentials separate from your workflows so you can reuse them safely.

Core Concepts 5 min read

Webhooks, Explained

How to trigger a workflow from any external app or API call - the node that turns n8n into a receiver, not just a sender.

Core Concepts 6 min read

Error Handling & Retries

What happens when a node fails at 3am - error workflows, retry logic, and not waking up to a silently broken automation.

Core Concepts 6 min read

Sub-Workflows & Reusability

How to stop rebuilding the same five nodes in every workflow - calling one workflow from another.

Core Concepts 5 min read

Self-Hosted vs Cloud

The real tradeoffs - cost, control, maintenance - between running n8n yourself and paying for n8n Cloud.

Core Concepts 6 min read

Want more hands-on AI builds like this?

APA Mastery runs live, practical sessions on working with modern AI tools - not just theory.

See What's On →
GO DEEPER

Make It Production-Ready

AI agents, scale, and the parts of n8n that matter once you're past "it works on my machine."

AI Agents in n8n

The AI Agent node, tools, memory, and how n8n's LangChain-based nodes turn a workflow into a reasoning agent.

Go Deeper 7 min read

Connecting Claude To n8n

How to wire Claude into an n8n workflow as a model provider - and where MCP fits into the picture.

Go Deeper 6 min read

RAG & Vector Stores in n8n

Giving an agent your own documents to answer from - embeddings, vector store nodes, and retrieval in practice.

Go Deeper 7 min read

Scheduling & Queue Mode

Cron triggers, concurrency, and the queue mode setup that keeps high-volume workflows from falling over.

Go Deeper 6 min read

Scaling n8n in Production

Environments, version control, monitoring, and the checklist worth running before a workflow touches real customers.

Go Deeper 7 min read

n8n for Non-Coders

You don't need to write code to get real value from n8n - what's genuinely no-code, and where a little JavaScript helps.

Go Deeper 5 min read