> ## 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/linkAccess",
  "feedback": "Description of the issue"
}
```

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

</AgentInstructions>

# linkAccess

> Controls which Omni dashboards can be linked to from the embedded dashboard.

In the **Embed URL Builder**, this is the **Link access** field.

## Syntax

```markdown theme={null}
linkAccess=<access_value>
```

## Properties

<ParamField path="linkAccess" type="string">
  Controls dashboard linking permissions. Value must be one of:

  * `__omni_link_access_open` - All links on the embedded dashboard are permissed and shown. **Use this option when using Markdown.**
  * `<list_of_dashboard_ids>` - Only permit specific dashboards to be shown
  * **Leave blank** to restrict all links to other Omni dashboards. **Note**: Links to anything other than an Omni dashboard will be shown regardless of the values specified in this parameter.
</ParamField>

## Examples

```markdown title="Show all links on embedded dashboard" theme={null}
linkAccess=__omni_link_access_open
```
