# Order History

The **Order History** section displays all orders placed by the customer. Each order entry includes key information such as order number, order date, order status, and total value.

In this view, the customers can also request returns for the completed orders.

<figure><img src="/files/rqGhyOjVQI9FDD036SGe" alt=""><figcaption><p>Order history - My Orders</p></figcaption></figure>

Customers can open individual orders to view detailed information including purchased items, quantities, pricing, delivery details, and payment status. This section allows users to easily track past purchases, check order progress, and reference previous transactions when placing repeat orders.

<figure><img src="/files/KBAdchUdVk7Ut50Qetf1" alt=""><figcaption><p>Order details view</p></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://developer.emporix.io/frontend/customer-account/dashboard-overview/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.
