# Using the bot

Getting started

1. Open the Telegram app and open [@tronex\_energy\_bot](https://t.me/tronex_energy_bot)
2. Launch the bot by clicking the "Start" button
3. You will see the main menu, displaying all available functions

{% content-ref url="/pages/LqHnayUFWjF83D9eG5j0" %}
[Top up your balance](/docs/using-the-bot/top-up-your-balance.md)
{% endcontent-ref %}

{% content-ref url="/pages/jvBVO5ASRLjO8PRQY62b" %}
[Purchase energy](/docs/using-the-bot/purchase-energy.md)
{% endcontent-ref %}

{% content-ref url="/pages/eK69viuZI2RG8gha34wV" %}
[Always Charged mode](/docs/using-the-bot/always-charged-mode.md)
{% endcontent-ref %}

{% content-ref url="/pages/Q6Gng91Q9H0up9pCgkiw" %}
[Auto-purchase mode](/docs/using-the-bot/auto-purchase-mode.md)
{% endcontent-ref %}

{% content-ref url="/pages/vOWgFw8ZOsoz6FLfP64P" %}
[Multiple wallets](/docs/using-the-bot/multiple-wallets.md)
{% endcontent-ref %}


---

# 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://tronex.gitbook.io/docs/using-the-bot.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.
