> ## 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.

# Brand voice

> Define how the brand sounds and emit it as brand data for copy-focused steps.

The Brand Voice node defines how the brand sounds (narrative voice, example copy, and tone tags) and outputs brand data for copy-focused steps.

## When to use

* Consistent marketing copy
* Support or social tone alignment

Common pattern: `brand_voice → generate_text`.

## Inputs

This node has no inputs.

## Outputs

<ParamField body="Brand" type="brand">
  Structured brand data for downstream AI nodes.
</ParamField>

## Configuration

<ParamField body="voiceDescription" type="string" default="">
  How the brand's narrative voice reads.
</ParamField>

<ParamField body="sampleCopy" type="string" default="">
  Example copy the model can match.
</ParamField>

<ParamField body="toneAttributes" type="string[]" default="[]">
  Tone tags entered one at a time, such as "playful" or "authoritative".
</ParamField>
