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

# SeaLights Setup & Configuration

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-clipboard-list-check">:clipboard-list-check:</i> <strong>Getting Started</strong></td><td>A checklist of essential first steps before you begin setting up.</td><td><a href="/pages/Q1JcOCJYiC9AohcUGgCT">/pages/Q1JcOCJYiC9AohcUGgCT</a></td></tr><tr><td><i class="fa-gear-complex-code">:gear-complex-code:</i> <strong>SeaLights Agents</strong></td><td>All the information required to configure and set up a SeaLights agent.</td><td><a href="/pages/wWLFNpkkHQndrD3ANkV3">/pages/wWLFNpkkHQndrD3ANkV3</a></td></tr><tr><td><i class="fa-flask-vial">:flask-vial:</i> <strong>Build &#x26; Test Execution</strong></td><td>Integrating SeaLights into your CI/CD pipeline to track test coverage.</td><td><a href="/pages/iBIBOXPJunkXTZ2OxapR">/pages/iBIBOXPJunkXTZ2OxapR</a></td></tr><tr><td><i class="fa-monitor-waveform">:monitor-waveform:</i> <strong>Monitoring</strong></td><td>How to monitor the data reported by your agents, primarily for DevOps teams.</td><td><a href="/pages/WeWdmTDdBrvb63fNIhWh">/pages/WeWdmTDdBrvb63fNIhWh</a></td></tr><tr><td><i class="fa-message-question">:message-question:</i> <strong>Troubleshooting / FAQ</strong></td><td>Find solutions to common issues and answers to frequently asked questions.</td><td><a href="/pages/VeR6joa9Z44dlOlr8xOT">/pages/VeR6joa9Z44dlOlr8xOT</a></td></tr><tr><td><i class="fa-link">:link:</i> <strong>Integration</strong></td><td>Details on how to integrate with various test runners and test frameworks.</td><td><a href="/pages/YNa5RBQySG6vDgULUa5a">/pages/YNa5RBQySG6vDgULUa5a</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/readme.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.
