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