# Manage Order

### Manage Order

<figure><img src="/files/mACwDP5Etsiqgj0k0UVg" alt="" width="375"><figcaption><p>Manage Order in Order Management</p></figcaption></figure>

From the Order History table, traders can also take the following actions on each orders:

* [Pause](/order-tracking-and-portfolio-management/manage-order/pause-order.md): Temporarily halt execution of an active order. (Only available for active orders)
* [Resubmit Order](/order-tracking-and-portfolio-management/manage-order/resubmit-order.md): Submit a new order identical to the original order, with the same target quantity.
* [Resubmit Remaining Order](/order-tracking-and-portfolio-management/manage-order/resubmit-order.md): Submit a new order using the same configuration, but with the quantity set to the unfilled portion of the original order. (Only available for incomplete orders)
* [Cancel](/order-tracking-and-portfolio-management/manage-order/cancel-order.md): Terminate an active order before completion. (Only available for active orders)

### Viewing Order Details

<figure><img src="/files/qUt1fcEQmcxIaa7lt2Ud" alt="" width="375"><figcaption></figcaption></figure>

Clicking on view order in the manage order section brings up a [detailed order viewer](/order-tracking-and-portfolio-management/real-time-algo-order-tracking.md), displaying a breakdown of individual executions, price movements, and strategy performance. For multi-leg trades, child orders are displayed in this table, while the parent order structure remains accessible through the Multi-Order Viewer.


---

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