n8n for Beginners: Start Here
A plain-English knowledge base for n8n, the open-source workflow automation tool — the core terms and how it fits together.
This is the AI Dude knowledge base for n8n, the open-source workflow automation tool. It's written for people who keep hearing that they should automate something and want to understand what that actually involves before installing anything.
Start with the glossary if the terminology is the obstacle — nodes, triggers, executions and webhooks are straightforward once someone explains them plainly.
What Is n8n, in One Paragraph
n8n lets you connect services together so that something happening in one place causes something to happen in another, without writing an application to do it. A form submission creates a task; a new row in a spreadsheet sends a message; an incoming email gets classified by an AI model and filed. You build this by dragging boxes onto a canvas and connecting them, rather than by coding.
How a Workflow Is Built
Every workflow starts with a trigger — the thing that sets it off. That might be a schedule, an incoming webhook, a new email, or a manual click while you're testing. After the trigger come nodes: each one does a single job, such as calling an API, transforming data, making a decision, or sending a message.
Data flows from node to node, and each node receives what the previous one produced. Most of the real work in automation is not connecting services — it's reshaping the data between them so the next step gets what it expects.
Self-Hosted or Cloud
This is the choice that defines the whole experience, and it is worth making deliberately. n8n can run on their hosted cloud, where you pay per month and nothing needs maintaining, or on your own server, where the software is free but you own the updates, the backups and the uptime.
Self-hosting is the reason many teams choose n8n over closed alternatives: sensitive data never leaves your infrastructure, and there is no per-execution bill. It is also genuinely more work than it looks, so pick it for the data or cost reasons rather than for the sport.
Why It Comes Up in AI Conversations
Automation tools became far more useful once language models could be one of the steps. A workflow can now fetch a document, ask a model to classify or summarise it, and route the result — which turns a rigid rule into something that copes with messy real-world input.
That is why n8n appears constantly in AI discussions despite not being an AI product itself: it is the plumbing that puts a model into an actual process.
What's in This Section
The n8n glossary explains the core vocabulary in plain terms. More pages are being added as this knowledge base grows. For features, pricing and honest limitations, see the n8n tool page.