> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wisdom.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard Scope

This page describes the DashboardScope enum that defines access levels for dashboard operations.

## DashboardScope

The access level for dashboard operations. The possible values are:

| Value       | Description                          |
| ----------- | ------------------------------------ |
| `NO_ACCESS` | User has no access to the dashboard  |
| `VIEWER`    | User can view the dashboard          |
| `EDITOR`    | User can view and edit the dashboard |

## Related operations

<CardGroup cols={2}>
  <Card title="Dashboard Object" icon="folder" href="/integrations/graphql-api/objects/dashboard">
    Dashboard with access level information
  </Card>

  <Card title="Dashboard Query" icon="magnifying-glass" href="/integrations/graphql-api/queries/dashboard/dashboard">
    Query requiring scope parameter
  </Card>
</CardGroup>
