> ## Documentation Index
> Fetch the complete documentation index at: https://docs.firstresonance.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Quality reporting

> See quality metrics in the Analytics Quality tab, and build your own reports from quality data.

Quality data shows up in two places: a prebuilt **Quality** tab in Analytics, and the underlying tables you can query for custom reports.

## The Quality tab

In **Analytics**, the **Quality** tab shows prebuilt, read-only views of your open quality work:

* Open issues, and the average days to resolve them.
* Issues by **status**, and an **age distribution**.
* A breakdown of issues by **disposition type**.
* Open **redline** and **further action** counts.

<Frame caption="The Quality tab in Analytics.">
  <img src="https://mintcdn.com/firstresonance/FwzOJzhiYnJDDsvg/images/track-quality/quality-tab.png?fit=max&auto=format&n=FwzOJzhiYnJDDsvg&q=85&s=a681e5f1734b4f911e7e3c69e7fb14a6" alt="Analytics Quality tab with open-issue, average-days-to-resolve, redline, and further-action metric cards above Issues by Status, Age Distribution, and Disposition Types charts" width="1158" height="700" data-path="images/track-quality/quality-tab.png" />
</Frame>

## Build your own quality reports

For anything beyond the Quality tab, query the quality data yourself. The **`quality_metrics`** and **`issue_details`** data products pre-join issue data (status, disposition, redlines, further actions, parts, and lifecycle timestamps) so you don't have to assemble it. Reach them through the [Data Connector](/automate-with-ion/analytics-and-dashboards/data-connector), a read-only SQL analytics layer you point a BI tool at, or query the [GraphQL API](/api-reference).

For the full data model, available tables, and refresh cadence, see [Analytics and Dashboards](/automate-with-ion/analytics-and-dashboards).

## Related

* [Analytics and Dashboards](/automate-with-ion/analytics-and-dashboards)
* [Issues](/track-quality/issues)
* [Further Actions (CAPA)](/track-quality/further-actions/overview)
