# View Response Source

To view the source that the bot has referred to when providing your response, simply hover over the response (bring your mouse cursor on top of the response)

<figure><img src="/files/IlIVrTRvpkQbo3wGdWBn" alt=""><figcaption><p>Chat screen</p></figcaption></figure>

And then you will be able to see the sources that the bot has referred to when providing you with your response.

<figure><img src="/files/1GdjJSXz4yGAWE3EFEDU" alt=""><figcaption><p>Response sources</p></figcaption></figure>

Now that you have obtained an understanding of starting a conversation with ConvoGrid, you can check out the next section to find out how you can create your own bot.


---

# 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/view-response-source.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.
