> ## Documentation Index
> Fetch the complete documentation index at: https://sitegpt.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Review conversations

> Find, filter, tag, and export the conversations your chatbot has with visitors.

**Chat History** holds every conversation your chatbot has with visitors. Use it to check answers, find conversations that need a person, and export conversations for your records.

## Before you start

* **Plan:** any plan. See [Plans and limits](/docs/reference/plans-and-limits).
* **Role:** any team role can read, filter, tag, and export conversations. To delete conversations, you need the Manager role or higher. See [Team members](/docs/guides/account/team-members).

## Start from the Dashboard

The **Dashboard** is the first page of your chatbot. It shows **Total Messages**, **Positive Feedback**, and **Negative Feedback**.

* Select **View Chat History** to open all conversations.
* Select **View Feedback** under **Positive Feedback** or **Negative Feedback** to open **Chat History** filtered by that feedback.

The Dashboard also shows your content totals, training status, a chat preview, and your install code. For trends over time, see [Analytics](/docs/guides/monitor/analytics).

## Choose a view

In your chatbot's sidebar, select **Chat History**. The views at the top of the list split conversations by state:

| View          | Shows                                                                                                        |
| ------------- | ------------------------------------------------------------------------------------------------------------ |
| **Attention** | Conversations that are not resolved and have an escalation, an unread visitor message, or negative feedback. |
| **Open**      | Conversations that are not resolved. This is the default view.                                               |
| **Closed**    | Resolved conversations.                                                                                      |
| **All**       | Every conversation.                                                                                          |

A resolved conversation leaves **Attention**, whatever its other flags. To resolve conversations, see [Reply to visitors and take over conversations](/docs/guides/human-support/reply-and-take-over#mark-as-resolved).

## Search and filter

<Steps>
  <Step title="Search">
    In **Search conversations**, type words from the conversation. The list shows matching conversations with the matching text.
  </Step>

  <Step title="Set a date range">
    Open the date menu and select **Today**, **Last 7 days**, **Last 30 days**, **This month**, or **Last month**. To choose your own dates, select **Custom**, then set **From** and **To**. The range uses each conversation's last activity.
  </Step>

  <Step title="Add filters">
    Open **Filter** and select the filters you want.
  </Step>
</Steps>

| Filter               | Options                  |
| -------------------- | ------------------------ |
| Tags                 | Your conversation tags.  |
| **Read/Unread**      | Read, Unread             |
| **User Escalations** | Escalated, Not Escalated |
| **Importance**       | Important, Not Important |
| **User Information** | Anonymous, Not Anonymous |
| **User Reactions**   | Positive, Negative       |
| **GPT Model**        | The model that answered. |

To find answers that visitors did not like, set **User Reactions** to **Negative**. To fix a wrong answer, see [Fix a wrong answer](/docs/guides/answers/fix-a-wrong-answer).

## Read a conversation

Select a conversation to open it. The conversation shows:

* Each message from the visitor, the AI, and your team, with the sources the AI used.
* A marker with a link when the visitor moved to a different page during the conversation. This shows the visitor's path through your site.
* The **Escalated** and **Resolved** badges.

Select **View Details** to open **Conversation Details**. It shows the title, **Total Messages**, **Positive** and **Negative** feedback counts, **Started On**, **Escalated**, the **Page URL**, and the visitor's **Name**, **Email**, and **Phone**.

To reply to the visitor or take over from the AI, see [Reply to visitors and take over conversations](/docs/guides/human-support/reply-and-take-over).

## Mark, tag, and rename conversations

In an open conversation, use the icons and the menu at the top:

* **Mark as Important** flags the conversation. **Remove Mark** clears it. Use the **Importance** filter to find flagged conversations.
* **Add Tags** adds tags. Type a new name to create a tag. **Modify Tags** changes the tags on a conversation.
* **Edit title** renames the conversation.
* **Mark as unread** puts the conversation back in the unread state.
* **Copy Link** copies a link to the conversation.
* **Open as User** opens the conversation as the visitor sees it.

When a visitor starts a conversation by selecting a conversation starter, SiteGPT tags the conversation with the starter's button label in capital letters.

To delete a tag from every conversation, open **Filter** and select the delete icon next to the tag. You must confirm.

To act on many conversations at the same time, select their check boxes in the list. Then select **Mark as Resolved**, **Mark as Unresolved**, **Mark as Important**, **Remove Mark**, or **Delete**.

## Export conversations to CSV

<Steps>
  <Step title="Set the view and filters">
    Choose the view, date range, and filters that you want. The export uses them. The search text is not used.
  </Step>

  <Step title="Export">
    Select **Export Conversations**.
  </Step>
</Steps>

The browser downloads `chat_history_export.csv`. It has one row per message, with these columns:

`messageId`, `messageType`, `threadId`, `pageUrl`, `question`, `questionTimestamp`, `answer`, `answerTimestamp`, `reaction`, `mode`, `gptModel`, `escalated`, `important`, `resolved`, `anonymous`, `userEmail`, `tags`

The **Open** and **Closed** views limit the export to open or resolved conversations. The **Attention** and **All** views export conversations of both states.

`threadId` is the conversation ID. To export one conversation only, open it and select **Export Chat History**.

## Delete conversations

* **Delete Conversation** in the conversation menu deletes one conversation.
* **Delete** in the bulk bar deletes the selected conversations.
* **Delete Visitor Data** in the conversation menu deletes every conversation from this visitor, their lead record, and the visitor identity. It shows only when the visitor gave their details. You need the Manager role or higher.

Each option asks you to confirm. You cannot undo a delete. For the difference between deleting a lead and deleting visitor data, see [Manage your leads](/docs/guides/leads/manage-leads#delete-a-lead-or-all-of-a-visitors-data).

## Check that it works

1. Select the **Attention** view. Every conversation in it is open and has an escalation, an unread message, or negative feedback.
2. Select the **Open** view, set a date range and a filter, then select **Export Conversations**. The CSV file contains only messages from the conversations in the filtered list.
