# Reporting

- [Reporting Overview](https://learning.contextqa.com/reporting/reporting.md): An overview of the dashboards, reports, and analytics that ContextQA provides to help QA teams, developers, and engineering managers understand test health at every level.
- [Test Results](https://learning.contextqa.com/reporting/test-results.md)
- [Analytics Dashboard](https://learning.contextqa.com/reporting/analytics-dashboard.md): A guide to the dashboards and analytics surfaces in ContextQA, including execution trends, coverage, AI insights, and risk-based testing.
- [Failure Analysis](https://learning.contextqa.com/reporting/failure-analysis.md): How to use ContextQA's failure analysis, root cause, flaky test detection, and bug tracker integration features to diagnose and resolve test failures quickly.
- [How to Debug a Failing Test](https://learning.contextqa.com/reporting/debugging-failing-tests.md): A step-by-step workflow for diagnosing why a test failed using ContextQA's execution evidence — AI root cause analysis, screenshots, video, network logs, console logs, and Playwright traces.
- [Flaky Test Detection](https://learning.contextqa.com/reporting/flaky-test-detection.md): Flaky test detection in ContextQA — AI-powered failure classification identifies intermittent failures and separates them from real application bugs.
- [Exporting Reports](https://learning.contextqa.com/reporting/exporting-reports.md): Test report export from ContextQA — share execution URLs, download evidence packages, export Playwright code, and embed results in Jira and Slack notifications.
- [Interactive Demo](https://learning.contextqa.com/reporting/demo.md): Explore the ContextQA Reporting & Analytics dashboard — track pass rates, detect flaky tests, classify failures by root cause, and share results with stakeholders.


---

# 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://learning.contextqa.com/reporting.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.
