> 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/coverage-and-quality-insights.md).

# Coverage & Quality Insights

- [Quality Insights Overview](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/quality-insights-overview.md)
- [Coverage Analysis](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/coverage-analysis.md)
- [Creating & Editing a View](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/coverage-analysis/creating-and-editing-a-view.md)
- [Reading & Using a View](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/coverage-analysis/reading-and-using-a-view.md)
- [How the Data Works](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/coverage-analysis/how-the-data-works.md)
- [Coverage Analysis FAQ](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/coverage-analysis/coverage-analysis-faq.md)
- [User Story Coverage](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/user-story-coverage.md)
- [Release Go / No Go Report](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/user-story-coverage/release-go-no-go-report.md)
- [How to Generate / Edit the Report](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/user-story-coverage/release-go-no-go-report/how-to-generate-edit-the-report.md)
- [User Story Quality Overview](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/user-story-coverage/user-story-quality-overview.md)
- [How to Generate the User Story View](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/user-story-coverage/user-story-quality-overview/how-to-generate-the-user-story-view.md)
- [User Story Coverage Analysis](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/user-story-coverage/user-story-coverage-analysis.md)
- [How to Generate the Analysis View](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/user-story-coverage/user-story-coverage-analysis/how-to-generate-the-analysis-view.md)
- [Uncovered Methods View](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/user-story-coverage/uncovered-methods-view.md)
- [How to Generate the View](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/user-story-coverage/uncovered-methods-view/how-to-generate-the-view.md)
- [Customization](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/user-story-coverage/customization.md)
- [Integration](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/user-story-coverage/integration.md)
- [User Story Coverage Mechanism](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/user-story-coverage/user-story-coverage-mechanism.md)
- [Coverage Dashboard](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/coverage-dashboard.md)
- [Coverage Report](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/coverage-report.md)
- [Test Gaps Report](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/test-gaps-report.md)
- [Code Changes Calculation](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/test-gaps-report/code-changes-calculation.md)
- [Hidden Changes Detection](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/test-gaps-report/code-changes-calculation/hidden-changes-detection.md)
- [How to Generate / Edit the Report](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/test-gaps-report/how-to-generate-edit-the-report.md)
- [Multi-App Coverage Report](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/multi-app-coverage-report.md)
- [Multi-App Coverage Report: SAP Report Structure](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/multi-app-coverage-report/multi-app-coverage-report-sap-report-structure.md)
- [Quality Analytics](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/quality-analytics.md)
- [Coverage Trend Report](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/quality-analytics/coverage-trend-report.md)
- [Group Coverage Trend Report](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/quality-analytics/group-coverage-trend-report.md)
- [Proof of Testing Report](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/quality-analytics/proof-of-testing-report.md)
- [How to Generate / Edit the Report](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/quality-analytics/proof-of-testing-report/how-to-generate-edit-the-report.md)
- [Dynamic Filters & Saved Filters](https://docs.sealights.io/knowledgebase/coverage-and-quality-insights/dynamic-filters-and-saved-filters.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/coverage-and-quality-insights.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.
