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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.exoway.io/fundamentals/rbac/scope.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
