# Getting Started

Test Optimization significantly **slashes testing timelines by 50% to 90%** and **reduces resource expenses by up to 70%**, enhancing both automated and manual testing.&#x20;

It intelligently cherry-picks essential tests linked to code changes across various test types, employing machine learning for precise coverage without compromising quality.&#x20;

This functionality is adaptable, seamlessly functioning within pull requests, nightly test runs and extensive test cycles (automated or manual).

### The Three Pillars of Testing Efficiency

{% tabs %}
{% tab title="Shorten Release Cycles" %}
Optimizing your test suite significantly slashes CI/CD compute usage and infrastructure bills. Additionally, by automating the "what to test" decision, you eliminate repetitive manual regression and free your QA team for high-value strategic tasks.
{% endtab %}

{% tab title="Reduce Troubleshooting" %}
By isolating tests to specific code changes, SeaLights makes debugging effortless. When a test fails, you know exactly which change caused it, removing the guesswork and "noise" of massive regression suites so you can fix issues in minutes, not hours.
{% endtab %}

{% tab title="Reduce Costs & Infra" %}
SeaLights slashes operational overhead by pruning redundant test executions. By optimizing your test suite, you reduce CI/CD compute usage and environment wear-and-tear, significantly lowering infrastructure bills while maintaining full quality assurance.
{% endtab %}
{% endtabs %}

### Use Cases By Persona

<table data-view="cards"><thead><tr><th></th><th data-hidden data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Managers</strong> use cases</td><td><a href="/pages/Mhgq0uGl7cPFzcWLqbuk">/pages/Mhgq0uGl7cPFzcWLqbuk</a></td><td><a href="/files/Iy5JD7YdE3gRygwRc7If">/files/Iy5JD7YdE3gRygwRc7If</a></td><td><a href="/pages/IAYD7wmDW9UySNw4irtz">/pages/IAYD7wmDW9UySNw4irtz</a></td></tr><tr><td><strong>Developers</strong> use cases</td><td><a href="/pages/JUz68iL1wB9ZlQBYUEiS">/pages/JUz68iL1wB9ZlQBYUEiS</a></td><td><a href="/files/hJwHxvTX8ERZ1EFNU9oQ">/files/hJwHxvTX8ERZ1EFNU9oQ</a></td><td><a href="/pages/fuzbDGGvk0iGZzcpDVmi">/pages/fuzbDGGvk0iGZzcpDVmi</a></td></tr><tr><td><strong>QA Engineers</strong> use cases</td><td><a href="/pages/WsVRkmfF8mDKNKoSP46F">/pages/WsVRkmfF8mDKNKoSP46F</a></td><td><a href="/files/4GmmI6RfM8uLU1gUaub8">/files/4GmmI6RfM8uLU1gUaub8</a></td><td><a href="/pages/kINBWHKnRYmdv9Bbtwuv">/pages/kINBWHKnRYmdv9Bbtwuv</a></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/guides/test-optimization/getting-started.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.
