# Register

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

**🛠️ How to Register Your Own Energy Selling Bot on Tronsave**

You can own and operate your Energy and Bandwidth selling bot in just 3 simple steps:

## **Step 1: Create a Bot on Telegram**

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

<figure><img src="/files/RPxdKxAX2NF1mq55j7VF" alt=""><figcaption></figcaption></figure>

Follow prompts to:

* Choose a name (e.g., TRON\_Energy\_Dealer)
* Choose a unique username (must end with `bot`, e.g., `TronResourceBot`).

4. Once done, **BotFather will give you a Bot Token** — copy this token, you’ll need it for the next step.

<figure><img src="/files/yl2Tfl1D3LLbCMfgeXzy" alt=""><figcaption></figcaption></figure>

## **Step 2: Register the Bot on Tronsave**

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

<figure><img src="/files/xvpsnbtbIcZQuluQf8PX" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/NIiABzyz79o8E7c9v1Wv" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Note:** If you haven't created a referral code yet, you must create one before registering a Bot Agency.
{% endhint %}

5. Click **Register** to complete the registration.

* Your bot will auto-connect to Tronsave’s system.

## **Step 3: Share Your Bot and Earn Referral Rewards**

1. After registration, you'll receive a **link to your bot**. Please share this link with others to let them use your bot.

<figure><img src="/files/w4Sptq6dN550lzdZsFj2" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/oPVCHrjksEuMsoopMZGW" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/K49fsBTAjDhWk5XkjEBu" alt=""><figcaption></figcaption></figure>


---

# 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://docs.tronsave.io/partner/bot-agency/register.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.
