# Scope List

## Specification

The scopes object contains all available scopes used within Make with their human-readable description.

{% tabs %}
{% tab title="Code" %}

```json
{
	"identify": "Allow application to confirm your identity.",
	"groups:read": "Access information about user's private channels.",
	"channels:read": "Access information about user's public channels.",
	"users:read": "Access the team member's profile information.",
	"im:read": "Access information about user's direct messages.",
	"files:write:user": "Upload and modify files as user.",
	"chat:write:bot": "Send messages as user.",
	"channels:history": "Access user's public channels.",
	"im:history": "Access user's direct messages.",
	"groups:history": "Access user's private channels.",
	"team:read": "Access basic information about the team."
}
```

{% endtab %}
{% endtabs %}

## View granted scopes in a connection

You can view the scopes granted in a connection:

{% stepper %}
{% step %}
Click **Connections** in the left menu.
{% endstep %}

{% step %}
Find the connection you want to review. If you have many connections, you can use the Search feature in the upper-right corner to find the connection.
{% endstep %}

{% step %}
Every row with a connection has a lock icon with a number. If there are scopes available in the connection, the number is larger than 0.

<div align="left"><figure><img src="/files/4oMliJxBEsGiOV9jRQ7j" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Click on the lock icon to view the list of granted scopes in the connection.

<div align="left"><figure><img src="/files/0egtvZ6FlJ133Z7PRA1a" alt="" width="430"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}


---

# 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://developers.make.com/custom-apps-documentation/component-blocks/scopes.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.
