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

# group_label

> Defines the group the topic belongs to.

Defines the group the topic belongs to. This is useful for improving the organization and navigation of topics in workbooks or the IDE. For example, you could group topics together by dataset (`Salesforce`), team (`Marketing`), or analytical area (`Product usage`).

Topics without a `group_label` will display as 'ungrouped' below topic groups in the topic switcher.

## Syntax

```yaml theme={null}
group_label: <group_name>
```

## Properties

<ParamField path="group_label" type="string">
  The name of the group this topic belongs to. Values should be unquoted.
</ParamField>

## Examples

```yaml theme={null}
group_label: Marketing
```
