🗒 Cheat Sheet← Lesson
BitWithBite
n8n Automation Worksheet

⚙️ Setting Up n8n

Chapter: n8n Automation · Level ★★☆ · Time: 30 min
SCORE___ / 20
NameClassDate
After this worksheet you can
Installing n8n (npm/Docker/cloud)The n8n editor layoutStarting and saving a workflowBasic workspace navigation

🧠 Section A · Concept Check ● BEGINNER 4 × 1 = 4

1A common way to install n8n locally is via:
2The main editing area where nodes are placed is the:
3To run a workflow manually you click:
4Workflows are saved:

🧮 Section B · Problem Solving ● INTERMEDIATE 2 + 3×3 = 11

5npm install n8n installs it via .
6Docker lets you run n8n inside a .
7List 2 ways to run n8n.
8Why test with Execute Workflow before activating?
9What happens to a workflow after you click Save?

🚀 Section C · Challenge ● CHALLENGE 5

10Name one setting you would check right after first install.
💭 Reflection — the most useful thing I learned:
A ___/4   B ___/11   C ___/5   Total ___/20 Teacher's Signature Parent's Signature
✂ answer key — fold or cut before handing out

1-A   2-A   3-A   4-A  |  5 Node.js/npm   6 container   7 = npm install n8n; or docker run n8nio/n8n; or n8n.cloud   8 = Confirms nodes work correctly on sample data before it runs live   9 = It is stored in your n8n instance and can be reopened/edited later  |  10 = e.g. timezone, or credentials/security settings

📄 Need offline practice?Download the print-ready PDF or open the one-page cheat sheet.
⬇ Worksheet PDF 🗒 Cheat Sheet