# Tron API En

## Tron API En

- [Tronify Introduction](https://docs-tron.en.tronify.io/tronify-introduction.md): Tronify : More than just Tron Energy — it's trust and service.
- [Tronify skills](https://docs-tron.en.tronify.io/tronify-skills.md)
- [Basic information](https://docs-tron.en.tronify.io/tron-api/basic-information.md)
- [Get related configuration](https://docs-tron.en.tronify.io/tron-api/get-related-configuration.md)
- [Pre-order](https://docs-tron.en.tronify.io/tron-api/pre-order.md)
- [create trx energy order](https://docs-tron.en.tronify.io/tron-api/create-trx-energy-order.md): create energy purchase  order
- [create usdt energy order](https://docs-tron.en.tronify.io/tron-api/create-usdt-energy-order.md): The energy required for the USDT transfer paid to Tronify is automatically included. You only need to place an order for the amount of energy required for your actual business transfer.
- [create bandwidth  order](https://docs-tron.en.tronify.io/tron-api/create-bandwidth-order.md): create bandwidth purchase  order
- [upload purchase order hash](https://docs-tron.en.tronify.io/tron-api/upload-purchase-order-hash.md): upload energy/bandwidth order hash
- [create a sell order](https://docs-tron.en.tronify.io/tron-api/create-a-sell-order.md): create a energy/bandwidth sell order
- [Earn energy by stake](https://docs-tron.en.tronify.io/tron-api/earn-energy-by-stake.md)
- [recovered energy](https://docs-tron.en.tronify.io/tron-api/recovered-energy.md)
- [cancel order](https://docs-tron.en.tronify.io/tron-api/cancel-order.md)
- [query purchase order](https://docs-tron.en.tronify.io/tron-api/query-purchase-order.md)
- [query recent finished order](https://docs-tron.en.tronify.io/tron-api/query-recent-finished-order.md)
- [query purchase order records by user address](https://docs-tron.en.tronify.io/tron-api/query-purchase-order-records-by-user-address.md)
- [query sell order records by user address](https://docs-tron.en.tronify.io/tron-api/query-sell-order-records-by-user-address.md)
- [Get seller configuration](https://docs-tron.en.tronify.io/tron-api-seller/get-seller-configuration.md)
- [Seller authorization](https://docs-tron.en.tronify.io/tron-api-seller/seller-authorization.md)
- [Update seller configuration](https://docs-tron.en.tronify.io/tron-api-seller/update-seller-configuration.md)
- [Get seller panel](https://docs-tron.en.tronify.io/tron-api-seller/get-seller-panel.md)
- [Get buyer configuration](https://docs-tron.en.tronify.io/tron-api-buyer/get-buyer-configuration.md)
- [Buyer charge](https://docs-tron.en.tronify.io/tron-api-buyer/buyer-charge.md)
- [Buyer withdraw](https://docs-tron.en.tronify.io/tron-api-buyer/buyer-withdraw.md)
- [Buyer leas energy](https://docs-tron.en.tronify.io/tron-api-buyer/buyer-leas-energy.md): The same as "create purchase order"
- [Buyer leas energy records](https://docs-tron.en.tronify.io/tron-api-buyer/buyer-leas-energy-records.md)
- [Buyer asset records](https://docs-tron.en.tronify.io/tron-api-buyer/buyer-asset-records.md)
- [Tronify FAQ](https://docs-tron.en.tronify.io/faq/tronify-faq.md)
- [Error Code](https://docs-tron.en.tronify.io/faq/error-code.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs-tron.en.tronify.io/tronify-introduction.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.
