> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/5.1.x/customer-service/dashboard/view-chat-history.md).

# View Chat History

The Chat History is stored to retrieve valuable information from past conversations, in order to keep the conversation data if someday needed again. With chat history, the Supervisor can monitor the interaction between Agents with Customers.

3Dolphins Service SRM supports infinite chat history, meaning it will continue to load and render previous messages within a chat window as long as you continue to scroll the window upwards and as long as there is content to render. However, in Live Chat 3Dolphins, by default customers can only see 6 previous bubble messages.

This section contains instructions on how to view chat history. There are two ways to view previous chat history in 3Dolphins, i.e *‘view conversation‘* and *‘history ticket‘.*

### **View Conversation**

View conversation is a threaded messaging that displays both sides of a conversation on one screen, in chronological order. In this way, it also groups messages from the same person together. You can only see this feature when the ticket is no longer being handled, so this feature is only available on the **Escalated** tab of Agent, **Unassigned** tab of Supervisor, **Transferred** tab, and **Closed** tab of Agent and Supervisor.

For example, on the dashboard page click the **Closed** tab. then, select a ticket and click the *'view conversation'* button (<img src="/files/-MVL0HZg2PLgjFJK8gwJ" alt="" data-size="line">). Then, you will see a pop-up of conversation chat, in this section, you can view conversation ended by agent, customer, or system (conversation ended only available on 3Dolphins live chat ticket) such as images below.

![View Conversation](/files/-MQREZuFKo6wU0FuZcgy)

### **History Ticket**

In the history ticket, you can easily find and review the history of every communication between you and your customer, at any time. History ticket shows all the ticket updates and you can see the complete history of a ticket. So, this feature allows you to review the previous ticket of one customer, even though you weren't the one who handled it before.

To view history ticket, on the dashboard page select ticket and click the avatar of the customer. Then, you will see a pop-up window *‘360 Customer View‘*. Go to the **History** tab, select ticket, and click the channel icon. Then, you will see conversation chat, in this section, you can view conversation ended by agent, customer, or system (conversation ended only available on 3Dolphins live chat ticket) such as images below.

![History Ticket](/files/-MQRGMIcu7GeNNU_RXUE)


---

# 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.3dolphins.ai/5.1.x/customer-service/dashboard/view-chat-history.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.
