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

# label

> Defines a display name for the composite topic.

Defines a display name for the composite topic as it appears in the topic picker. Defaults to a humanized version of the filename.

## Syntax

```yaml theme={null}
label: <display_name>
```

## Properties

<ParamField path="label" type="string">
  The display name for the composite topic that appears in the topic picker. Quote the value if it contains a colon, comma, or other special character.
</ParamField>

## Examples

```yaml theme={null}
label: "Orders & Marketing"
```
