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

# Text Notes

> Annotations, reminders, and visual wayfinding on the NodePad canvas.

Text notes are freeform notes that live on the canvas beside your conversation branches. They help you annotate the workspace, keep track of decisions, and leave yourself or teammates breadcrumbs about what to do next.

## What text notes are for

<Columns cols={2}>
  <Card title="Session notes" icon="notebook-pen">
    Capture what the workspace is for, what you are testing, or what still needs review.
  </Card>

  <Card title="Checklists" icon="list-checks">
    Keep a short list of open questions, next actions, or review criteria.
  </Card>

  <Card title="Wayfinding" icon="map">
    Label clusters of branches so a large workspace stays readable when you zoom out.
  </Card>

  <Card title="Human context" icon="users">
    Leave notes for collaborators that should stay visible on the canvas but out of model prompts.
  </Card>
</Columns>

## How to create one

<Steps>
  <Step title="Open the canvas context menu" icon="mouse-pointer-2">
    Right-click empty canvas space.
  </Step>

  <Step title="Choose New text note here" icon="sticky-note">
    NodePad drops a new note at that position.
  </Step>

  <Step title="Type your annotation" icon="type">
    Write whatever annotation or checklist you need and place it near the relevant branches.
  </Step>
</Steps>

<Warning>
  Text notes are not model instructions. They are not automatically injected into the prompt context for nearby branches. If you want instructions to affect the model, put them in your message, in the workspace instructions, or in a branching strategy that keeps different prompt intents separate.
</Warning>

## Patterns that work

<AccordionGroup>
  <Accordion title="Workspace header note">
    Put one note near the top-left of a workspace that says what the entire canvas is trying to solve.
  </Accordion>

  <Accordion title="Decision log">
    Keep a note beside a cluster of branches that records the choice you made after comparing them.
  </Accordion>

  <Accordion title="Review checklist">
    Add a note with the standards you want to check before exporting, sharing, or shipping the result.
  </Accordion>
</AccordionGroup>

## Continue

<Columns cols={2}>
  <Card title="The canvas" icon="frame" href="/concepts/canvas">
    How notes sit beside branches and edges in a workspace.
  </Card>

  <Card title="References" icon="at-sign" href="/concepts/references">
    When you do want context to move into a prompt, use `@`.
  </Card>
</Columns>
