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

Defines a display name for the topic. This will override the topic's name as it displays in the workbook.

## Syntax

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

## Properties

<ParamField path="label" type="string">
  The display name for the topic that appears in the workbook. Values should be unquoted.
</ParamField>

## Examples

```yaml theme={null}
label: California
```
