> ## Documentation Index
> Fetch the complete documentation index at: https://na-834f3010.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Templating

> Reference earlier node outputs in action fields.

Template-enabled fields accept `{{NodeName.field}}`.

* `template-input` and `template-textarea` resolve variables at run time.
* `text`, `number`, `select`, and `schema-builder` do not interpolate.
* Success payloads unwrap `data`, so `{{GetBalance.balance}}` reads `data.balance`.
