# Conversation Audit

The function of conversation audit makes it easier for supervisors to monitor tickets from the incoming ticket until the ticket is closed. To view the report, go to the **Analytic** menu and click the **Live Agent** menus, then click **Conversation Audit** which you can find on the left sidebar.

![Conversation Audit](/files/s0dh1zeGvlez1gU7gViU)

**Component Explanation:**

| Name          | Description                                                      |
| ------------- | ---------------------------------------------------------------- |
| Ticket Number | Unique number of each ticket.                                    |
| Action Date   | Record the time of the last activity on this ticket.             |
| Channel       | Indicates the channel where the ticket was made.                 |
| Customer      | Your customer name.                                              |
| Agent         | Indicates agent's name that is responsible handling this ticket. |
| Detail        | Used to view detailed conversation audit reports of each ticket. |

In addition, the supervisor can also see the detailed conversation between the agent and the customer by clicking the **'Detail'** action button. This page displays all the activity that occurred on this ticket.

![Detail Conversation Audit](/files/tViaFADX5Tex8L1JqtJp)

**Component Explanation:**

| Name         | Description                                              |
| ------------ | -------------------------------------------------------- |
| Action Date  | Indicates the time this activity occurred on the ticket. |
| Event        | Indicates activities performed on the ticket.            |
| Status       | Status of event.                                         |
| Performed By | Indicates the user that doing this activity.             |
| Description  | Description of the activities performed.                 |


---

# 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-audit.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.
