> 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.md).

# SeaLights Cockpit

Use the Cockpit to investigate reported builds, active agents, test executions, and configuration changes.

Cockpit has five views. Each card below opens one view.

Select **Cockpit** in the SeaLights navigation menu.

<figure><img src="/files/wivusSc9jURj6Qo3CDij" alt="SeaLights navigation menu with the Cockpit option highlighted."><figcaption><p>Select <strong>Cockpit</strong> from the SeaLights navigation menu.</p></figcaption></figure>

{% hint style="warning" %}
Cockpit menu is accessible only by ***SeaLights DevOps*** users, as per roles & permissions: <https://docs.sealights.io/knowledgebase/settings/user-management/roles-and-permissions>
{% endhint %}

### Cockpit pages

<table data-view="cards"><thead><tr><th>View</th><th data-card-target data-type="content-ref">Open</th></tr></thead><tbody><tr><td><i class="fa-cube">:cube:</i> <strong>Build Monitor</strong><br>Inspect a build, its scans, and test-stage executions.</td><td><a href="/spaces/AjqTCMRYvHhDgsdPLUnc/pages/Y4Y79izdZpLla6ZLgFHo">/spaces/AjqTCMRYvHhDgsdPLUnc/pages/Y4Y79izdZpLla6ZLgFHo</a></td></tr><tr><td><i class="fa-microchip">:microchip:</i> <strong>Live Agents Monitor</strong><br>Find active agents and inspect their configuration.</td><td><a href="/spaces/AjqTCMRYvHhDgsdPLUnc/pages/qsVK6icw6jihRqnMAKOz">/spaces/AjqTCMRYvHhDgsdPLUnc/pages/qsVK6icw6jihRqnMAKOz</a></td></tr><tr><td><i class="fa-clock-rotate-left">:clock-rotate-left:</i> <strong>Audit Log</strong><br>Review Dashboard Settings changes.</td><td><a href="/spaces/AjqTCMRYvHhDgsdPLUnc/pages/uiqc6AEugqAoOrR2fy61">/spaces/AjqTCMRYvHhDgsdPLUnc/pages/uiqc6AEugqAoOrR2fy61</a></td></tr><tr><td><i class="fa-circle-check">:circle-check:</i> <strong>Dashboard build statuses</strong><br>Understand build-status outcomes.</td><td><a href="/spaces/AjqTCMRYvHhDgsdPLUnc/pages/SesLsBllpxTosAcDH1E3">/spaces/AjqTCMRYvHhDgsdPLUnc/pages/SesLsBllpxTosAcDH1E3</a></td></tr><tr><td><i class="fa-list-check">:list-check:</i> <strong>Execution Monitor</strong><br>Track open and completed test executions.</td><td><a href="/spaces/AjqTCMRYvHhDgsdPLUnc/pages/oPQh0hzjvO9WqskRy9HC">/spaces/AjqTCMRYvHhDgsdPLUnc/pages/oPQh0hzjvO9WqskRy9HC</a></td></tr></tbody></table>


---

# 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.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.
