# Welcome

Welcome to the documentation for Battery Webhook. To get started, tap the **Introduction** link below.

{% content-ref url="/pages/5Ij51N4s4vDyR6wxSuAA" %}
[Introduction](/battery-webhook/using-battery-webhook/introduction.md)
{% endcontent-ref %}

Alternatively, you can look through the sidebar if you want to look for something specific. This documentation is for Battery Webhook 1.3.

### Looking for something else?

* Battery Webhook on [ThatStella7922's Software site](https://software.thatstel.la/software/crossplatform-apps/battery-webhook)
* Battery Webhook's [GitHub repository](https://github.com/ThatStella7922/battery-webhook)
* [Battery Webhook on the app store, or how to install?](https://blog.thatstel.la/software/2024/07/18/update-on-the-availability-of-battery-webhook.html)

### Need help?

Most questions can usually be answered by checking out this documentation, but if you need more help or something else entirely:

* [**GitHub Issues**](https://github.com/ThatStella7922/battery-webhook/issues) **to report bugs, request features or similar**
* [Join Fruitycord](https://discord.thatstel.la) for a friendly community with Stella in it for more casual questions and Battery Webhook announcements
* [Contact ThatStella7922](https://thatstel.la) directly if it's important (copyright, professional inquiries, etc.) For everything else, please go through public channels


---

# Agent Instructions: 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/readme.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.
