# Filtering ConvoBots

Alternatively, you can also filter for a ConvoBot by selecting a category from the Blue FilterBar

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

And then, you will get a filtered list that matches the category as shown below

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

Then, you can [start a conversation](https://github.com/convogridai/ConvoDocs/blob/main/starting-a-conversation/finding-convobots/broken-reference/README.md) by choosing the relevant Bot that you want to converse with.

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

Let's take a look at how you can use filters through the search box as well.


---

# 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.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.
