# Chats

*The* «*Chats» section allows you to view and manage the dialogs that your AI agent conducts.*

## General view of the section

In your Selarti personal account, go to the «[*Chats*](https://selarti.com/panel?menu=chats)*»*.

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

## Filtering conversations

In the upper left part of the screen there are filters that allow you to conveniently manage conversations:

* **By tasks**. You can select a specific task from the dropdown list to view only those conversations related to that task.

<figure><img src="/files/kcz1QoFLgmMyJOCNKdTq" alt="" width="540"><figcaption></figcaption></figure>

* **By conversation status**. Ability to filter conversations by various statuses:

1. All dialogs (default).
2. 🏆 **Successful dialog.** Conversations where a meeting was arranged, interest was shown, or contact details were obtained for further communication.
3. 📝 **Contacts received.** Conversations in which contact details were received.
4. 💡 **The is Interest.** Conversations in which the user showed interest in the product/service.
5. 🔐 **Dialogue closed.** Conversations in which the user refused further communication.
6. 🤖 **Defined as robot.** Conversations in which the user was identified as a bot.
7. 🙋‍♂️ **User replied.** Conversations in which a reply was received.
8. 👨🏻‍💻 **Handled by operator**. Conversations that were transferred to a manager.

<figure><img src="/files/EIF3L8RDHYvV7nVOoSnZ" alt="" width="540"><figcaption></figcaption></figure>

For convenience, conversations can also be sorted by the following criteria:

* **Date descending**. Conversations sorted by date in descending order. Allows you to see the most recent conversations at the top of the list.
* **Messages descending**. Conversations sorted by the number of messages in descending order. Helps quickly find conversations with the most activity and messages.

<figure><img src="/files/SqLomLu7RxyMH9omBNED" alt="" width="551"><figcaption></figcaption></figure>

## Viewing conversations

On the left side of the screen, a list of conversations with brief information is displayed:

* Client name.
* Conversation status (indicated by emoji).
* Text of the last message.
* Date of the last message.
* Number of messages in the conversation.

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

When you click on the desired conversation, the full communication history is displayed on the right, where you can see all messages sent and received within this conversation.

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

## Managing conversations

**Continuing the conversation with the user**. You can communicate with the client directly in the conversation. More details [in a separate article](/manual-en/main-sections-of-the-service/chats/how-to-intervene-in-a-conversation-between-the-bot-and-the-client.md).

**Share conversation**. To do this, in the open conversation, click the icon in the upper right corner, and the link to the conversation will be copied to the clipboard. The conversation via the provided link will update in real time, allowing you to track all changes and new messages.

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

**Change conversation status.** If you need to manually change the conversation status, click the three bars in the upper right corner of the open conversation. After selecting the conversation status, don't forget to save the changes.

<figure><img src="/files/kBoRQ1DEixu2bsgHL6Yo" alt="" width="563"><figcaption></figcaption></figure>

**Export Dialog**. To download a CSV file with the 100 most recent dialogues with clients for a selected task, use the button with the leaf icon in the upper right corner.

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

**Export Dialogues.** If you need to download multiple conversations, then click *«Export»* in the *«Chats»*.&#x20;

<figure><img src="/files/3rntwP6DRCtAf3o57hV3" alt=""><figcaption></figcaption></figure>

Select a specific task or all available ones, specify the period for which you need conversations. If necessary, check the checkboxes to add metadata to the download (may be needed for working with the API) or change the order of chats in the file. Note — the number of chats can also be chosen, up to a maximum of 100 chats. Then click *«Export»*.&#x20;

<figure><img src="/files/83720FiblztAf4sIrmdF" alt=""><figcaption></figcaption></figure>


---

# 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://manual.selarti.com/manual-en/main-sections-of-the-service/chats.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.
