# Data

- [World Model](https://docs.amigo.ai/data/world-model.md): Event-sourced data store that ingests healthcare data from any source, scores it by confidence, and projects clean entity state.
- [Connectors and EHR](https://docs.amigo.ai/data/connectors-and-ehr.md): Bidirectional data pipeline that syncs healthcare systems, FHIR stores, CRMs, and other external sources with the world model.
- [Customer Data Intake](https://docs.amigo.ai/data/customer-data-intake.md): HITRUST/HIPAA-compliant upload channel for customers to stream PHI documents directly into the workspace, where they are logged, retained, and projected as signal events for downstream pipelines.
- [Workspaces](https://docs.amigo.ai/data/workspaces.md): Tenant isolation boundaries with separate world models, data sources, voice configs, and role-based access control.
- [Review Queue](https://docs.amigo.ai/data/review-queue.md): Human review workflow for flagged events with approve, reject, and correct actions.
- [Data Access (MCP)](https://docs.amigo.ai/data/data-mcp.md): MCP server that exposes workspace data through SQL query tools for use with any MCP-compatible client.


---

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