> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orisu.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Sticky Note

> Add a free-form note to the canvas.

Sticky Note is an annotation-only node for leaving notes on the canvas. It has no inputs or outputs and never runs, so it does not affect a workflow's execution.

## When to use

* Workflow notes
* Reminders
* Collaboration hints

## Configuration

<ParamField body="content" type="string" default="">
  The note text.
</ParamField>

<ParamField body="color" type="string" default="yellow">
  The note color. One of `yellow`, `blue`, `green`, `pink`, or `orange`.
</ParamField>

<ParamField body="width" type="number" default="200">
  Note width in pixels.
</ParamField>

<ParamField body="height" type="number" default="150">
  Note height in pixels.
</ParamField>

<Note>
  The note can be resized directly on the canvas.
</Note>
