# Viewing Chat Conversations

Conversation viewer allows you to see all the conversations customers have had with your chatbot. It will record the sequence of all the events as well messages exchanged between the customers and bot / agents.&#x20;

To access the conversations click on **Conversations** button for the chatbot you want to see the conversations for.

### Understanding the Viewer


---

# 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.deepconverse.com/product-docs/analytics/viewing-chat-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.
