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

# Concepts

- [能量与带宽](https://docs.tronsave.io/chinese/concepts/energy-and-bandwidth.md): 每笔 TRON 交易都会消耗这两种资源——以及为什么租赁它们能省钱。
- [租赁模式](https://docs.tronsave.io/chinese/concepts/rental-model.md): TronSave 的订单簿市场如何撮合买家与供应商。
- [订单类型](https://docs.tronsave.io/chinese/concepts/order-types.md): 在 TronSave 上购买的各种方式——普通订单、挂单、智能订单、ZapBuy、自动购买、快速充值。
- [质押 2.0](https://docs.tronsave.io/chinese/concepts/staking-2.0.md): TRON 质押 2.0 如何产生能量——TronSave 供应的基础。
- [定价与 APY](https://docs.tronsave.io/chinese/concepts/pricing-and-apy.md): 租赁价格如何设定，以及供应商 APY 如何计算。
- [术语表](https://docs.tronsave.io/chinese/concepts/glossary.md): TronSave 文档中通用的标准化术语。


---

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