# Locate a Customer Record

Locating a customer record is easy using the CRM's Customer Search Page. First, click on the Customer tab on the left of your screen, then Customer Service.

<figure><img src="/files/1X37QeQaCJLoX9zZYksG" alt="" width="563"><figcaption></figcaption></figure>

This will load the Customer Search Page. Using the fields at the top of the screen you can search for customers using a number of different fields including: name, order id, order status, email address, phone number among other option when clicking Additional Filters. Just enter the search terms in the text fields and click Search Orders to view the results of your search.

&#x20;

The results area of this screen lists out all the customers who were found in your search. You can click on the blue customer name to go directly to the customer record, and you can also expand that customer to view all the orders that customer has placed. In the expanded view, you can click on the blue order number to go directly to that customer's order record.

<figure><img src="/files/1JeZNdiIeeCqr6zPEYnb" alt="" width="563"><figcaption></figcaption></figure>

You can expand each customer to view more details.

<figure><img src="/files/t5JeWd3LcRLwqOs3hDJc" alt="" width="563"><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://help.konnektive.com/konnektive-crm/customer-service/locating-a-customer-record.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.
