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

> Define free-form brand rules and emit them as brand data for models and tools.

The Brand Guidelines node holds free-form brand rules (colors, typography, logo usage, and do's and don'ts) and outputs them as brand data for models and tools.

## When to use

* Enforcing design system rules
* Legal or compliance copy constraints

Common patterns: `brand_guidelines → generate_image`, `brand_guidelines → 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="guidelines" type="string" default="">
  Brand rules in free form: colors, typography, logo usage, do's and don'ts. This context is passed to downstream AI nodes.
</ParamField>
