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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.omni.co/feedback

```json
{
  "path": "/modeling/topics/parameters/group-label",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

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