# Viewing Bot Details

In case you are curious about the Bot you are conversing with, you can easily find out more information about the bot.

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

You can learn more about the bot by simply clicking on the bot's name in the top menu, and you will see this popup that provides you with more information. You can use this interface to delete your conversation and even voice your feedback about the bot.

<figure><img src="/files/XXuMeYRqtaGsxtRg1Fvh" alt="" width="188"><figcaption><p>Bot information</p></figcaption></figure>

This also works for transferred bots, as shown below.

<figure><img src="/files/eVz5uGMz7llC1gEZmOTh" alt="" width="188"><figcaption><p>Transferred bot information</p></figcaption></figure>

Now that you have obtained information about the bot, you may want to find out what source the bot referred to when providing your response. We will illustrate how you can check this on the next page.


---

# 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/viewing-bot-details.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.
