# How To Give Discord Permissions

## Bot Permissions

**Steps to configure permissions for Suby Bot:**

1. Go to **Settings**
2. Select **Server Settings**
3. Open the **Roles** section
4. Choose the **Suby Bot** role
5. Go to **Permissions**
6. Make sure the following are granted:
   * **View Channels**
   * **Send Messages**
   * **Send Messages in Threads**
   * **Embed Links**

Check the GIF below to see how to update the permissions.

<figure><img src="/files/PihIYrQ3vcUQ6jOIDOGi" alt=""><figcaption></figcaption></figure>

***

## Channel Permissions

**Steps to configure permissions for Suby Bot in a specific channel:**

1. Go to a specific channel
2. Select **Edit Channel**
3. Go to **Permissions**
4. Go to **Advanced** **Permissions**
5. **Add Suby Bot**
6. Make sure the following are granted:
   * **View Channels**
   * **Send Messages**
   * **Send Messages in Threads**
   * **Embed Links**

Check the GIF below to see how to update the permissions.<br>

<figure><img src="/files/GK3tQyyKtizbFsfq1eaL" alt=""><figcaption></figcaption></figure>


---

# 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://suby.gitbook.io/documentation/platform-integration/discord/how-to-give-discord-permissions.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.
