> 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.md).

# Using Battery Webhook

- [Introduction](https://docs.thatstel.la/battery-webhook/using-battery-webhook/introduction.md): Battery Webhook is an app that lets you send your battery info to popular services using webhooks.
- [Quick Start](https://docs.thatstel.la/battery-webhook/using-battery-webhook/introduction/quick-start.md): A very brief setup for Battery Webhook. I recommend that you read the entirety of the documentation to get to know all of the features.
- [Compatibility](https://docs.thatstel.la/battery-webhook/using-battery-webhook/compatibility.md): What will Battery Webhook run on?
- [Supported Services](https://docs.thatstel.la/battery-webhook/using-battery-webhook/supported-services.md)
- [Discord](https://docs.thatstel.la/battery-webhook/using-battery-webhook/supported-services/discord.md): How to create and configure a Discord Webhook
- [Using your Discord webhook with Battery Webhook](https://docs.thatstel.la/battery-webhook/using-battery-webhook/supported-services/discord/using-your-discord-webhook-with-battery-webhook.md): Basic configuration of Battery Webhook with a Discord webhook
- [Further configuring your Discord webhook](https://docs.thatstel.la/battery-webhook/using-battery-webhook/supported-services/discord/further-configuring-your-discord-webhook.md): A detailed explanation of settings specific to Discord webhooks
- [Setting up automations](https://docs.thatstel.la/battery-webhook/using-battery-webhook/setting-up-automations.md)
- [Further configuring Battery Webhook](https://docs.thatstel.la/battery-webhook/using-battery-webhook/further-configuring-battery-webhook.md): A detailed explanation for all of Battery Webhook's settings


---

# 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.thatstel.la/battery-webhook/using-battery-webhook.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.
