# Filter and Search Product

You can filter products in the list based on **unit** and **category**. For example, if you filter products by units by selecting units in the dropdown, all products with different units will disappear from the list.

![Filter Product](/files/DV0u1VnApd01Ym9oaxhW)

Besides being able to filter products by units and categories, you can also search and find specific products by product name. As an example, we give an example of searching for "Live Chat" products, then the product you are search will appear on the list and all products with a different product name will disappear from the list.

![Search Product](/files/UjXKtMJ2sW13fxbZYwog)


---

# 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/sales-activity/product/detail-product/filter-and-search-product.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.
