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

# Tools

Beyond placing orders, TronSave ships a set of utility tools that batch common TRON operations and cut transaction costs by pairing them with Energy and Bandwidth. Use them when you need to act on many addresses at once or move tokens cheaply.

{% hint style="info" %}
These tools complement the standard order flows. For everyday buying, see [Buy Energy & Bandwidth](/guides/buy.md).
{% endhint %}

## Available tools

<table><thead><tr><th width="219">Tool</th><th>What it does</th></tr></thead><tbody><tr><td><a href="/pages/y5mPTHIYIxeh0Xj4Xkmf">Bulk Buy Resource</a></td><td>Purchase Energy for multiple addresses in a single flow — ideal for managing many wallets, bots, or user accounts.</td></tr><tr><td><a href="/pages/wKTMV3WPfJCZGQesyVd6">Bulk Send Token</a></td><td>SaveSender — send TRX and TRC20 tokens to a large list of recipients via CSV upload, with fee savings from Energy and Bandwidth.</td></tr><tr><td><a href="/pages/GLgny5Wvyvz1yoybFBzH">Transfer USDT</a></td><td>One-click USDT transfers to any TRON address with optimized transaction costs.</td></tr></tbody></table>

## Next steps

* [Bulk Buy Resource](/guides/tools/bulk-buy-resource.md) — buy Energy for many addresses at once.
* [Bulk Send Token](/guides/tools/bulk-send-token.md) — bulk token distribution on TRON.
* [Transfer USDT](/guides/tools/transfer-usdt.md) — cost-optimized USDT transfers.


---

# 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:

```
GET https://docs.tronsave.io/guides/tools.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.
