# Discord

### How to Set Up Discord?

When pushing messages to the Discord service, users need to create a new Webhook connection within the specified Discord server. The configuration process is as follows:

1. Create a Webhook link on the specified Discord server. (If you do not have a Discord server, please create one.)
2. Copy the Webhook link to the ChainBot platform and fill in the name of the Webhook.

<figure><img src="/files/9PmTaI7HO50ySBqyhgwL" alt=""><figcaption></figcaption></figure>

### How to Create a Webhook in Discord

1. Open "Server Settings" -> APP -> "Integrations" on the specified server in Discord.
2. Click on "New Webhook".

   <figure><img src="/files/LiDOK7FUbC0NbpKTC9Oc" alt=""><figcaption><p>Create Webhook</p></figcaption></figure>

To distinguish different types of alerts, users can set the following content for the Webhook:

1. Set an avatar.
2. Set the Webhook nickname that will receive messages.
3. Set the designated Channel in Discord that will receive the message push.

<figure><img src="/files/ou8gU9N1wknD1GubNnOE" alt=""><figcaption><p>Setting Webhook</p></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://docs.chainbot.io/basic-usage/notify-channels/discord.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.
