# Customer Information

### Viewing Customer Information

To view your customer's basic information on one page:

1. Login to your Control Panel.
2. Go to **Orders > Customers.**
3. Here you will see an overview of your customers and information such as the number of orders your customers have placed, customer account type (whether they have an account or they are a guest) and basic customer information such as their email address and their name as default.
4. You can also edit the information shown by editing the **Page View** section found in a panel located to the right of the page. By editing the settings here you can add when the account was created and the amount spent by each customer.


---

# 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/customer-information.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.
