# My Orders

The My Orders page provides a list of all the orders that were placed by the customer. The table gives an overview of the order **number**, **date**, **status**, and **total**.&#x20;

By clicking on each order, customers can open a detailed view to get more information. They can go through the tabs of **Items Ordered**, **Invoices**, and **Order Shipments** to see:

* payment method
* shipping information
* shipping & billing address
* items ordered
* subtotal

The customers can use the **Reorder** button and the cart will open with the same products they had purchased before. There is also a **Print Order** button for them to print the information.

![](https://3440518709-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbtxuwTyXxe1QOIK8v8rH%2Fuploads%2FbvGlmUsM1V3qVlhvQl54%2F5-2-0\(1\).gif?alt=media\&token=8ef77e60-20af-4825-9c1a-e381d31f0589)


---

# 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://manual.scandipwa.com/v5.3.5/customers/account-dashboard/my-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.
