# Message Viewer

Message viewer is a tool that allows you to see the conversation messages exchanged between the customers and the chatbot. This is helpful to see and filter by message types or searching specific interactions.

You can access it by clicking **Messages** for the chatbot you would like to view it for.

<figure><img src="/files/etXTXleBrY5wq89cVrOv" alt=""><figcaption></figcaption></figure>

You can do the following:

* View the messages identified by Sender (Bot or User)
* Node type that the flow went through
* Message shown to the customer
* View the conversation where this message was shown or reached

### Filtering

<figure><img src="/files/e1I1Edxpfbh8BF7bfFWk" alt=""><figcaption></figcaption></figure>

You can filter the messages by the following:

* Node type
* Action type
* Sender
* Conversation Id
* Message Id
* Date


---

# 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/message-viewer.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.
