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

# Welcome to Helios

> Helios AI Health Agents - intelligent health data analysis and insights powered by AI.

## What is Helios?

Helios provides **HIPAA-compliant AI health agents** that analyze patient health data and deliver comprehensive, evidence-based insights. Our API transforms complex health records into actionable intelligence for healthcare applications.

<CardGroup cols={2}>
  <Card title="Fast Integration" icon="bolt">
    Simple API with async webhook delivery. Get started in minutes.
  </Card>

  <Card title="HIPAA Compliant" icon="shield-check">
    Enterprise-grade security with no PHI logging. Built for healthcare.
  </Card>

  <Card title="Evidence-Based" icon="book-medical">
    Responses cite peer-reviewed literature and clinical guidelines from 30+ leading medical societies.
  </Card>

  <Card title="Dual Responses" icon="users">
    Get both patient-friendly and clinician-focused analysis in one call.
  </Card>
</CardGroup>

## How It Works

Helios uses an **asynchronous webhook pattern** for processing health data:

<Steps>
  <Step title="Submit Health Data">
    Send patient health data (labs, conditions, medications, etc.) to our API with your webhook URL.
  </Step>

  <Step title="Immediate Confirmation">
    Receive a `runId` and `status: accepted` response within \~1 second.
  </Step>

  <Step title="AI Analysis">
    Our health agents analyze the data, research relevant medical literature and clinical guidelines, and generate insights.
  </Step>

  <Step title="Webhook Delivery">
    Results are delivered to your webhook URL with HMAC signature verification.
  </Step>
</Steps>

## Agent Types

<CardGroup cols={3}>
  <Card title="Light Agent" icon="feather">
    **Fast analysis in 5-8 minutes**

    * Best for routine health summaries
    * Analyzes abnormal labs and active conditions
    * Backed by 3,000+ clinical guidelines from ACC/AHA, ADA, KDIGO, and more
    * \$0.65 per run
  </Card>

  <Card title="Deep Agent" icon="magnifying-glass">
    **Comprehensive analysis in 10-13 minutes**

    * Best for complex cases
    * Multi-step research with literature and guideline review
    * Detailed, guideline-backed clinical recommendations
    * \$3.50 per run
  </Card>

  <Card title="Lab Results Agent" icon="flask-vial">
    **Lab-focused analysis in 3-6 minutes**

    * Best for lab result interpretation
    * Simplified request format (no EHR wrapper)
    * Clinical guideline evidence for lab interpretation
    * \$0.65 per run
  </Card>
</CardGroup>

## Use Cases

* **Patient Portals** - Help patients understand their lab results and health trends
* **Clinical Decision Support** - Provide clinicians with evidence-based insights
* **Care Coordination** - Generate comprehensive health summaries for care teams
* **Health Apps** - Add intelligent health analysis to consumer applications

## Next Steps

<CardGroup cols={3}>
  <Card title="Quickstart Guide" icon="rocket" href="/quickstart">
    Get up and running with your first API call in 5 minutes.
  </Card>

  <Card title="EHR Agent" icon="file-medical" href="/api-reference/ehr-agent">
    Comprehensive health record analysis.
  </Card>

  <Card title="Lab Results Agent" icon="flask-vial" href="/api-reference/lab-results">
    Focused lab result interpretation.
  </Card>
</CardGroup>
