# Process Dashboards

Process Dashboards provide managers with a single pane view into the key business performance indicators as well as detailed statistical information of the complex business processes. This is required for making decisions as well as identifying areas that may need attention in order to maximize business performance.

![Sample Dashboard - Case Count](/files/-LdPFvREDeYZkSJKukr7)

The process dashboards and API provide detailed statistical information about the counts, statuses, total duration and average processing of case and task related events over specified time intervals.

Users have the following choices to build the dashboards and reports -&#x20;

1. Utilize Process Insight Dashboard framework built on top of Grafana. This is the recommended approach and can provide users with rich visualizations and statistical information of the process data with minimal development effort.&#x20;
2. Leverage the Process Insight Web API to build reports with a reporting tool such as Crystal Reports. This is suitable for organizations which already have selected and standardized their reports using commercially available reporting tools.
3. Extend the Process Insight Web Framework built using Angular. This is targeted towards developers who wish to build custom applications and user interfaces to suit their specific needs. This provides the maximum flexibility and control over the flow and customization of charting widgets, however requires familiarity with JavaScript and Java development process.


---

# 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://docs.invariant.io/process-insight/process-dashboards.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.
