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

# Extend Orders

Extend lets you get more out of Energy you've already rented or are about to rent. Use it to:

* Maximize the amount of Energy a target address can receive.
* Prolong the duration of an active block of Energy without risking reclamation.
* Buy more Energy multiple times from the same delegate address.

TronSave offers two ways to do this:

| Method                                         | What it does                                                                |
| ---------------------------------------------- | --------------------------------------------------------------------------- |
| [Quick Extend](/guides/extend/quick-extend.md) | Fast top-up that extends an active Energy block in a few steps.             |
| [Advanced Extend](/guides/extend/advance.md)   | Fine-grained control for repeated purchases from the same delegate address. |

Both methods build on the standard rental flow. If you haven't rented Energy yet, start with \[How to buy Energy & Bandwidth]\(../buy/README.md).

## Next steps

* [Quick Extend](/guides/extend/quick-extend.md)
* [Advanced Extend](/guides/extend/advance.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 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/extend.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.
