> For the complete documentation index, see [llms.txt](https://divoc.digit.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://divoc.digit.org/divoc-wiki-3.1/divoc-demo/analytics.md).

# Analytics

## Who would typically use this?

During any major health event, countries need powerful visual analytics to manage the rollout, distribution, certification, and other processes. DIVOC’s analytics dashboard empowers health departments of countries to harness their data and find insights that are required to manage future challenges.

## Real-time analytics oversee the entire process

* It uses an open-source visualisation dashboard called “Redash,” which can be configured by countries.
* It is integrated with DIVOC’s [**certificate module**](/divoc-wiki-3.1/divoc-demo/issue-and-verify-certificates.md). Redash can be configured for other modules of DIVOC as well as per a country's requirements.
* Countries can generate customised analytical reports without hampering the actual production database via ClickHouse, an open-source database management system that has been implemented by DIVOC.

![](/files/LXPPcFd7vagMlcy3OiiO)

* You can also see details on certificate generation and its distribution for further analysis on parameters such as geographical region, age, gender, type of facility, type of fund, and other customised indicators.

![](/files/to6zkNu0KUGecH61VK4y)

*All content on this page by* [*eGov Foundation* ](https://egov.org.in/)*is licensed under a* [*Creative Commons Attribution 4.0 International License*](http://creativecommons.org/licenses/by/4.0/)*.*


---

# 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://divoc.digit.org/divoc-wiki-3.1/divoc-demo/analytics.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.
