> 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/chinese/guides/buy/on-telegram/create-account.md).

# 创建账户

从 Telegram 购买能量和带宽，首先需要一个 TronSave 内部账户。当你第一次打开机器人时，它会自动为你创建一个账户——无需填写注册表单，也无需输入助记词。

## 步骤

1. 打开 TronSave 机器人：[@BuyEnergyTronsave\_bot](https://t.me/BuyEnergyTronsave_bot)。
2. 如果出现提示，请登录你的 Telegram 账户，然后打开 **Tronsave** 机器人。
3. 点击 **Start**。机器人会自动为你创建一个 TronSave 账户。

<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>

账户创建完成后，你就拥有了一个 TronSave 内部账户。每个 TronSave 内部账户都由一个 TRON 地址来表示。

{% hint style="info" %}
你的内部账户持有用于支付订单的 TRX 余额。与之绑定的 TRON 地址就是你在购买能量或带宽之前充值 TRX 的地址。
{% endhint %}

## 后续步骤

* [购买能量和带宽](/chinese/guides/buy.md)
* [能量和带宽](/chinese/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/chinese/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.
