---
title: "Note Node Parameters"
description: "Reference for Note (note) node parameters in Node Inspector — content, background color, collapse. Note for canvas documentation, not executed."
---

# Note Node Parameters

The **Note** node (note) is an element for documentation on the scenario canvas. It **is not executed** during bot operation; it serves as a hint or explanation for the integrator. In **Node Inspector** (right panel) the following sections are available:

## Content (content)

- **Note text** — arbitrary text displayed on the canvas (logic description, reminder, documentation link, etc.).

## Background Color (backgroundColor)

- **yellow** — yellow (default).
- **blue** — blue.
- **green** — green.
- **red** — red.
- **purple** — purple.
- **orange** — orange.

Color helps visually distinguish notes by type or importance.

## Collapse (isCollapsed)

- **Collapsed** — note is shown compactly (title or first lines only).
- **Expanded** — full note text is displayed.

**Tip:** A note has no input or output edges — it only helps with orientation on the canvas.

---

## Related Documents

- [Create scenario](/en/scenariobuilder/how-to/create-scenario.md)
- [Use action in scenario](/en/scenariobuilder/how-to/use-action-in-scenario.md)
- [Scenario editor overview](/en/scenariobuilder/explanation/what-is-scenario-editor.md)
