# Customers Page

The Customers page displays all the customers in the system. To search for a customer, enter the customer's name, email or company name in the *Search field.*

To create a customer, click the *Create* button.

To edit or delete a customer, click the customer and then select Edit or Delete.

<figure><img src="/files/rrQKwBTo2kg0LBp2rKII" alt=""><figcaption></figcaption></figure>


---

# 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.soraco.co/docs/qlm-mobile-app/customers-page.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.
