> For the complete documentation index, see [llms.txt](https://docs.intract.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intract.io/product-guide/community-hub-guides/integrations/discord.md).

# Discord

If you're using Discord roles as rewards for completing quests, it's essential to integrate your Discord server with our system. Here's how to do it:

### 1. Connecting to Discord:

* Simply click on "Connect to Discord" to start the process.
* To authenticate your community Discord and connect your account, ensure that you have "Manage Server" permissions.
* Select the server you want to add the bot to and then click "Continue".
* Make sure to check the box asking you to give Admin access to your Intract bot. You'll need it to help make use of this!

<figure><img src="/files/a8PC3sdGN76etaQ6sNQ9" alt=""><figcaption><p>Step 1: Connect your community Discord</p></figcaption></figure>

### 2. Confirm Imported Channels

Once you've given Admin access to your bot to help manage the server, choose the channels that you want us to import for you.

<figure><img src="/files/9SBYPbhq75LdZkg4LAjo" alt=""><figcaption><p>Step 2: Confirm imported channels</p></figcaption></figure>

### 3. Begin Data Import:

We'll import your data for you in a jiffy, and you'll be good to go to set up Discord tasks and rewards for your campaigns!

<figure><img src="/files/bCZ0lnuwxJE1pC9GuRfU" alt=""><figcaption><p>Step 3: Begin Data Import</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.intract.io/product-guide/community-hub-guides/integrations/discord.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
