# Messaging a Bot

Now that you have found the bot that you want to start a conversation with, you can start a chat by simply clicking on the "Start Conversation" button.

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

Then, you will be able to type your message in the "Type a message" input field and press the "Enter" key or the send button to send the message, just like in your favourite messenger applications.

<figure><img src="/files/ud8hI1ky4b0z3AjDTshf" alt=""><figcaption><p>Starting the Chat</p></figcaption></figure>

So now you can type your message and strike up a conversation with the Bot of your choice.

<figure><img src="/files/IlIVrTRvpkQbo3wGdWBn" alt=""><figcaption><p>Chatting with Andrew Huberman</p></figcaption></figure>

Next up, let's see how you can find recommended bots.


---

# 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/messaging-a-bot.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.
