# Bot Management

## Active Bot Agency

Your Bot Agency will be temporarily deactivated if there are no purchase orders within 7 days. Reactivating the bot will require a fee of 5 TRX.

To reactivate the bot, press the **Active Bot** button and sign a transaction. The bot will restart within about 1 minute and then be reactivated.

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

**Bot status includes:**

* **Active**: The Bot is running smoothly.
* **Inactive**: The Bot is paused due to no buy orders for over 7 days.
* **Pending**: Bot is restarting.
* **Deleting**: Bot is being removed.
* **Rejected**: An error occurred that prevented the system from activating the bot. Your bot may have been temporarily blocked by Telegram.

## Update Bot Information

### 1. Change Name

* Click the button **Change Name**

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

* Enter the new display name for the bot. You can also edit both the **Name** and **Description** here. Then click the button **Update Bot** to complete.

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

{% hint style="info" %}
To prevent Telegram from flagging the bot as spam and blocking it, the system limits name changes to **once per day**.
{% endhint %}

### 2. Add or change the description

* Click the button **Change Name**

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

* Enter the Short Description and Full Description, and click the **Update Bot** button to update information.

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

## Delete Bot

To delete the bot, select the **Delete Bot** button.

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

Enter the bot's name to confirm, then press the **Delete Bot** button again.

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

{% hint style="info" %}
After deletion, if you want to register a bot again for this account, a fee of **5 TRX** will be required.
{% endhint %}


---

# 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/bot-management.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.
