# Order history

<figure><img src="/files/I5KBhakT5efVHKvezske" alt="Order history panel showing submitted, filled, canceled, and rejected orders."><figcaption><p>Order history panel showing submitted, filled, canceled, and rejected orders.</p></figcaption></figure>

Order history shows recent submitted orders, including filled, canceled, and rejected actions where available.

Use it to answer execution questions after the fact: which order was submitted, whether it filled, when it canceled, and what type of action was sent.

For actual fills and fee details, use [Trade history](/terminal-sections/trade-history.md). For currently resting orders, use [Open orders](/terminal-sections/open-orders.md).


---

# 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.proliquid.xyz/terminal-sections/order-history.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.
