# Manage Order

<figure><img src="/files/JLDIweYEQ1M5R2wkDb6b" alt=""><figcaption><p>Manage Order on the Order Execution Dashboard</p></figcaption></figure>

The **Manage Orders** section within the **Order Execution Dashboard** allows traders to actively control their execution in real time without creating new orders from scratch. Available actions include:

* [**Resubmit Orders**](/order-tracking-and-portfolio-management/manage-order/resubmit-order.md) – Quickly re-enter the market by submitting a new order based on a previously executed one.
* [**Amend Orders**](/order-tracking-and-portfolio-management/manage-order/amend-order.md) – Modify key parameters of an active order without canceling it, allowing for real-time adjustments.
* [**Pause Orders**](/order-tracking-and-portfolio-management/manage-order/pause-order.md) – Temporarily halt execution without canceling the order, with the option to resume based on current market conditions.
* [**Cancel Orders**](/order-tracking-and-portfolio-management/manage-order/cancel-order.md) – Terminate an active order at any time, preventing further execution.

Each action is detailed on its own page, explaining functionality, use cases, and execution behavior.


---

# 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/order-tracking-and-portfolio-management/real-time-algo-order-tracking/manage-order.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.
