> 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/using-your-discord-webhook-with-battery-webhook.md).

# Using your Discord webhook with Battery Webhook

Open the Battery Webhook app, then go to **Settings**. Ensure the **Webhook Service Type** is set to **Discord**, then paste the URL you got in the last page into the text field labeled **Discord Webhook URL**.&#x20;

Next, type any unique name you'd like into the **Display Name field**. This gives you a way to identify yourself on the webhook, in the case of multiple people using it.

Once you're done, it should look like this:

<figure><img src="/files/e38RSST1qbPtGpYOl9Xn" alt="" width="375"><figcaption></figcaption></figure>

### Testing it out

Back out of **Settings**, then go into **Home**. Then tap **Send Battery Info Now**. This button is how you manually send battery info at any time.

Once you see a success message saying, "The battery info was sent", you'll see the following in the Discord channel you configured your webhook to post to:

<figure><img src="/files/JBghblB5ViWW6X4y70so" alt="" width="375"><figcaption></figcaption></figure>

This covers the basic usage of Battery Webhook!

It gets better from here. Check out [Further configuring your Discord webhook](/battery-webhook/using-battery-webhook/supported-services/discord/further-configuring-your-discord-webhook.md) to learn how to send to multiple Discord webhooks at the same time, more about all of the options for Discord webhooks or skip to [Setting up automations](/battery-webhook/using-battery-webhook/setting-up-automations.md) to learn how to automate sending of battery info!


---

# 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/using-your-discord-webhook-with-battery-webhook.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.
