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

# Conversation history

Here you can see all users shown 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.

{% hint style="info" %}
In the conversation history tab, each row corresponds to a conversation. It is possible for one user to have multiple conversations, and thus multiple rows in that table.
{% endhint %}

![](https://2786867680-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LLTwFwbOqJj4dDhg8Ju%2F-LT2au63Lq22qj_nOaiO%2F-LT2ec9xefXOqTi6q5WJ%2Fimage.png?alt=media\&token=6cfcd205-d87b-432c-ab9f-67d8cc64f028)

{% hint style="warning" %}
**Conversations that will not be shown in this table:**

* The test conversations you had with your bot in the "**test your bot**" window will not be shown in the conversations tab. These conversations also don't count towards the number of conversations used in the pricing
* **Empty conversations** that do not contain any message from the user to the bot will not be shown in the conversations tab. These conversations do count towards the number of conversations used in the pricing.
  {% endhint %}

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

![](https://2786867680-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LLTwFwbOqJj4dDhg8Ju%2F-LT2au63Lq22qj_nOaiO%2F-LT2fNUSzZArfiYt6xKd%2Fimage.png?alt=media\&token=422fd387-3e40-4772-ae7a-c23d80d145a0)

#### Voice and phone conversations

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

{% hint style="warning" %}
Conversations with our voice bots will be automatically recorded. Please make sure you inform your user about this in your voice bot flow (if the user hasn't given their explicit consent yet) to obey privacy laws.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.chatlayer.ai/~/changes/zWOY8fNiBBrqneKkuGvA/bot-answers/user-messages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
