# Aggregated Data

## Overview

As part of the **Functional Architecture**, the **Aggregate Data** section describes the aggregation and analytics module in OpenCRVS — how data from records and workflows is combined for reporting and statistics.

It is organised into the following modules:

* **Performance Views** — describes performance dashboards (for example, workload, timeliness, rejection rates, correction volumes) built using Metabase on top of aggregated data.
* **Vital Statistics Export** — explains how registered records are transformed into tabular exports and dashboards for vital statistics production and monitoring.
* **Person Centricity (backlog)** — shows how records can be linked around a person (for example, using UINs or probabilistic matching) to support person‑centric analytics and life‑course views.

Together, these modules describe how OpenCRVS data can be aggregated, visualised, and used for performance management and vital statistics, while keeping individual record data secure.


---

# 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://documentation.opencrvs.org/v2.0/functional/markdown/aggregated-data.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.
