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

# accessBoost

> Enables AccessBoost for the embedded dashboard.

If `true`, [AccessBoost](/share#access-warnings) will be enabled for the embedded dashboard.

In the **Embed URL Builder**, this is the **Access Boost** field.

## Syntax

```markdown theme={null}
accessBoost=<boolean>
```

## Properties

<ParamField path="accessBoost" type="boolean">
  Set to `true` to enable AccessBoost, or `false` to disable it.
</ParamField>

## Examples

```markdown title="Enable AccessBoost" theme={null}
accessBoost=true
```
