# Conversations

In addition to the statistical information provided in the statistical reports, the developer/administrator might also be interested to have a deeper look into the actual conversation between the bot and the User.

![](/files/XxYEsXJp2Oip76cF2nMg)

This can be useful in tracking complaints or understanding how the bots responded to different user queries. The conversation logs can be accessed using *\_Reports->Conversations*.

The *conversation logs* allows the developer/administrator to walkthrough the exact timeline of conversation between the agent and user. Further more, the developer can filter the conversation by Date as well as on conditions such as if the conversation was escalated/attended.&#x20;


---

# 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://readme.dhee.ai/platform-reference/reports/conversations.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.
