# Note node

The **Note** node is a non-executing comment for documenting the canvas. It never runs, never produces output, and never affects execution — it only exists so you and your teammates can read what a section of the workflow is meant to do.

Notes are resizable sticky-note style elements rendered in pale yellow. Drop them next to clusters of nodes to explain intent, ownership, or open questions.

---

## Usage

Drag a Note from the palette onto the canvas. Click inside it and start typing. Markdown is supported in the note body:

```md
**Triage branch** — owned by @support

TODO: add an escalation path for VIP customers.
See [runbook](https://wiki/runbooks/triage).
```

Resize from the corners (selection handles) to fit the content.

---

## When to use it

- Explaining a non-obvious branch to teammates
- Flagging TODOs or known limitations
- Marking ownership ("@billing-team owns this branch")
- Documenting why a tool is wired the way it is

Notes are stored with the workflow but stripped from execution. They never appear in logs or outputs.

---

*Source: https://agentbuilder.systalink.sn/docs/node-note — human documentation.*
*Other language: [/docs-md/fr/node-note.md](/docs-md/fr/node-note.md).*
*Machine-readable index: [/llms.txt](/llms.txt).*
