# Viewing Customer Orders

Here, you will be able to view important information such as **Customer Orders, Abandoned Carts, Customer Addresses, Stock Requests** and their **Wishlists.**

You will also be able to view any extra information that your customers have left for you enabling you to complete the order for your customers quickly and efficiently.

### How do I view orders from previous customers?

1. Login to your Control Panel.
2. Go to **Orders > Customers.**
3. Click **View** next to the customer whose orders you wish to view.


---

# 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://help.freewebstore.com/orders/customers/viewing-customer-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.
