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

# Ambient Clinical Documentation

> How Suki's AI automatically generates clinical notes from patient-provider conversations

<div className="quick-summary-wrapper">
  <div className="quick-summary-header">
    <span className="quick-summary-icon" aria-hidden="true" />

    <span className="quick-summary-title">Quick summary</span>
  </div>

  <div className="quick-summary-content">
    Ambient documentation automatically creates clinical notes from patient-provider conversations. Instead of typing notes during or after a visit, providers can focus entirely on the patient while Suki listens, transcribes, and organizes the conversation into structured clinical documentation.
  </div>

  <div className="quick-summary-footer">
    <span className="quick-summary-footer-icon" aria-hidden="true" />

    <span className="quick-summary-footer-text">Last updated:</span>
    <span className="quick-summary-footer-date">June 2026</span>
  </div>
</div>

<Info>
  **Ambient documentation is supported by:** APIs, Web SDK, Mobile SDK, Headless Web SDK
</Info>

Ambient documentation automatically creates <Tooltip tip="The final structured medical documentation generated from a patient encounter, organized into standardized sections using LOINC codes." cta="View in Glossary" href="/Glossary/c">clinical notes</Tooltip> from patient-provider conversations.

Instead of typing notes during or after a visit of a patient, <Tooltip tip="A healthcare professional within an organization who uses Suki's services to document patient care." cta="View in Glossary" href="/Glossary/p">providers</Tooltip> can focus entirely on the patient while Suki listens, transcribes, and organizes the conversation into structured clinical documentation.

Ambient documentation helps providers to:

* **Save time**: No more typing notes during or after visits
* **Better patient care**: Providers focus on patients, not screens
* **Accurate documentation**: AI captures details that might be missed
* **Consistent format**: Notes follow standard clinical structures
* **EHR ready**: Generated notes integrate directly with EHR systems

## Use cases

<CardGroup cols={2}>
  <Card title="In-person visits" icon="user">
    Capture patient conversations during in-person visits and generate structured clinical notes.
  </Card>

  <Card title="Virtual visits" icon="phone">
    Capture patient conversations during virtual visits and generate structured clinical notes.
  </Card>

  <Card title="Telehealth visits" icon="camera">
    Capture patient conversations during telehealth visits and generate structured clinical notes.
  </Card>

  <Card title="Ambulatory care visits" icon="ambulance">
    Capture patient conversations during ambulatory care visits and generate structured clinical notes.
  </Card>
</CardGroup>

## How it works

Ambient documentation works in four main steps:

<Steps>
  <Step title="Create session">
    Start a new <Tooltip tip="A single, time-bound instance of an ambient recording for a specific patient encounter that captures clinical conversations." cta="View in Glossary" href="/Glossary/a">ambient session</Tooltip> for a patient visit. Provide basic information like:

    * Patient details (name, date of birth, etc.)
    * Which note sections you want (e.g., History, Physical Exam, Assessment)
    * <Tooltip tip="A healthcare professional within an organization who uses Suki's services to document patient care." cta="View in Glossary" href="/Glossary/p">Provider</Tooltip> information

    Suki returns a session ID that tracks everything for this visit.

    <Warning>
      Sessions should be at least 1 minute long. Very short sessions may be skipped.
    </Warning>
  </Step>

  <Step title="Record conversation">
    Start recording when the visit begins. Audio streams to Suki in real-time, where it's automatically converted to text using speech recognition.

    **What happens:**

    * Audio is captured from the conversation
    * Speech is converted to text automatically
    * Everything happens in real-time
  </Step>

  <Step title="AI processing">
    After the conversation ends, Suki's AI analyzes the <Tooltip tip="The text version of recorded audio from clinical conversations, generated by automatic speech recognition." cta="View in Glossary" href="/Glossary/t">transcript</Tooltip>:

    * Identifies clinically important information
    * Organizes content into the sections you requested
    * Structures it like a professional <Tooltip tip="The final structured medical documentation generated from a patient encounter, organized into standardized sections using LOINC codes." cta="View in Glossary" href="/Glossary/c">clinical note</Tooltip>

    **Example:** The AI might extract "chest pain for 3 days" and put it in the "History of Present Illness" section.
  </Step>

  <Step title="Get generated clinical note">
    Once processing is complete, retrieve the finished clinical note. The note includes:

    * **Structured sections**: Content organized by <Tooltip tip="Logical Observation Identifiers Names and Codes. A standardized vocabulary for identifying clinical sections and medical concepts." cta="View in Glossary" href="/Glossary/l">LOINC</Tooltip> codes (e.g., History, Assessment, Plan)
    * **<Tooltip tip="Organized medical information extracted from clinical conversations, formatted for integration with EHR systems." cta="View in Glossary" href="/Glossary/s">Structured data</Tooltip>**: Diagnoses, medications, and other coded information
    * **Full transcript**: Complete conversation transcript if needed

    The note is ready to integrate directly into your EHR system.
  </Step>
</Steps>

## Key features

<CardGroup cols={2}>
  <Card title="Accurate Speech Recognition" icon="microphone">
    Converts speech to text accurately, even with complex medical terminology.
  </Card>

  <Card title="Multilingual Support" icon="language" href="/api-reference/capabilities/multilingual" cta="Learn more">
    Works with over 80 languages. Patients can speak in their preferred language, and notes are generated in English.
  </Card>

  <Card title="Customizable Note Sections" icon="note" href="/documentation/note-sections" cta="Learn more">
    Choose which sections to include in your notes using standard LOINC codes. Match your EHR's expected format.
  </Card>

  <Card title="Works in Background" icon="clock">
    Processes everything automatically. Handles interruptions gracefully so providers can focus on patients.
  </Card>

  <Card title="Secure and HIPAA-Compliant" icon="lock">
    All audio and data are encrypted. Built to meet healthcare privacy and security requirements.
  </Card>
</CardGroup>

## Getting started

To use Ambient documentation in your application:

<Steps>
  <Step title="Get access" icon="user">
    Contact our [Partnership team](/documentation/partner-onboarding) to get onboarded and receive your credentials.
  </Step>

  <Step title="Choose integration method" icon="code">
    Select how you want to integrate:

    * **APIs**: Direct API integration for maximum control
    * **Web SDK**: Pre-built components for web applications
    * **Mobile SDK**: Native iOS integration for mobile apps
    * **Headless Web SDK**: React hooks for custom UI integration

    Refer to the [Quickstart guide](/documentation/getting-started) to get started quickly.
  </Step>

  <Step title="Test and deploy" icon="cloud">
    Test your integration thoroughly before deploying to production. Start with development or staging environments.
  </Step>
</Steps>
