# Open Orders

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

This page lets you see order counts by type and exchange, turn maintenance mode on or off, schedule maintenance, and manage orders that were paused during maintenance (resolve or resume them).

***

#### 1. Maintenance Mode

This is to schedule an automatic pause and resume orders across the organizations in case there is an exchange outage or scheduled maintenance period. Switching this on will pause orders across the entire platform.

* **Optional: Target exchanges**
  * You can choose which exchanges maintenance applies to (e.g. only Binance and Bybit).  This means that only orders for that exchange will be paused when maintance mode is activatead or throughout the scheduled period.&#x20;
  * If you turn maintenance **ON** without selecting any exchanges, a confirmation explains that orders on **all exchanges** will be affected. You can still confirm or cancel.
* **Schedule Maintenance**
  * Opens a dialog to set a **start** and **end** time (and optionally target exchanges) for a future maintenance window. Orders can be paused when that window starts.
* **Extend Maintenance**
  * Shown when there is an **active** maintenance event with an end time. Opens a dialog to push the end time later.

***

#### 2. Scheduled Maintenance Events

Below the Maintenance Mode card you see **scheduled maintenance events**.

* **Active** – Currently in effect (orders may be paused).
* **Upcoming** – Start time in the future.
* **Finished** – Past; no longer active.
* **Cancelled** – Cancelled before or during the window.

For each event you typically see:

* Scheduled start and end (e.g. in UTC).
* Status (Active / Upcoming / Finished / Cancelled).
* **Cancel** – Cancels that scheduled event. For an active event you may get an option to **auto-resume** paused orders when cancelling.
* **Extend** – (When applicable) Extend the end time of that event.

The list refreshes automatically.

***

#### Summary

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

| Section                          | What it’s for                                                                                       |
| -------------------------------- | --------------------------------------------------------------------------------------------------- |
| **Maintenance Mode**             | Turn maintenance on/off, limit by exchange, schedule or extend a window, see Event ID.              |
| **Scheduled Maintenance Events** | See active, upcoming, finished, and cancelled events; cancel or extend them.                        |
| **Single Orders**                | Counts of single open orders by exchange (Active / Paused / Finisher).                              |
| **Multi Orders**                 | Counts of multi open orders by exchange (Active / Paused / Finisher).                               |
| **Maintenance Paused Orders**    | List of orders paused by maintenance; resolve (mark done) or resume (unpause) per order or in bulk. |


---

# 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/admin-panel-and-compliance-manager/open-orders.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.
