# Discord settings

Streams Manager provides integration with Discord bots and uses them to send notifications to users in your Discord server. Notifications can be of various types ranging from password resets, exceeding streaming limits or payment reminders. Note that users need to have their Discord ID field populated in their profile for this to work (<https://support.discord.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID>).

Before you can enable this functionality, you need to create a Discord app and Bot for which you need to obtain a token.

If you want a copy of the message sent to your users also be sent to another Discord user or users, populate Discord IDs field with a comma separated list of IDs of additional Discord users where notifications will be sent.&#x20;

{% hint style="danger" %}
Discord ID is **ALL NUMERIC ID** and not your username#discriminator nickname. See this [link](https://support.discord.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID) on how to get your all numeric Discord ID.
{% endhint %}


---

# 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://streamsmanager.gitbook.io/streams-manager/configuration/settings/discord-notifications/discord-settings.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.
