# Work with customers

- [Look up customers](https://docs.rmhpos.com/readme-1/work-with-customers/customers-looking-up.md): This topic describes how cashiers and salespeople can look up and select customer records. It also introduces the Customer pane.
- [Add customer records](https://docs.rmhpos.com/readme-1/work-with-customers/customers-adding.md): This topic describes how cashiers and salespeople can add customer records. It provides detailed explanations of fields and options on the Billing, Options, Additional, and Alias tabs.
- [Edit customer records](https://docs.rmhpos.com/readme-1/work-with-customers/customers-editing.md): This topic describes how cashiers and salespeople can edit existing customer records.
- [Add a shipping address](https://docs.rmhpos.com/readme-1/work-with-customers/shipping-adding-address.md): This topic describes how cashiers and salespeople can enter primary and secondary shipping addresses for customers.
- [Select a shipping (or delivery) address](https://docs.rmhpos.com/readme-1/work-with-customers/shipping-selecting-address.md): This topic describes how cashiers and salespeople can select a customer's shipping (or delivery) address from the Transaction screen.
- [Look up a customer's purchase history](https://docs.rmhpos.com/readme-1/work-with-customers/customers-purchase-history.md): This topic describes how cashiers and salespeople can look up a customer's purchase history at the store. Use this procedure to look up dates, transaction numbers, and ILCs for returns and exchanges.


---

# 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://docs.rmhpos.com/readme-1/work-with-customers.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.
