> 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/partner-bot-agency/register.md).

# Register

{% hint style="info" %}
Bot registration is free the first time. From the second registration onward, a fee of 5 TRX is charged per bot.
{% endhint %}

You can own and operate your own Energy and Bandwidth selling bot on TronSave in three steps: create a bot on Telegram, register it on TronSave, then share it to earn referral rewards.

## Step 1 — Create a bot on Telegram

1. Open the **Telegram** app.
2. Search for **@BotFather** (the official bot by Telegram).
3. Send the command `/newbot` to create a new bot.

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FiIofCket2tL2XaVhua3s%2Fimage.png?alt=media&#x26;token=6f3682d7-4297-4749-89ee-b3baa3facc2a" alt=""><figcaption></figcaption></figure>

Follow the prompts to:

* Choose a name (e.g. `TRON_Energy_Dealer`).
* Choose a unique username, which must end with `bot` (e.g. `TronResourceBot`).

Once done, BotFather gives you a **Bot Token**. Copy this token — you'll need it in the next step.

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FFrqhZP9ULTvZPf077GPZ%2Fimage.png?alt=media&#x26;token=6873a03b-a10b-4053-a548-46b700919ab6" alt=""><figcaption></figcaption></figure>

## Step 2 — Register the bot on TronSave

1. Go to the [TronSave](https://tronsave.io/) interface.
2. Navigate to the **Agency** section.
3. Click **Join Now and Start Earning Today**.

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FWNTypSPu9fCjgwaJqjXC%2Fimage.png?alt=media&#x26;token=36d7ef2b-a5c3-47d7-ae88-3c002e097eb9" alt=""><figcaption></figcaption></figure>

4. Paste the **Telegram bot name** and **Bot Token** you received from BotFather.

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FUpSVggiicf2TCltEv1NJ%2Fimage.png?alt=media&#x26;token=f90197a0-6a15-457f-a11f-b74d0e984c27" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you haven't created a referral code yet, you must create one before registering a Bot Agency. See [Referral Program](/guides/referral-program.md).
{% endhint %}

5. Click **Register** to complete the registration. Your bot auto-connects to TronSave's system.

## Step 3 — Share your bot and earn referral rewards

After registration you receive a **link to your bot**. Share this link so others can use it.

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FQKpqMpV0uTc1mV5spPK3%2Fimage.png?alt=media&#x26;token=e4a60c1b-c84c-4d7b-8d36-9c43467d870a" alt=""><figcaption></figcaption></figure>

When users interact with your bot and use TronSave services, you earn referral rewards automatically.

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FIPoHhSFTPnZy1poDTqRG%2Fimage.png?alt=media&#x26;token=d649087e-bab7-4bba-82ec-36598502503a" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FrihmRrMqFtCfVeHHXwmJ%2Fimage.png?alt=media&#x26;token=5842a98d-21b2-4eaf-8ab2-fb07e96ca935" alt=""><figcaption></figcaption></figure>

## Next steps

* [Bot Agency overview](/guides/partner-bot-agency.md)
* [Referral Program](/guides/referral-program.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/partner-bot-agency/register.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.
