> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clinia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Clinia Platform

> A composable health data platform combining the Data Fabric, AI Engine, and Health Memory Layer to power trusted clinical applications.

Clinia is a composable health platform built around three integrated services. Together, they let you ingest and govern health data, power intelligent search and summarization experiences, and maintain rich clinical context across every interaction.

## Data Fabric

The foundation of the platform. Ingest, normalize, and govern data from multiple sources into a single, queryable layer with built-in master data management and entity resolution.

<CardGroup cols={3}>
  <Card title="Data Model" href="/explanation/data-model/data-sources" icon="shapes">
    Understand profiles, relationships, partitions, and the building blocks of the Health Data Fabric.
  </Card>

  <Card title="Master Data Management" href="/explanation/mdm/overview" icon="database">
    Unify records across sources, resolve entity duplicates, and maintain a governed golden record.
  </Card>

  <Card title="Ingestion Pipeline" href="/explanation/ingestion-pipeline/basics" icon="pipe-section">
    Configure processors, run historical imports, and manage the flow of data into the platform.
  </Card>

  <Card title="Search Fundamentals" href="/explanation/search" icon="magnifying-glass">
    Understand the retrieval stack, ranking controls, and when to use semantic or hybrid search.
  </Card>
</CardGroup>

## AI Engine

The intelligence layer. Configure agents, set templates and produce patient summaries.

<CardGroup cols={3}>
  <Card title="Agents" href="/explanation/agents/intro" icon="message-bot">
    Orchestrate multi-step clinical workflows with agents that call tools and manage context.
  </Card>
</CardGroup>

## Patient Memory

The context engineering layer. Persist patient and clinical data across sessions so every agent interaction is grounded in the right history.

<CardGroup cols={2}>
  <Card title="Agentic Memory" href="/explanation/agents/memory" icon="brain">
    See how agents structure memory to retain clinical context, user preferences, and conversation history.
  </Card>
</CardGroup>
