# 机器人管理

## 活跃的机器人代理

\
如果在 7 天内没有任何购买订单，您的机器人代理将被暂时停用。重新激活机器人需要支付 5 TRX 的费用。

如需重新激活机器人，请点击**活跃的机器人**按钮并签署一笔交易。机器人将在大约 1 分钟内重新启动并被激活。

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

机器人状态包括：

* **活跃（Active）**：机器人运行正常。
* **不活跃（Inactive）**：由于超过 **7** 天没有购买订单，机器人已被暂停。
* **重启中（Pending）**：机器人正在重新启动。
* **删除中（Deleting）**：机器人正在被移除。
* **被拒绝（Rejected）**：系统在激活机器人时发生错误。您的机器人可能被 Telegram 暂时封锁。

## 更新机器人信息

### 1. **修改名称**

* 点击“**修改名称**”按钮。

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

* 输入机器人新的显示名称。您也可以在此处同时编辑名称和描述。然后点击“更新机器人（Update Bot）”按钮以完成修改。

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

{% hint style="info" %}
为了防止 Telegram 将机器人标记为垃圾信息并封锁，系统限制每天只能修改一次名称。
{% endhint %}

### 2. **添加或修改描述**

* 点击“**修改名称**”按钮。
* 输入简短描述（Short Description）和完整描述（Full Description），然后点击“更新机器人（Update Bot）”按钮以更新信息。

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

## 删除机器人

如需删除机器人，请点击“**删除机器人**”按钮。

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

输入机器人的名称以确认删除，然后再次点击“**删除机器人**”按钮。

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

{% hint style="info" %}
删除后，如果您想再次为该账户注册机器人，将需要支付 **5 TRX** 的费用。
{% 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/chinese/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.
