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

# Sully.ai Documentation

> Sully.ai is a powerful AI-powered platform designed specifically for healthcare providers to streamline clinical documentation by automatically converting patient conversations into structured medical notes.

## What Sully.ai Does

Sully.ai helps you:

* **Save Time**: Automatically generate clinical notes from audio conversations
* **Improve Accuracy**: Capture detailed patient information without manual typing
* **Customize Output**: Create notes in your preferred format (SOAP, custom styles, or templates)
* **Stay Compliant**: Generate documentation that meets clinical standards
* **Work in Real-Time**: Transcribe and process audio as conversations happen

## Getting Started

New to Sully? Follow our **[Quickstart Guide](/documentation/quickstart)** to go from zero to your first clinical note in 5 minutes.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/documentation/quickstart">
    Your first integration in 5 minutes
  </Card>

  <Card title="Authentication" icon="key" href="/api-reference/getting-started/authentication">
    Set up your API credentials
  </Card>

  <Card title="TypeScript SDK" icon="js" href="/documentation/sdks/typescript">
    Official TypeScript/JavaScript SDK
  </Card>

  <Card title="Python SDK" icon="python" href="/documentation/sdks/python">
    Official Python SDK
  </Card>
</CardGroup>

## Core Workflows

<CardGroup cols={2}>
  <Card title="Audio Transcription" icon="microphone" href="/documentation/guides/transcription">
    File upload and real-time streaming with production patterns
  </Card>

  <Card title="Clinical Notes" icon="file-medical" href="/documentation/guides/clinical-notes">
    SOAP notes, custom styles, and templates
  </Card>

  <Card title="Note Customization" icon="sliders" href="/documentation/guides/note-customization">
    Deep dive into styles and template schemas
  </Card>

  <Card title="Webhooks" icon="bell" href="/documentation/guides/webhooks">
    Production-grade async event handling
  </Card>
</CardGroup>

## Integrations

<CardGroup cols={2}>
  <Card title="EHR Integration" icon="hospital" href="/documentation/guides/ehr-integration">
    Structured JSON for writing to EHR fields
  </Card>

  <Card title="Medical Coding" icon="code" href="/documentation/guides/medical-coding">
    ICD-10, CPT, and SNOMED extraction
  </Card>

  <Card title="Multi-Language" icon="globe" href="/documentation/guides/multi-language">
    50+ languages (89 BCP47 tags) with multilingual support
  </Card>

  <Card title="Context Enrichment" icon="circle-info" href="/documentation/guides/context-enrichment">
    Improve notes with patient context
  </Card>
</CardGroup>

## Production

<CardGroup cols={2}>
  <Card title="Error Handling" icon="triangle-exclamation" href="/documentation/production/error-handling">
    Build resilient integrations
  </Card>

  <Card title="Security" icon="shield" href="/documentation/production/security">
    API keys, webhooks, and compliance
  </Card>
</CardGroup>

## Alpha Features

Experimental features available for early access:

<CardGroup cols={2}>
  <Card title="Medical Consensus" icon="users-medical" href="/documentation/alpha/medical-consensus">
    Get expert medical opinions
  </Card>

  <Card title="Template Generation" icon="wand-magic-sparkles" href="/documentation/alpha/template-generation">
    AI-assisted template creation
  </Card>
</CardGroup>

## Need Help?

* Explore the [API Reference](/api-reference/getting-started/authentication) for technical specifications
* Check out our [demo repository](https://github.com/Odiggo/sully-api-demo) for working examples
* Contact [support@sully.ai](mailto:support@sully.ai) for assistance

Ready to transform your clinical documentation workflow? **[Get started now](/documentation/quickstart)**!
