# Search Products

The **Product Search** feature helps users quickly find products in the system without browsing through long lists. The search tool supports multiple criteria to make it easier for users to identify their desired products.

**Step 1: Access the Product Catalog**

* From the left toolbar, select **Products** to open the list of available products in the system.

<figure><img src="/files/wXYnPn7ZppNpC5lwMuoX" alt=""><figcaption><p>Navigate to Product</p></figcaption></figure>

**Step 2: Use the Search Bar**

* At the top of the product list, you will find the **search bar**.
* You can search for products using various criteria:
  * **Product ID**: Search by the unique identifier of the product.
  * **Product Name**: Enter the full or partial name of the product.
  * **Labels or Tags**: Find products based on classification labels or tags.
  * **Keywords in Description**: Enter keywords that appear in the product description.

<figure><img src="/files/E3667BHKjnxNp18H5bxD" alt=""><figcaption><p>Search Product</p></figcaption></figure>

<figure><img src="/files/6hcfu6oa5CQ556qD0gPO" alt=""><figcaption><p>Search Product </p></figcaption></figure>

If you have any questions, don't hesitate to ask, we're always here to help!


---

# 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://support.hivo.co/products/search-products.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.
