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

# examples

> Worked input→output examples that teach the agent your preferred style and reasoning. Few-shot guidance that ships in the system prompt.

# `examples` — Examples

Worked input→output examples that teach the agent your preferred style and reasoning. Few-shot guidance that ships in the system prompt.

**Section key** `examples` · **Shape** array · **Tier** All plans\
**Edit in the dashboard:** [Examples page](/sidebar-menu/examples)

> List of example exchanges.

## Fields (per item)

| Field       | Required | Type    | Allowed values / constraints | Default | Description                                                                         |
| ----------- | -------- | ------- | ---------------------------- | ------- | ----------------------------------------------------------------------------------- |
| `name`      | **yes**  | string  | —                            | —       | Short label for this example (shown in the dashboard list).                         |
| `input`     | **yes**  | string  | —                            | —       | A realistic user message.                                                           |
| `output`    | **yes**  | string  | —                            | —       | The ideal agent response to that message.                                           |
| `reasoning` | no       | string  | —                            | —       | Optional internal reasoning notes visible only to the agent, not to the power-user. |
| `collapsed` | no       | boolean | —                            | —       | UI hint — start this entry collapsed in the dashboard editor.                       |
