# Orders

Keep track of your open orders, or view your orders history. All at your fingertips.<br>

* **Click to see a detailed list**, with sortable columns for buy/sell, which wallet you used, and status.

<figure><img src="/files/J9UJR4mdqqHirmtsmM3C" alt="A portion of the orders page"><figcaption></figcaption></figure>

* **Manage your orders with the icons in the far-right column**. Clicking the Trash Can button cancels an active order. The Solscan icon shows a successful order's transaction details on the blockchain explorer. You can also click **Cancel** **All** on the top right to cancel all active orders of this type.

<div align="center"><figure><img src="/files/MavAGDBay4vmJn5uVStQ" alt="Icons used on the orders page that link to Sol scan, and a trashcan to cancel orders" width="230"><figcaption><p>View SolScan on the left; Cancel Order on the right.</p></figcaption></figure></div>

* You can also **view, and manage active orders on the main Trade Page** in the bottom table, under "Active Orders".

<figure><img src="/files/bQjzqot79wfNucxqp3Rr" alt="Depicts an alternative way to view your open orders, which is in the trade tables on the main trade page"><figcaption></figcaption></figure>


---

# 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.trojan.com/terminal-overview/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.
