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

# tags

> Curates view and field groups for organizing and grouping views in the UI.

## Syntax

```yaml theme={null}
tags: [<tag1>, <tag2>, ...]
```

or

```yaml theme={null}
tags:
  - <tag1>
  - <tag2>
  - ...
```

## Properties

<ParamField path="tags" type="array">
  A comma-delimited array of strings used for organizing and grouping views.
</ParamField>

## Examples

```yaml theme={null}
tags: [ sales ]
```
