> For the complete documentation index, see [llms.txt](https://tronpower.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tronpower.gitbook.io/docs/for-buyers/how-to-buy-energy-bandwidth/advanced-settings.md).

# Advanced Settings

Advance settings for Buy orders allow you to customize how Tronpower will handle your order.

## Advanced Settings Popup

<figure><img src="/files/dnpq8jtDzE4QFNEkWiT7" alt="" width="287"><figcaption><p>Advanced Setting Popup Modal</p></figcaption></figure>

## Advanced Settings Details

<table><thead><tr><th width="181">Option</th><th width="389">What it does?</th><th>Notes:</th></tr></thead><tbody><tr><td>Allow Partial Fill</td><td>Allow sellers to fill your order partially.<br><br>If disabled , 1 address/ seller must have exactly the same amount of resource available to complete your order in 1 transaction.</td><td><p>Enabled by default<br></p><p>Minimum: </p><p>200,000 Energy<br><br>OR<br><br>5,000 bandwidth</p></td></tr><tr><td>Minimum Delegate Amount</td><td>If "Allow Partial Fill" option is enabled , set a minimum amount of resource a single order by a seller should fill.</td><td>Minimum:<br>100,000 Energy<br><br>OR<br><br>1,000 bandwidth</td></tr><tr><td>Instant Buy</td><td>If disabled (default) , the automated system will first try to fill your order immedietely , if it cannot , the order will be "public" and manual sellers can fill it or until resources are available<br><br>If enabled, the system will attempt to fill your order. If no resource available matching your order settings (duration and price) , then the order will refund your order<br><br>*Subject to refund fee</td><td></td></tr></tbody></table>


---

# 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://tronpower.gitbook.io/docs/for-buyers/how-to-buy-energy-bandwidth/advanced-settings.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.
