> For the complete documentation index, see [llms.txt](https://doc.exoway.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.exoway.io/fundamentals/rbac/scope.md).

# Scope

### Overview

Scopes are an important concept in Exoway as they are used to specify the exact level of access to resources that can be granted.

### Scopes vs permissions[​](https://www.ory.sh/docs/oauth2-oidc/overview/oauth2-concepts#scopes-vs-permissions) <a href="#scopes-vs-permissions" id="scopes-vs-permissions"></a>

What's the difference between scopes and permissions? Scopes define what the user is authorized to access in the organization of the owner. Permissions (RBAC, ACL) define what the user themselves are allowed to do.&#x20;

By using scopes, owners can control the level of access that users have to protected resources. Permissions ensure a user has access to their resources only, not the resources of other users.
