> For the complete documentation index, see [llms.txt](https://docs-convai.wavy.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-convai.wavy.global/bot-answers/user-messages.md).

# Conversations

In this module you can view all the users in a user table. By starting to type in the Filter text boxes you can filter conversations based on first name, last name or language.

![](/files/-MFgECF7TrYh_0-RauVx)

{% hint style="warning" %}
Test conversations you held with the bot in the emulator will not be shown in the conversations tab.
{% endhint %}

Select a user row to see the conversation that took place between the user and the bot. You can see a timestamp for each message and in which bot dialog the message was sent.

![](/files/-MFgECF8eCZvYr3pzdFG)

## Voice and phone conversations

Conversations through the voice channel will include both an audio file and transcripts of what was spoken by the user and the bot.

{% hint style="info" %}
Conversations with Chatlayer.ai voice bots are automatically recorded - make sure you inform your users about this in the voice bot flow if they haven't given their consent in another way already.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-convai.wavy.global/bot-answers/user-messages.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.
