# Search in Dashboard

In one case, there may be some issues where Agent has to find the customer information but only has the keyword. So, this feature allows you to find customer information quickly based on ‘customer name‘, ‘ticket number‘, ‘ telephone number‘, ‘subject of email‘ or ‘body ticket (message)‘.&#x20;

![Search Feature](/files/z8CmS5IjFCKDJ9Ia8IW6)

After you've typed the information into the search box, click the 'search' button. If search is successful, you will see customer information in the **Tickets** tab, **Contacts** tab, and the **Archive Tickets** tab based on filtered tickets, as shown below.

![Search Result](/files/Q26ODYhmen0eZ3o9k3zd)

You might also search for tickets based on the form entered on the ticket. In the search ticket field, type any information related to the form.

{% hint style="info" %}
**Note:** Ensure that your form isn't encrypted. You may look at this page to see your settings form.
{% endhint %}

![Seacrh Form Result](/files/eA5rzzp6BePwnbbrNmKd)


---

# 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.3dolphins.ai/customer-service/dashboard/search-in-dashboard.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.
