# Use Cases

- [Healthcare Overview](https://docs.amigo.ai/use-cases/use-cases.md): Healthcare-specific workflows showing how the agent engine, world model, and EHR integration come together in production.
- [Patient Scheduling and Outreach](https://docs.amigo.ai/use-cases/use-cases/scheduling-outreach.md): End-to-end patient scheduling and outbound outreach workflow - from EHR data loading through interaction completion and writeback.
- [Care Coordination](https://docs.amigo.ai/use-cases/use-cases/care-coordination.md): Multi-encounter care coordination with cross-session memory, world model data unification, and personalized patient interactions.
- [Clinical Verification](https://docs.amigo.ai/use-cases/use-cases/clinical-verification.md): How to verify clinical safety using simulation scenarios, metric-based quality gates, and structured human review workflows.
- [Population Health](https://docs.amigo.ai/use-cases/use-cases/population-health.md): Risk stratification, prediction, and evidence-based outreach using population-level clinical and sociodemographic data.
- [Healthcare Contact Center](https://docs.amigo.ai/use-cases/use-cases/contact-center.md): How an AI-first patient communication platform replaces the traditional contact center stack.


---

# 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.amigo.ai/use-cases.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.
