Scholé
All tool lessons Start learning free
Free · 5 min · No signup

Learn n8n in 5 minutes.

n8n is a visual workflow builder you can self-host: nodes for hundreds of apps, code steps when you need them, and AI nodes that call models mid-flow. Your five minutes go to building one workflow that actually runs and knowing where it will break.

Pharos is taking you through this one. Free, and it runs right here. No signup.

lesson / n8n · interactive
app.schole.ai/g/n8n Open full screen ↗
Preparing your lesson…

Lesson not loading? Open it in a new tab. It is the same free lesson either way.

frame 02 / concepts

Trigger, nodes, and the data between them

A workflow starts with a trigger, passes items through nodes, and every node sees the output of the one before. Most confusion comes from not looking at that data.

Trigger

What starts it

A webhook, a schedule, a new row, a form submission. The trigger defines what an item is for the rest of the workflow.

Nodes

One step each

Each node does one thing: fetch, transform, branch, send. Click into any node to see exactly what went in and came out, which is how you debug.

AI node

A model in the middle

An AI node takes the item, applies a prompt, and returns structured output to the next step. Keep prompts specific and validate the output before acting on it.

frame 03 / steps

What you will do in the lesson

You answer and try things. Nobody demonstrates at you for five minutes.

  1. Build a three-node flow. You wire a schedule trigger to a fetch to a message, run it once, and see real data flow.
  2. Read the item. You open a node's output and find the field you need for the next step.
  3. Add a branch. You route items by a condition and send each branch somewhere different.
  4. Insert an AI step. You classify each item with a prompt and use the label in the next node.
  5. Handle a failure. You end by breaking a node on purpose and adding the error path that keeps the rest running.
frame 04 / comments

Before you start

Is n8n free?

The self-hosted version is free and open source. The cloud version is paid, with a trial.

n8n, Zapier, or Make?

n8n if you want control and self-hosting; Zapier if integrations matter most; Make if you want the simplest visual UI. This lesson is the n8n side of that choice.

Can agents use it?

Yes. n8n exposes workflows through MCP, so a model can trigger a flow you built. That is how the Scholé team uses it.

Do I need to code?

No, but the code node is there when a transformation is easier to write than to click together.

frame 05 / up next

Other tools people learn next

Same format, same five minutes, still free.

Learners from these organizations are already learning on Scholé

Partner organization logo Partner organization logo Partner organization logo Partner organization logo Partner organization logo Partner organization logo Partner organization logo