> For the complete documentation index, see [llms.txt](https://docs.sealights.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sealights.io/knowledgebase/setup-and-configuration/monitoring/sealights-cockpit/agent-monitor.md).

# Live Agents Monitor

Live Agents Monitor lists currently active **SeaLights agents**. It shows the application build version, environment attributes, machine name, and IP address.

These agents run with the application under test in functional, automated, and integration test stages.

<figure><img src="/files/GhBYnLHp0g8kZ3MmRjFr" alt="Live Agents Monitor listing active SeaLights agents and their environment details."><figcaption><p>Use Live Agents Monitor to identify active agents and their test environments.</p></figcaption></figure>

### Find an agent

Use **Search** to filter active agents by process ID, machine name, Lab ID, or IP address.

<figure><img src="/files/1zegCza4FyVFP6TcjLmd" alt="Live Agents Monitor search field filtering active agents."><figcaption><p>Search by an environment attribute to narrow the active-agent list.</p></figcaption></figure>

### Inspect an agent

Select the `{;}` button for an agent to open its technical details in JSON format.

<figure><img src="/files/w8UB3sFvpRdHHn4jSQ4s" alt="Live Agents Monitor JSON details panel opened from an agent entry." width="563"><figcaption><p>Open the JSON panel to inspect an agent’s technical configuration.</p></figcaption></figure>

### Review coverage data

For Coverage Listener agents, the coverage indicator appears at the far left of each entry. It provides a visual signal for the level of captured data.

<figure><img src="/files/CRSEXEiV6KeDt0nRMTu3" alt="Live Agents Monitor coverage indicator shown at the left of a Coverage Listener entry."><figcaption><p>The coverage indicator gives a visual summary of captured data.</p></figcaption></figure>

{% hint style="info" %} <i class="fa-circle-info">:circle-info:</i> **Coverage indicator**\
Use the indicator with the agent’s JSON details when investigating captured coverage data.
{% endhint %}


---

# 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.sealights.io/knowledgebase/setup-and-configuration/monitoring/sealights-cockpit/agent-monitor.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.
