# Filtering ConvoBots in Search

You can also filter for a ConvoBot by clicking on the search bar on top of the screen.

<figure><img src="/files/iCAE0xHeCUcB2RcWotlz" alt=""><figcaption><p>ConvoGrid Platform in different devices</p></figcaption></figure>

You will be able to see a popup as shown below, where you can select a recommended topic.

<figure><img src="/files/15nfSJV1sgzqtyEBBDyb" alt=""><figcaption><p>Search Box Popup</p></figcaption></figure>

After selecting a recommended topic, you will be able to see a filtered list as depicted below.

<figure><img src="/files/kiLzpQ16wjonLguQIIAb" alt=""><figcaption><p>Selecting Entertainment Category</p></figcaption></figure>

Then, you can [start conversing](https://github.com/convogridai/ConvoDocs/blob/main/starting-a-conversation/finding-convobots/broken-reference/README.md) with the Bot, as shown below.

<figure><img src="/files/Yd8dvfkIBcnzTsusJU1X" alt=""><figcaption><p>Conversation with Andrew Huberman</p></figcaption></figure>

Next let's look at how you can start a conversation


---

# 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.convogrid.ai/convogrid/starting-a-conversation/finding-convobots/filtering-convobots-in-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.
