# Finding ConvoBots

Finding a Conversational Bot (ConvoBot) is very simple. You have to first navigate to the ConvoGrid Platform by referring to the [Getting Started section](/convogrid/welcome/getting-started.md).

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

You can select any bot that you want to chat with right from the Home screen and [start a conversation](https://github.com/convogridai/ConvoDocs/blob/main/starting-a-conversation/finding-convobots/broken-reference/README.md), 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 search bots that you want to communicate with.


---

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