# Searching for customers

You can search for customers by entering the Customer ID or email address in the **Search** field.

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

The search only supports complete strings. Wildcards and partial searches do not retrieve any results. For example, to search for Customer ID ce942550-afa0-4a09-am-8679m-ajlkma, you must enter `ce942550-afa0-4a09-am-8679m-ajlkma,` not just `ce942550`.


---

# 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.digitalriver.com/digital-river-api/administration/dashboard/customers/searching-for-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.
