> 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/guides/quality-improvement/coverage-analysis-playbooks.md).

# Coverage Analysis Playbooks

The Coverage Analysis Playbooks are practical, scenario-based guides designed to help QA Engineers, QA Managers, and Release Managers get immediate value from Coverage Analysis, without having to figure out the right configuration from scratch.

Each playbook is built around a real team scenario: a sprint in progress, an approaching release, a need to understand which services are lagging, or a desire to build a persistent quality dashboard. Every playbook walks you through the situation, explains how Coverage Analysis helps, provides a recommended configuration, and includes success metrics so you can measure improvement over time.

***

### Playbooks

Scenario-based guides for common team workflows. Each playbook describes a real situation, walks you through it end to end, and includes success metrics to help you measure progress over time.

<table><thead><tr><th width="50.2734375">#</th><th width="390.92578125">Playbook</th><th>Best For</th></tr></thead><tbody><tr><td>1</td><td><a data-mention href="/pages/2CWYnUUt90l8p2ZXGOXQ">/pages/2CWYnUUt90l8p2ZXGOXQ</a></td><td>QA Engineers, QA Managers</td></tr><tr><td>2</td><td><a data-mention href="/pages/JZJfW5nKpY5NRdigIUp5">/pages/JZJfW5nKpY5NRdigIUp5</a></td><td>QA Managers, Release Managers</td></tr><tr><td>3</td><td><a data-mention href="/pages/XjEsWXV1fEY68pwLnzhz">/pages/XjEsWXV1fEY68pwLnzhz</a></td><td>QA Managers, Engineering Leads</td></tr></tbody></table>

***

### A Note on Permissions

Creating and editing Coverage Analysis views requires Admin or DevOps permissions. All other users can access, filter, and export any view that has been set up for them, no special permissions needed to use the playbooks once a view exists.

If you don't have permission to create views, share the relevant playbook with your QA Manager or admin and ask them to set up the view for your team.


---

# 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/guides/quality-improvement/coverage-analysis-playbooks.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.
