> For the complete documentation index, see [llms.txt](https://docs.bolt.observer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bolt.observer/readme/integrations/discord.md).

# Discord

Discord's built-in Webhooks function to get automated messages and data updates sent to a text channel in your server. More details can be found on [Discord](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks)'s support website.

### Discord configuration

Open your channel settings by clicking on the ⚙️ icon

![Untitled](https://user-images.githubusercontent.com/100695254/173592330-3f01d155-7858-4ba6-bf28-6459173ee866.png)

Click on Integrations and create a webhook

![Untitled (1)](https://user-images.githubusercontent.com/100695254/173592350-f61115ce-450d-4405-ac9c-7a03bd51c1f1.png)

If necessary, change the name of your webhook, and don't forget to save changes.

![Untitled (2)](https://user-images.githubusercontent.com/100695254/173592407-aea7c800-d4a3-444f-a6d9-d5f84c5f94cb.png)

After clicking on “Copy Webhook URL”, your webhook will be saved into your clipboard.

### Integration in bolt.observer

Paste into “Webhook URL”

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

The new alert is now ready. To make sure the integration works properly, click and test and you will receive the following message in your channel or as a DM.

![Untitled (4)](https://user-images.githubusercontent.com/100695254/173592561-1e339324-70c7-40b7-ae17-4136479f8efc.png)


---

# 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:

```
GET https://docs.bolt.observer/readme/integrations/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.
