> 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.md).

# User Guides & Training

- [SanteDB User Guides](https://help.santesuite.org/user-guides-and-training/santedb-user-guides.md)
- [Common User Interface Elements](https://help.santesuite.org/user-guides-and-training/common-user-interface-elements.md)
- [SanteMPI](https://help.santesuite.org/user-guides-and-training/santempi.md)
- [Getting Started with the MPI](https://help.santesuite.org/user-guides-and-training/santempi/getting-started-with-the-mpi.md): 15 minute "getting started" training for new end users
- [SanteMPI Matches](https://help.santesuite.org/user-guides-and-training/santempi/santempi-matches.md)
- [SanteMPI Searching](https://help.santesuite.org/user-guides-and-training/santempi/santempi-searching.md): Basic and Advanced Searching
- [SanteMPI Power Search](https://help.santesuite.org/user-guides-and-training/santempi/santempi-power-search.md)
- [SanteMPI Patient Detail](https://help.santesuite.org/user-guides-and-training/santempi/the-patient-dashboard.md)
- [Demographics Tab](https://help.santesuite.org/user-guides-and-training/santempi/the-patient-dashboard/correcting-data.md)
- [Demographic Information Panel](https://help.santesuite.org/user-guides-and-training/santempi/the-patient-dashboard/correcting-data/editing-demographic-information.md)
- [Identifiers Panel](https://help.santesuite.org/user-guides-and-training/santempi/the-patient-dashboard/correcting-data/editing-identifiers.md)
- [Related Persons Panel](https://help.santesuite.org/user-guides-and-training/santempi/the-patient-dashboard/correcting-data/editing-next-of-kin.md)
- [Entity Relationships Panel](https://help.santesuite.org/user-guides-and-training/santempi/the-patient-dashboard/correcting-data/entity-relationships-panel.md)
- [Master Data Management Tab](https://help.santesuite.org/user-guides-and-training/santempi/the-patient-dashboard/master-data-management-tab.md)
- [Records of Truth](https://help.santesuite.org/user-guides-and-training/santempi/the-patient-dashboard/master-data-management-tab/records-of-truth.md)
- [Data Quality Tab](https://help.santesuite.org/user-guides-and-training/santempi/the-patient-dashboard/data-quality-tab.md)
- [SanteMPI Dashboard](https://help.santesuite.org/user-guides-and-training/santempi/santempi-dashboard.md)
- [SanteEMR](https://help.santesuite.org/user-guides-and-training/santeemr.md)
- [Conditions & Status Observations](https://help.santesuite.org/user-guides-and-training/santeemr/conditions-and-status-observations.md)
- [EMR Administration](https://help.santesuite.org/user-guides-and-training/santeemr/emr-administration.md)
- [Care Pathways](https://help.santesuite.org/user-guides-and-training/santeemr/emr-administration/care-pathways.md)
- [Visit Types & Flows](https://help.santesuite.org/user-guides-and-training/santeemr/emr-administration/visit-types-and-flows.md)
- [Clinical Templates](https://help.santesuite.org/user-guides-and-training/santeemr/emr-administration/clinical-templates.md)
- [EMR Clinical Portal](https://help.santesuite.org/user-guides-and-training/santeemr/emr-clinical-portal.md)
- [SanteGuard](https://help.santesuite.org/user-guides-and-training/santeguard.md)


---

# 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.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.
