# Phased Onboarding - Welcome

{% hint style="info" %}
If you became a SeaLights customer prior to January 2026, please discuss using this section with your SA or CSM — there are several assumptions in this document that may not apply to you.
{% endhint %}

### Why a Phased Approach?

SeaLights recommends a **phased onboarding approach**. Each phase builds upon previous phases—gradually increasing the value you gain from SeaLights while adding configuration layers step by step.

This methodology lets you:

* **Start seeing value immediately** — Get real-time coverage visibility in the first phase
* **Validate each step** — Confirm everything works before moving forward
* **Minimize risk** — Isolate issues to specific phases
* **Learn progressively** — Build understanding as you go

In this section, each technology onboarding guide is structured into five distinct phases. These phases are designed to take users on a comprehensive onboarding journey tailored to each tech stack. By following these phases, users can gradually build their understanding and capabilities, starting with foundational concepts and moving towards more advanced configurations. This phased approach ensures a smooth transition, allowing users to integrate additional components with confidence and efficiency, while optimizing the learning curve for maximum retention and application.

#### What You'll Achieve In Each Phase

<table data-full-width="true"><thead><tr><th width="100">Phase</th><th width="258">Capability</th><th>What You'll Get</th><th width="100">Depends On</th></tr></thead><tbody><tr><td><strong>Phase 1</strong></td><td>Core Coverage</td><td>Get visibility into your application's overall coverage, enabling you to assess testing completeness and improve release confidence.</td><td></td></tr><tr><td><strong>Phase 2</strong></td><td>Advanced Coverage Analytics</td><td>Gain a granular view of coverage across different test types (such as Integration, Regression, and E2E), enabling you to optimize your testing strategy and make more informed release decisions.</td><td>Phase 1</td></tr><tr><td><strong>Phase 3</strong></td><td>Continuous Coverage</td><td>Gain continuous, up-to-date visibility into build coverage by integrating SeaLights into your CI pipeline. Quickly understand how well new code changes are covered, enabling faster and more confident release decisions.</td><td>Phase 2</td></tr><tr><td><strong>Phase 4</strong></td><td>Test Impact Analysis</td><td>Accelerate delivery cycles by reducing test execution time without compromising quality confidence.</td><td>Phase 2</td></tr><tr><td><strong>Phase 5</strong></td><td>User Story Coverage Analytics</td><td>Get insights into the quality of individual user stories and their corresponding code changes across various testing stages.</td><td>Phase 3</td></tr></tbody></table>


---

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