# Creating or editing a customer

Adding and editing customers is super-easy and quick to do, and we work hard on making it a seamless experience both for the person in the store and towards the customer.

## Creating or editing a customer in Sale

### Touch mode

1. Navigate to <kbd>Add Customer</kbd>&#x20;
2. Start typing the phone number or name
   1. If the customer already exists, it will immediately appear, and can be selected and added to the sale
   2. If no customer is found, you will be prompted to create a new customer, and where the already entered phone number and/or mail is automatically filled in
      1. You only need to fill in the name, however we strongly adding as much relevant information as possible, especially the customer's phone number

### Keyboard mode

1. Press <kbd>arrow-up</kbd>
2. Start typing the phone number or name
   1. If the customer already exists, it will immediately appear, and can be selected and added to the sale
   2. If no customer is found, you will be prompted to create a new customer, and where the already entered phone number and/or mail is automatically filled in
      1. You only need to fill in the name, however we strongly adding as much relevant information as possible, especially the customer's phone number


---

# 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.flowretail.com/docs/day-to-day-operations/customers/creating-or-editing-a-customer.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.
