# Change Status Agent

Status on dashboard operator is to describe Agent’s real-time condition, where this status is to determine the availability of Agents can handle the ticket or not. Agents are able to change status directly from a dashboard view. On the right of the agent dashboard, click the **'Change Status'** button ( <img src="/files/-MOB7YMVuusRsqy3X304" alt="" data-size="line"> ). You will see a pop-up of the availability status, select the status and click the **'save'** button ( <img src="/files/-MOB85xTaoceWZWnZZcJ" alt="" data-size="line"> ).

![Change Status](/files/LG0w8FwBRuwvHTBjdVkC)

This feature helps Agents better manage productivity and act in real-time. for example, when the agent is first logged in, the agent can change its status to available which means the agent is ready or available to handle the ticket. Or if the agent is in a condition that can’t handle the ticket, Agent can change its status based on the situation. This status can be set according to company policy, please refer to [this document](/customer-service/auxiliary-mapping.md) for furthermore.&#x20;

Ticket can be assigned automatically to Agent only if the status is ‘Available’ and if the agent is not available, ticket will enter in the queue process and incoming in the **Unassigned** tab of Supervisors and Supervisors can reassign ticket to Agent even the Agent's status is not available. Agent status can be viewed by Supervisor, so the supervisor also can monitor the availability of Agents and can change their status if needed. You can read [this page](/customer-service/dashboard/team-member.md#change-status) for more details.

Moreover, Agents can also check their status change history by selecting the **'Status History'** icon. This is useful for agents to keep track of any status changes they've made. For example, if an agent changes their status from 'Available' to 'Coaching' and then back to 'Available,' the agent will be able to see the total duration in this status as well as the status change history for this status.

![Status Agent](/files/AzHq0kjEiRKsVjrlhmRA)

**Component Explanation:**

| Name           | Description                                                 |
| -------------- | ----------------------------------------------------------- |
| Status         | This indicates agent's current status.                      |
| Duration       | This indicates the duration of the Agent's current status.  |
| Total Duration | This indicates the total duration of agents in this status. |


---

# 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/customer-service/dashboard/change-status-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.
