# Agent Status

Navigate to Live Status | Agent Status

View current agent status

For report options (e.g., filtering), See [Report Options](/appendix/report-options.md)

{% hint style="info" %}
Hover over a user's avatar to view more information about the user, change their agent status, and access links to Agent Summary, Agent Details, and Agent Timeline.
{% endhint %}

{% hint style="warning" %}
The data access policies of the logged-in user dictate which users appear in this report.  If the user has the appropriate role permissions, all users can be viewed by enabling View All Agents in the report filter.
{% endhint %}

| Column          | Description                                              | Real time or Load time |
| --------------- | -------------------------------------------------------- | ---------------------- |
| User            | Name of agent                                            | Load time              |
| Agent Status    | Displays the agent status (Available, Break, or Offline) | Load time              |
| Status Changed  | Time when agent last changed their agent status          | Real time              |
| Connected       | Displays if an agent has the agent panel open.           | Real time              |
| Connected Count | Number of Agent Panels agent has currently open.         | Real time              |


---

# 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://cc.docs.landis.cloud/reports/agent-status.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.
