> For the complete documentation index, see [llms.txt](https://quboid.gitbook.io/studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quboid.gitbook.io/studio/utilities/discord-utility.md).

# Discord Utility

The Discord Role Utility is an innovative tool that empowers you to create a thriving and engaged community on your Discord server by offering exclusive roles to your NFT holders. By seamlessly integrating with your NFT project, this utility ensures that only authentic NFT owners can access and receive these coveted roles.

### FEATURES

* **Exclusive Access:** NFT holders gain entry to private channels for exclusive discussions and connections.&#x20;
* **Customizable Experience:** Unique emotes, badges, and visual elements enhance user experience and signify status.
* &#x20;**Community Pride:** Roles and visuals foster pride and recognition among NFT holders.&#x20;
* **Efficient Communication:** Specific roles streamline updates, announcements, and event information.
* &#x20;**Enhanced Engagement:** Keeps NFT holders informed and actively involved in the project.

### STEPS

### Connecting Account to Discord <a href="#connecting-account-to-discord" id="connecting-account-to-discord"></a>

To use the Discord utility, you need to connect your Club Account to Discord. Follow these steps:

* Go to Settings, and under the Socials section, click "Connect" beside Discord.&#x20;
* Select the Discord Server in which you want to add the bot. Ensure that you have the "Manage Server" permission in the selected server, then click "Continue."&#x20;
* Grant the administrator role or any other role that has higher permissions than all other roles in the server to the bot account.

<figure><img src="/files/lndA79il5OvYaFCrC6Te" alt=""><figcaption><p>Connecting Your Account to Discord</p></figcaption></figure>

### Creating a Discord Utility <a href="#creating-a-discord-utility" id="creating-a-discord-utility"></a>

You can create a Discord utility only after you have connected your account and granted the required privileges to the bot.

Follow these steps to create a Discord utility:

1. From the sidebar, navigate to the Utilities Module and click "Create" under the Discord Utility section.
2. Select the role you wish to assign through the utility. Note: The selected role must have lower permissions than the bot's role.
3. Set the deadline, title, and description for the utility.
4. Once you've reviewed the details, click "Publish" to create the Discord utility.

<figure><img src="/files/HlTUMfOTBcUnTqdEofsk" alt=""><figcaption><p>Creating a Discord Utility</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://quboid.gitbook.io/studio/utilities/discord-utility.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.
