> For the complete documentation index, see [llms.txt](https://help.santesuite.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.santesuite.org/user-guides-and-training/santempi/santempi-dashboard.md).

# SanteMPI Dashboard

SanteDB's default dashboard provides a few key indicators for your MPI (patient population, etc.) as well as recent registrations which may be of interest to an administrator. In the screenshot below, for example, we can see most of the patients in the sample MPI are young patients.

![](/files/AsraVk4JP93rHlrH6jxG)

* Search All Patients - Takes the user to the basic search screen for SanteMPI&#x20;
* Filter Recent Patients - Quickly find a recent patient by name
* View Patient Profile Dashboard - Navigates to the indicated patient's profile
* Population Stats:
  * Population Age: Shows a histogram of the patient population registered in SanteDB disaggregated by their age and gender.
  * Gender Breakdown: Shows proportion of males and females
  * Registrations by Date: Shows the velocity of new data in the SanteMPI server by registration date.

## Related Topics

{% content-ref url="/pages/-LyNWU60mcUHHSmNPWc0" %}
[SanteMPI Patient Detail](/user-guides-and-training/santempi/the-patient-dashboard.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LyNV7Nd44niJ4ZyN3tA" %}
[SanteMPI Searching](/user-guides-and-training/santempi/santempi-searching.md)
{% endcontent-ref %}


---

# 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://help.santesuite.org/user-guides-and-training/santempi/santempi-dashboard.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.
