# Wallboard Agent

Wallboard Agent is a real-time data display that assists Supervisors in monitoring activities (handling, available, break, not available, etc) and agent productivity. This page can provide 'SLA Ticket' graphic and also the table for productive and non-productive agents.

![Wallboard Agent ](/files/o4yUZ7TwFWKMjmU4Cs5Q)

### **SLA Graph**

Displays total daily tickets within SLA and total closed tickets as a graph. The blue line on the graph shows the total closed ticket for the day, and the black line on the graph shows the total within SLA for the day.

Description of SLA graph:

<table><thead><tr><th width="287">Name</th><th>Description</th></tr></thead><tbody><tr><td>Total Closed</td><td>Total closed ticket from all channel.</td></tr><tr><td>Within SLA</td><td>Total ticket based on SLA.</td></tr><tr><td>Productive Agent</td><td>Total of productive agent (Agent with status is 'Available' or currently handling ticket).</td></tr><tr><td>Non-Productive Agent</td><td>Total of non productive agent (Agent with status is 'Not Available' cannot receive or handling ticket).</td></tr></tbody></table>

### **Productive and Non-Productive Agent**

To help supervisors monitor agent activity and productivity. With this feature, the supervisor can find out which agents are available, handling tickets, or not available on the dashboard.

Description of productive and non-productive agents in the table:

<table><thead><tr><th width="286">Name</th><th>Description</th></tr></thead><tbody><tr><td>Agent</td><td><p>Name of agent.<br><br><strong>Notes:</strong><br>You can drop down this column when the agent is handling tickets. The following is the explanation of the table for each ticket:</p><ul><li>Customer: Your customer's name that the agent has handled. </li><li>Ticket Number: Your customer's ticket number that the agent has handled. </li><li>Responded?: Indicates whether or not the agent handled the ticket.</li><li>Created Date: Indicates when the ticket was created. </li><li>Assigned Date: Indicates when the ticket was assigned to the agent. </li></ul></td></tr><tr><td>Group</td><td>Group name of agent.</td></tr><tr><td>Skills</td><td>Channel assigned to the agent.</td></tr><tr><td>Today’s Incoming</td><td>Today's total number of tickets entered into the agent's <strong>Inbox</strong>.</td></tr><tr><td>Active Ticket</td><td>Total of today’s ticket handled by the agent (status ticket 'Assigned', 'Open',  'Pending‘).</td></tr><tr><td>Closed</td><td>Total of today ticket closed by the agent.</td></tr><tr><td>%SLA</td><td>Percentage ticket within SLA (total of today’s ticket handled by the agent).</td></tr><tr><td>Status</td><td>Status of agent (For example, ‘Available‘, ‘Not Available‘, etc).</td></tr><tr><td>Status Duration</td><td>Duration of current Agent status (when the agent in status ‘Available‘, ‘Not Available‘, etc), if the status is available 01:00:00 that means the agent has been available for one (1) hour.</td></tr><tr><td>Login Duration</td><td>Login duration of agent in the application, if the login duration is 01:00:00 that means the agent has been login during one (1) hour.</td></tr></tbody></table>

### **Configuration Table**

From this feature, we can change the current display configuration to display columns in the 'productive agent' or 'nonproductive agent' tables. At the top right of the table, click the '**Configuration'** icon, and tick the column that will be displayed.

![Configuration Table ](/files/ME7xdinKRpCYMuXsWnBR)


---

# 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/wallboard/wallboard-agent.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.
