# Messages

Messages Page is a centralized hub where users can access and review the entire chat history. This includes all interactions the bot has had with store visitors. It serves as a valuable resource for understanding customer inquiries, feedback, and overall engagement with the platform.

To visit the Messages Page, navigate to the main menu or dashboard and select the 'Messages' option. This will lead you directly to the page where all chat interactions are stored.

### Chat History

At a glance, users can see a list of all conversations, sorted by date ensuring easy navigation through past interactions.

### View Conversation

To delve into a specific conversation, users can click on any chat from the 'Messages' list. This will expand the chat, displaying the entire conversation thread between the bot and the store visitor.

<figure><img src="/files/1cBZcixrFN0HdszqQzBG" alt=""><figcaption><p>Chat Histoy in Messages at bodt.io</p></figcaption></figure>

Regularly review chat interactions to gain insights into common customer inquiries, feedback, and potential areas of improvement for the bot.


---

# 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.bodt.io/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.
