From 300d76fa7ee93635408ec9832ee849ab6c5c1c18 Mon Sep 17 00:00:00 2001 From: Hamza Nasir Date: Wed, 3 Sep 2025 16:04:45 +0500 Subject: [PATCH] docs: add fourth way to open nodes panel in editor UI --- docs/courses/level-one/chapter-1.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/courses/level-one/chapter-1.md b/docs/courses/level-one/chapter-1.md index 313bdbdc49f..6b0da30cf47 100644 --- a/docs/courses/level-one/chapter-1.md +++ b/docs/courses/level-one/chapter-1.md @@ -111,13 +111,15 @@ Based on their function, n8n classifies nodes into four types: Refer to [Node types](/integrations/builtin/node-types.md) for a more detailed explanation of all node types. /// -### Finding nodes +Finding nodes# -You can find all available nodes in the **nodes panel** on the right side of the Editor UI. There are three ways in which you can open the nodes panel: +You can find all available nodes in the nodes panel on the right side of the Editor UI. There are four ways in which you can open the nodes panel: + +- Click the + icon in the top right corner of the canvas. +- Click the + icon on the right side of an existing node on the canvas (the node to which you want to add another one). +- Click the Tab key on your keyboard. +- When adding your first node, click the + icon in the center of the canvas. -- Click the **+** icon in the top right corner of the canvas. -- Click the **+** icon on the right side of an existing node on the canvas (the node to which you want to add another one). -- Click the ++tab++ key on your keyboard.
Nodes panel
Nodes panel