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

# Bot Management

## Active Bot Agency

Your Bot Agency is temporarily deactivated if it receives no purchase orders within 7 days. Reactivating it costs **5 TRX**.

To reactivate, press the **Active Bot** button and sign the transaction. The bot restarts within about 1 minute and is then reactivated.

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FxJmPiYdh8h1g6HYWoo1B%2Fimage.png?alt=media&#x26;token=459015ee-f2c1-48b7-a78d-e294a19719f1" alt=""><figcaption></figcaption></figure>

### Bot status

| Status       | Meaning                                                                                                  |
| ------------ | -------------------------------------------------------------------------------------------------------- |
| **Active**   | The bot is running smoothly.                                                                             |
| **Inactive** | The bot is paused after no buy orders for over 7 days.                                                   |
| **Pending**  | The bot is restarting.                                                                                   |
| **Deleting** | The bot is being removed.                                                                                |
| **Rejected** | An error prevented the system from activating the bot. It may have been temporarily blocked by Telegram. |

## Update bot information

### Change name

1. Click the **Change Name** button.

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FBKMAfcrY4i7WeuowTUwY%2Fimage.png?alt=media&#x26;token=b55399a4-be26-454d-a7b7-69e2d86269d2" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FGIzDwnlENdmsRHhejCKu%2Fimage.png?alt=media&#x26;token=61d28159-9e1e-4167-9317-228324c5aa76" 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 %}

### Add or change the description

1. Click the **Change Name** button.

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FBKMAfcrY4i7WeuowTUwY%2Fimage.png?alt=media&#x26;token=b55399a4-be26-454d-a7b7-69e2d86269d2" alt=""><figcaption></figcaption></figure>

2. Enter the **Short Description** and **Full Description**, then click **Update Bot** to save.

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2Fw1oWdfSRh0am6krVqEYD%2Fimage.png?alt=media&#x26;token=7ffd8179-d362-41d4-a4ab-597808e35265" alt="" width="563"><figcaption></figcaption></figure>

## Delete bot

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

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FZoG5JgZNtaZq6bAC5ooV%2Fimage.png?alt=media&#x26;token=9a144620-9994-4785-bc08-e88324c0f264" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FTYEONU45K1MRB34q2SQq%2Fimage.png?alt=media&#x26;token=99b27883-e9d1-430e-9165-6dfc8a01c65a" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
After deletion, registering a bot again for this account requires a fee of **5 TRX**.
{% endhint %}


---

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