> ## 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": "/embed/setup/url-parameters/accessBoost",
  "feedback": "Description of the issue"
}
```

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

</AgentInstructions>

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