> For the complete documentation index, see [llms.txt](https://docs.thatstel.la/battery-webhook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thatstel.la/battery-webhook/using-battery-webhook/supported-services/discord.md).

# Discord

If you already have a Discord webhook URL provided to you (such as one for a public channel), skip to [Using your Discord webhook with Battery Webhook](/battery-webhook/using-battery-webhook/supported-services/discord/using-your-discord-webhook-with-battery-webhook.md). Otherwise, read on.

***

To begin, you'll want to make sure that you have administrative access (or server edit permissions) to a Discord server containing a channel you would like to push to.

Then, open Discord and head to the server you want to push to.

![](/files/EjmIWE9OnFodRYMbHu2t)\
Open **Server Settings** and open the **Integrations** tab.

Then click **Create Webhook,** or if it says **View Webhooks** then click that and then click **Create Webhook.**\
![](/files/cL7sCWn4TSOiYuiZTQ99)

With the webhook created, you can now configure it. You can change its avatar, name, and the channel that it posts to. Once these are configured to your liking, click **Copy Webhook URL**.\
![](/files/NxHl4FjEhhIT5mC0Ucua)

This is the URL that you'll provide to Battery Webhook, so save it somewhere easily accessible, as we'll be pasting it into Battery Webhook later.

***

Next, head to [Using your Discord webhook with Battery Webhook](/battery-webhook/using-battery-webhook/supported-services/discord/using-your-discord-webhook-with-battery-webhook.md) so you can use this new webhook.


---

# 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://docs.thatstel.la/battery-webhook/using-battery-webhook/supported-services/discord.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.
