# How to view a customer's history

1. Click on the ‘menu icon’ on the top left hand of the screen
2. Click on ‘customer management’
3. Click on the desired customer and click ‘view profile’ to see customer details or  ‘select’ to make a bill in the customer account
4. Or click on ‘Due Customers’ to see who has outstanding payments - how much, how long ago was the order made and how many orders have not been paid for.


---

# 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://sirfitech.gitbook.io/spacemall/how-tos/manage-customers/how-to-view-a-customers-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.
