> 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/chinese/guides/tools.md).

# 工具

除了下单之外，TronSave 还提供了一套实用工具，可批量执行常见的 TRON 操作，并通过搭配能量和带宽来降低交易成本。当你需要一次性对多个地址执行操作或低成本转移代币时，可以使用这些工具。

{% hint style="info" %}
这些工具是对标准订单流程的补充。如需日常购买，请参阅 [购买能量与带宽](/chinese/guides/buy.md)。
{% endhint %}

## 可用工具

<table><thead><tr><th width="229">工具</th><th>功能说明</th></tr></thead><tbody><tr><td><a href="/pages/qV2QkNFOAdypY9BDHPRz">批量购买资源</a></td><td>在单个流程中为多个地址购买能量——非常适合管理多个钱包、机器人或用户账户。</td></tr><tr><td><a href="/pages/kBn8cm3CzecmG2HgbX3H">批量发送代币</a></td><td>SaveSender——通过 CSV 上传向大量收款人发送 TRX 和 TRC20 代币，并借助能量和带宽节省手续费。</td></tr><tr><td><a href="/pages/X9uWlOMlkJQvilvzZD8N">转账 USDT</a></td><td>一键向任意 TRON 地址转账 USDT，并优化交易成本。</td></tr></tbody></table>

## 后续步骤

* [批量购买资源](/chinese/guides/tools/bulk-buy-resource.md) —— 一次性为多个地址购买能量。
* [批量发送代币](/chinese/guides/tools/bulk-send-token.md) —— 在 TRON 上批量分发代币。
* [转账 USDT](/chinese/guides/tools/transfer-usdt.md) —— 成本优化的 USDT 转账。


---

# 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/chinese/guides/tools.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.
