> 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/further-configuring-your-discord-webhook.md).

# Further configuring your Discord webhook

You'll notice that the **Settings** page in Battery Webhook has a few options we didn't cover in the last page!

**Discord Webhook URL** should always contain a Discord Webhook URL. This is where the battery info is actually sent to. If you would like to send to multiple webhook URLs at the same time, list them separated by commas.

**Avatar Image URL** allows you to provide a custom image to the webhook to be shown with your display name. If none is provided, Battery Webhook will substitute a Discord-provided generic avatar image. You can get the avatar image URL for your Discord account using Discord bots like Tatsumaki or CorpBot.

**Show display name & avatar in the battery info when automated** will add your display name and avatar into the battery info when sending is triggered by an automation.<img src="/files/JxQDsVOI3F92CaeXW0ei" alt="" data-size="original">\
You can enable and disable it as desired.

**Override the webhook's preset avatar & name with my own** is a bit of a special one. Discord webhooks usually have a single set name and avatar, and enabling this option will replace those with *your* display name and avatar. For example, see this image with the option disabled (uses the webhook's preset avatar and name):\
![](/files/speDuZKAzXsQCfVLMAz7)\
Now, see the image with the option enabled (uses *your* display name and avatar):\
![](/files/LuydhXCGXlH2K0eLQRhf)

***

Now that you know all of the options for your webhook type, see [Setting up automations](/battery-webhook/using-battery-webhook/setting-up-automations.md) to learn how to automate sending of battery info, or see [Further configuring Battery Webhook](/battery-webhook/using-battery-webhook/further-configuring-battery-webhook.md) to learn about all of the app's options!


---

# 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/further-configuring-your-discord-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.
