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

# description

> Free text describing the composite topic, shown in the topic picker.

Free text describing the composite topic. The description is shown in the topic picker to help users choose the right dataset.

## Syntax

```yaml theme={null}
description: <string>
```

## Properties

<ParamField path="description" type="string">
  A description of the composite topic, surfaced in the topic picker. Quote the value if it contains a colon, comma, or other special character.
</ParamField>

## Examples

```yaml theme={null}
description: "Revenue and marketing performance, aligned by date and region"
```
