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

# mode

> Defines the type of access users will have to Omni in the iframe.

In the **Embed URL Builder**, this is the **Mode** field.

## Syntax

```markdown theme={null}
mode=<access_mode>
```

## Properties

<ParamField path="mode" type="string">
  The access mode for the embed session. Value must be one of:

  * `APPLICATION` - Enables [Create Mode](/embed/customization/create-mode). Allows embed users to access the full content system and navigate through the Omni app in an iframe.
  * `SINGLE_CONTENT` - Only embeds an individual dashboard or workbook. No content navigation or app headers.
</ParamField>

## Examples

```markdown title="Enable Create Mode" theme={null}
mode=APPLICATION
```
