> For the complete documentation index, see [llms.txt](https://docs.tronsave.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tronsave.io/guides/buy/on-telegram.md).

# On Telegram

You can rent Energy and Bandwidth directly from the TronSave Telegram bot. Buying on Telegram works **only** through a TronSave [Internal Account](/concepts/glossary.md) — the bot spends from your deposited TRX balance, not from your own wallet per transaction.

{% hint style="warning" %}
Before you place an order, make sure your internal account has enough TRX balance to cover the rental. See [How To Deposit TRX](/guides/buy/on-telegram/deposit-trx.md).
{% endhint %}

## Steps

Complete these in order:

1. [Create a TronSave Telegram account](/guides/buy/on-telegram/create-account.md) — start the bot, which provisions an internal account (one TRON address per account).
2. [Deposit TRX](/guides/buy/on-telegram/deposit-trx.md) — fund the internal account so the bot can pay for orders.
3. [Get the TronSave API Key](/guides/buy/on-telegram/get-api-key.md) — the key tied to your internal account.
4. [Buy on Telegram](/guides/buy/on-telegram/buy-on-telegram.md) — place your Energy or Bandwidth order from the bot.

Start the bot here: [Buy - Sell - Exchange Energy TRON | TronSave](https://t.me/BuyEnergyTronsave_bot)

## Next steps

* Prefer a UI or API instead? See [Buy on the Website](/guides/buy/on-the-website.md).
* Background on what you're renting: [Energy & Bandwidth](/concepts/energy-and-bandwidth.md).


---

# 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.tronsave.io/guides/buy/on-telegram.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.
