# Order Templates

<figure><img src="/files/ziVBF4YywJnW9MUcfSKF" alt=""><figcaption></figcaption></figure>

The Save Templates and Load Templates features allow traders to store and reuse pre-configured order settings, reducing the need for repetitive manual input.

### Saving a Template

<figure><img src="/files/VvCUq0fcR6EsRJXHHFwd" alt=""><figcaption></figcaption></figure>

* Click Save Templates at the bottom of the order form to name and store the current configuration.
* The template will save all relevant details, including:
  * Selected Account(s)
  * Trading Pair
  * Quantity
  * Strategy/Advanced Settings
* Once saved, the template can be quickly applied to future trades, ensuring consistency and efficiency.

### Loading a Template

<figure><img src="/files/9GqwGqDPWb6iULDb0IWq" alt=""><figcaption></figcaption></figure>

* Click Load Templates to access previously saved configurations.
* Select a saved template to instantly populate the order form with its settings.
* You can also delete templates that are no longer needed.

For example, if you frequently execute "Buy 100 ETH on Binance at 1% participation rate," you can save this setup and reload it instantly when placing similar trades in the future.


---

# Agent Instructions: 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.tread.fi/creating-and-submitting-orders/advanced-settings/order-templates.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.
