# Sealights SBT Plugin

> The SeaLights SBT Plugin integrates SeaLights build scanning, test instrumentation, and reporting into SBT-based JVM projects.

It extends the standard SBT test workflow and provides a CI-friendly task, `sealightsRun`, to automate coverage collection and build reporting.

{% hint style="info" %}
**Note:** This plugin shares common concepts with Maven and Gradle plugins. See [Java Build Tools Plugins](/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/java-build-tools-plugins.md) for definitions of Build Scanner, Test Listener, Build Session IDs, Test Stages, and Execution Modes.
{% endhint %}


---

# 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.sealights.io/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/java-build-tools-plugins/sealights-gradle-plugin-1.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.
