# Search

### Searching Products

The search bar can be used at all times to lookup [Products](/user/brand-portal/products.md), Product IDs, Colors, and more.&#x20;

{% hint style="info" %}
Use `,` to search for multiple terms at the same time.
{% endhint %}

<figure><img src="/files/GuaaTgUpHfY8mc7kF0w5" alt=""><figcaption><p>The search result is loaded directly into the pop-up.</p></figcaption></figure>

* Use the **Show Products** button to see the searched products.
* Use the **Show in current filters** to load a search on the Products page using the already defined filters.&#x20;
* Use the <i class="fa-barcode-read">:barcode-read:</i> **Barcode button** to use your camera, scan a barcode and find the related product.&#x20;

### Searching Orders

The Search Bar can also be used to search customer order data, including **Orders**, **Customers, Proposals,** and more. The Order Search bar is visible when browsing the [Order Management](/user/brand-portal/order-management.md) section.

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

* Use the **Show orders** button to lookup the selected orders.
* Use the **Show in current filters** to lookup orders filtered by the current search terms.&#x20;


---

# 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.colect.io/user/brand-portal/search.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.
