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

> Overrides the name of the view in the UI.

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

## Syntax

```yaml theme={null}
label: <display name>
```

## Properties

<ParamField path="label" type="string">
  The display name that will appear in the UI instead of the view name.
</ParamField>

## Examples

```yaml title="View will display as Users With Orders in the UI" theme={null}
schema: Ecomm
table: Users
label: Users With Orders
```
