> 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/monitoring-dashboard-supervisor.md).

# Monitoring Dashboard Supervisor

Supervisor might not have the time to have an in-depth look into all the incoming ticket and filter them based on different parameters. If they’re looking to get important information about the ticket at a quick glance, monitoring dashboards in 3Dolphins feature lets them do just that.

This feature can be accessed by login as **'Supervisor'** on 3Dolphins Service SRM, and click on 'Team Performance' tab then, you will see the monitoring dashboard like below:

![Monitoring Dashboard Supervisor](/files/-MQR5e4lckP1ReEX4CQe)

Monitoring dashboards consist of multiple useful widgets that will help Supervisor monitor their live agent performance in a day , like today ticket, top case category ticket and measure live agent productivity.

**Component Explanation :**

| Name                | Description                                                                                                                                                                                                                            |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Avg Chat Time       | The average duration first response until the ticket handled by agent.                                                                                                                                                                 |
| Avg Response Time   | The average total ticket duration assigned to agent.                                                                                                                                                                                   |
| Total Ticket        | Today’s total ticket.                                                                                                                                                                                                                  |
| Available           | The total agent available.                                                                                                                                                                                                             |
| In Serving          | The total ticket handled.                                                                                                                                                                                                              |
| Logged-In           | The total team members are logged in.                                                                                                                                                                                                  |
| Of Active Ticket    | The total ticket active.                                                                                                                                                                                                               |
| Avg Response Time   | The average total ticket duration assigned to one agent.                                                                                                                                                                               |
| Avg Resolution Time | The average total duration ticket assigned until the ticket is closed. But, when the ticket is transferred or escalated to supervisor or other group, then the Agent can’t get total ticket, but the agent will get ‘*Response time*’. |
| Top Case Category   | Display top three case category.                                                                                                                                                                                                       |
| Top Closure Type    | Display top three closure type.                                                                                                                                                                                                        |

Through this monitoring dashboard, Supervisor can take better data-driven decisions and also motivate their teams to perform better.


---

# 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/monitoring-dashboard-supervisor.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.
