# Conversation History

{% hint style="info" %}
For detailed explanation of SLA starting with the calculations and settings on the Analytics page, you can refer to the [SLA Guideline](/sla-guidelines.md) page.&#x20;
{% endhint %}

Conversation history is a feature that allows supervisors to easily monitor the conversation history from each ticket that enters on the 3Dolphins application, both those assigned to agents and those handled by supervisors. To view the report, go to the **Analytic** menu and click the **Live Agent** menus, then click **Conversation History** which you can find on the left sidebar.

![Coversation History](/files/O7BUijQ25atfHd5baAb7)

**Component Explanation:**

| Name          | Description                                                                                                                                                                                                                                                                                                                                              |
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Ticket Number | Unique number for each ticket.                                                                                                                                                                                                                                                                                                                           |
| Created Date  | Indicates when this ticket is created.                                                                                                                                                                                                                                                                                                                   |
| Channel       | Indicates the channel where the ticket was made.                                                                                                                                                                                                                                                                                                         |
| Customer      | Your customer name.                                                                                                                                                                                                                                                                                                                                      |
| Agent Name    | Indicates agent's name whose in charge of this ticket.                                                                                                                                                                                                                                                                                                   |
| SLA           | <p>SLA for this ticket. <br><br><strong>Note:</strong> The displayed SLA depends on the configuration of the SLA settings in 'rule management' and SLA type on this report so this might be a percentage or Yes/No.<br>To know more about this setting, you can refer to <a href="/pages/s8dgDrVML4hOeNLfwIUd#sla-on-analytic-report">this</a> page.</p> |
| Response Rate | <p>Percentage 'response agent' divided by 'incoming message'.<br>Response Agent is a condition where the Agent responds to each customer chat while the incoming message is conditions when a customer sends a chat message at one time.</p>                                                                                                             |
| Tags          | Indicates classifier for this ticket                                                                                                                                                                                                                                                                                                                     |
| Raw Message   | Tombol action untuk menampilkan detail pesan antara Agen dan Bot dengan pelanggan.                                                                                                                                                                                                                                                                       |

You can also view detailed information from the conversation history by clicking the ‘**Details**‘ button in the raw message field. This page displays all ticket interactions with agents and bots. There are differences in the appearance of each SLA type report. The following is a detailed view of the conversation if using SLA type 'SLA by Conversation' as shown image below.&#x20;

![Detail Conversation History](/files/VatgUVTERuIec4ClJgHA)

**Component Explanation:**

| Name          | Description                                                        |
| ------------- | ------------------------------------------------------------------ |
| Action Date   | Indicates the time this interaction occurred on the ticket.        |
| Ticket Number | Unique numbers for each of your tickets.                           |
| Account Name  | Account name for sending messages.                                 |
| Sender Name   | Name of the message's sender.                                      |
| SLA           | Indicates whether this ticket is within SLA specified.             |
| Over SLA      | Indicates how long this ticket exceeds the specified SLA duration. |
| Message       | Indicates the messages' content sent.                              |

However, if you set the SLA type report using 'SLA by Ticket', the display of the detail conversation history will be shown as shown below.

![Detail Converstaion History SLA by Ticket](/files/uWbac3ulNJZdaUSgI252)

**Component Explanation:**&#x20;

| Name          | Description                                                 |
| ------------- | ----------------------------------------------------------- |
| Action Date   | Indicates the time this interaction occurred on the ticket. |
| Ticket Number | Unique numbers for each of your tickets.                    |
| Account Name  | Account name for sending messages.                          |
| Sender Name   | Name of the message's sender.                               |
| Message       | Indicates the messages' content sent.                       |


---

# 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.3dolphins.ai/analytic/live-agent/conversation-history.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.
