> 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/phased-onboarding/java-onboarding-guide.md).

# Java Onboarding Guide

- [Getting Started](https://docs.sealights.io/knowledgebase/phased-onboarding/java-onboarding-guide/getting-started.md)
- [Prerequisites](https://docs.sealights.io/knowledgebase/phased-onboarding/java-onboarding-guide/getting-started/prerequisites.md)
- [Phase 1: Core Coverage](https://docs.sealights.io/knowledgebase/phased-onboarding/java-onboarding-guide/phase-1-core-coverage.md)
- [Phase 2: Advanced Coverage Analytics](https://docs.sealights.io/knowledgebase/phased-onboarding/java-onboarding-guide/phase-2-advanced-coverage-analytics.md)
- [Using Supported Test Frameworks](https://docs.sealights.io/knowledgebase/phased-onboarding/java-onboarding-guide/phase-2-advanced-coverage-analytics/using-supported-test-frameworks.md): Capturing Coverage Using Supported Test Frameworks
- [ALTERNATIVE: Maven Plugin](https://docs.sealights.io/knowledgebase/phased-onboarding/java-onboarding-guide/phase-2-advanced-coverage-analytics/using-supported-test-frameworks/alternative-maven-plugin.md): Capture coverage on a supported test framework using the SeaLights Maven Plugin
- [ALTERNATIVE: Gradle Plugin](https://docs.sealights.io/knowledgebase/phased-onboarding/java-onboarding-guide/phase-2-advanced-coverage-analytics/using-supported-test-frameworks/alternative-gradle-plugin.md): Capture coverage on a supported test framework using the SeaLights Gradle Plugin
- [Using Non-Supported Test Frameworks](https://docs.sealights.io/knowledgebase/phased-onboarding/java-onboarding-guide/phase-2-advanced-coverage-analytics/using-non-supported-test-frameworks.md)
- [Phase 3: Continuous Coverage](https://docs.sealights.io/knowledgebase/phased-onboarding/java-onboarding-guide/phase-3-continuous-coverage.md)
- [ALTERNATIVE: Maven Plugin](https://docs.sealights.io/knowledgebase/phased-onboarding/java-onboarding-guide/phase-3-continuous-coverage/alternative-maven-plugin.md): The SeaLights Maven Plugin offers an alternative method for integrating SeaLights into the CI
- [ALTERNATIVE: Gradle Plugin](https://docs.sealights.io/knowledgebase/phased-onboarding/java-onboarding-guide/phase-3-continuous-coverage/alternative-gradle-plugin.md): The SeaLights Gradle Plugin offers an alternative method for integrating SeaLights into the CI
- [Phase 4: Test Impact Analysis (TIA)](https://docs.sealights.io/knowledgebase/phased-onboarding/java-onboarding-guide/phase-4-test-impact-analysis-tia.md)
- [Phase 5: User Story Coverage Analytics](https://docs.sealights.io/knowledgebase/phased-onboarding/java-onboarding-guide/phase-5-user-story-coverage-analytics.md)


---

# 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/phased-onboarding/java-onboarding-guide.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.
