> 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/create-account.md).

# Create an Account

Buying Energy and Bandwidth from Telegram starts with a TronSave internal account. The bot creates one for you automatically the first time you open it — no signup form, no seed phrase to enter.

## Steps

1. Open the TronSave bot: [@BuyEnergyTronsave\_bot](https://t.me/BuyEnergyTronsave_bot).
2. Log in to your Telegram account if prompted, then open the **Tronsave** bot.
3. Tap **Start**. The bot automatically creates a TronSave account for you.

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FCgjdouXxGOV6gsIPNAeo%2Fimage.png?alt=media&#x26;token=de170b89-6387-42fa-9764-65198df1efb2" alt="" width="563"><figcaption><p>Join in bot</p></figcaption></figure>

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FzAAkeEYRUWvvo5KFmZIt%2Fimage.png?alt=media&#x26;token=4fcb13fc-f01c-4910-8732-ae83787b4502" alt=""><figcaption><p>Telegram Tronsave account</p></figcaption></figure>

Once the account is created, you have a TronSave internal account. Every TronSave internal account is represented by one TRON address.

{% hint style="info" %}
Your internal account holds a TRX balance used to pay for orders. The TRON address tied to it is where you deposit TRX before buying Energy or Bandwidth.
{% endhint %}

## Next steps

* [Buy Energy & Bandwidth](/guides/buy.md)
* [Energy and 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/create-account.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.
