# Channel Interaction

Channel Interaction is a feature that makes it easy for supervisors to see a bar graph of ticket activity such as assigned, open, pending, closed, and unassigned tickets on all channels in the 3Dolphins application. To view the report, go to the **Analytic** menu and click the **Live Agent** menus, then click **Channel Interaction** which you can find on the left sidebar.

![Channel Interaction](/files/5dzs0lWBB7nOMB3qIRJe)

**Component Explanation:**

| Nama       | Deskripsi                                                               |
| ---------- | ----------------------------------------------------------------------- |
| Assigned   | Total tickets on this channel are currently in the 'Assigned' status.   |
| Open       | Total tickets on this channel are currently in the 'Open' status.       |
| Pending    | Total tickets on this channel are currently in the 'Pending' status.    |
| Closed     | Total tickets on this channel are currently in the 'Closed' status.     |
| Unassigned | Total tickets on this channel are currently in the 'Unassigned' status. |

{% hint style="info" %}
When you hover over the chart, you will see a chart with the format (x-axis, y-axis). The x-axis is the chart numbering from left to right. In contrast, the y-axis is the number of tickets for each status.
{% endhint %}


---

# 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/channel-interaction.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.
