> For the complete documentation index, see [llms.txt](https://mava.gitbook.io/mava-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mava.gitbook.io/mava-docs/getting-started/linking-your-discord-profile-to-mava.md).

# Linking your Discord Profile to Mava

## Why link your Discord account to Mava?

Linking your Discord account to Mava has a number of benefits, including but not limited to:

* Enhanced notifications&#x20;
* Message sync between Discord and Mava dashboard
* More powerful team analytics&#x20;
* Discord login (coming soon)

## How to link your Discord account to Mava

1. Navigate to your [profile section](https://dashboard.mava.app/dashboard/admin/profile) within Mava
2. Press the '+ connect' button at the bottom of the Account & Login section

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

3. You'll be redirected to Discord's OAuth2 page to confirm Mava has permission to access your username, avatar and banner.&#x20;

By granting access to these, Mava will be able to accuractly sync messages and content from you within the Mava dashboard.

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

4. Once authorised you'll see the 'Connected' tag & will also have the option of Disconnecting if you wish

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

It's currently possible to connect your Discord to more than one Mava dashboard.&#x20;


---

# 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://mava.gitbook.io/mava-docs/getting-started/linking-your-discord-profile-to-mava.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.
