> ## 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 Notes

> Ambient Documentation is one of the key capabilities that Suki offers for partners. It allows you to generate structured clinical notes from patient-provider conversations. Learn how to get started, key features, and how to get help

## Get started

Start with the basics. Learn how to get started with Ambient documentation, what it is, and how to choose an integration path that supports your use case.

<Columns cols={3}>
  <Card title="Ambient Clinical Documentation" icon="book" href="/documentation/concepts/ambient-clinical-notes/ambient-documentation" arrow={true}>
    <p>Learn how Suki generates structured clinical notes from patient-provider conversations</p>
  </Card>

  <Card title="Ambient API Overview" icon="code" href="/api-reference/overview" arrow={true}>
    <p>Orient to Ambient and Dictation Partner APIs, auth, and core resources</p>
  </Card>

  <Card title="Ambient API Quickstart" icon="rocket" href="/api-reference/quickstart" arrow={true}>
    <p>Create a session, stream audio, and retrieve ambient content end to end</p>
  </Card>

  <Card title="Web SDK for Ambient Documentation" icon="code" href="/web-sdk/index" arrow={true}>
    <p>Learn how to use the Web SDK for Ambient documentation</p>
  </Card>

  <Card title="Mobile SDK for Ambient Documentation" icon="code" href="/mobile-sdk/index" arrow={true}>
    <p>Learn how to use the Mobile SDK for Ambient documentation</p>
  </Card>

  <Card title="Headless Web SDK for Ambient Documentation" icon="code" href="/headless-web-sdk/index" arrow={true}>
    <p>Learn how to use the Headless Web SDK for Ambient documentation</p>
  </Card>
</Columns>

## Interoperability

Continue the same clinical note across Suki modalities that support interoperability.

<Columns cols={3}>
  <Card title="Ambient Interoperability" icon="share-nodes" href="/documentation/concepts/ambient-clinical-notes/ambient-interoperability" arrow={true}>
    <p>Learn how Ambient works across modalities and partner systems</p>
  </Card>

  <Card title="Interoperable Identifiers" icon="fingerprint" href="/documentation/concepts/ambient-clinical-notes/interoperable-identifiers" arrow={true}>
    <p>Learn about identifiers that keep Ambient sessions and content aligned across products</p>
  </Card>

  <Card title="Use Ambient Across Modalities" icon="mobile" href="/documentation/how-to/ambient-clinical-notes/use-ambient-across-modalities" arrow={true}>
    <p>Capture on one modality and continue review on another</p>
  </Card>
</Columns>

## How-to guides

Build the Ambient product UI around session create, context, status, and content retrieval.

<Columns cols={3}>
  <Card title="Create an Ambient Session" icon="play" href="/documentation/how-to/ambient-clinical-notes/create-ambient-session" arrow={true}>
    <p>Start Ambient and store session and composition IDs</p>
  </Card>

  <Card title="Seed Ambient Session Context" icon="clipboard-list" href="/documentation/how-to/ambient-clinical-notes/seed-ambient-session-context" arrow={true}>
    <p>Prepare visit context before Ambient ends</p>
  </Card>

  <Card title="Update Ambient Session Context" icon="pen-to-square" href="/documentation/how-to/ambient-clinical-notes/update-ambient-session-context" arrow={true}>
    <p>PATCH context as chart data arrives mid-visit</p>
  </Card>

  <Card title="End an Ambient Session" icon="stop" href="/documentation/how-to/ambient-clinical-notes/end-ambient-session" arrow={true}>
    <p>Stop, send end-of-audio, End, then poll status</p>
  </Card>

  <Card title="Handle Ambient Session Status" icon="hourglass" href="/documentation/how-to/ambient-clinical-notes/handle-ambient-session-status" arrow={true}>
    <p>Drive the recorder and note panel from status</p>
  </Card>

  <Card title="Retrieve Ambient Content" icon="file-medical" href="/documentation/how-to/ambient-clinical-notes/retrieve-ambient-content" arrow={true}>
    <p>Load note content, transcript, and structured data after the visit</p>
  </Card>

  <Card title="Retrieve Shared Notes Across Sessions" icon="layer-group" href="/documentation/how-to/ambient-clinical-notes/retrieve-note-and-encounter-content" arrow={true}>
    <p>Choose session, note, or encounter APIs for multi-session notes</p>
  </Card>

  <Card title="Stream Ambient Audio in Your Product" icon="waveform" href="/documentation/how-to/ambient-clinical-notes/stream-ambient-audio-in-your-product" arrow={true}>
    <p>Build recorder UI around /ws/stream</p>
  </Card>

  <Card title="Use Ambient Session Recordings" icon="headphones" href="/documentation/how-to/ambient-clinical-notes/use-ambient-session-recordings" arrow={true}>
    <p>Listen-back and download with temporary recording URLs</p>
  </Card>

  <Card title="Collect Ambient Session Feedback" icon="star" href="/documentation/how-to/ambient-clinical-notes/collect-ambient-session-feedback" arrow={true}>
    <p>Rate the note after review</p>
  </Card>

  <Card title="Use Ambient Info APIs" icon="database" href="/documentation/how-to/ambient-clinical-notes/use-ambient-info-apis" arrow={true}>
    <p>LOINCs, specialties, visit types, and order enums for UI</p>
  </Card>
</Columns>

## Features and concepts

Add these capabilities when your Ambient workflow needs advanced features like specialty coverage, language options, Problem-Based Charting, or Medication order content.

<Columns cols={3}>
  <Card title="Note Sections" icon="list" href="/documentation/concepts/ambient-clinical-notes/note-sections" arrow={true}>
    <p>Learn about LOINC note sections, SOAP vs a clinical note, and how to map content into the EHR</p>
  </Card>

  <Card title="Personalization" icon="sliders" href="/api-reference/capabilities/personalization" arrow={true}>
    <p>Learn how Ambient personalizes note output for clinicians</p>
  </Card>

  <Card title="Specialties" icon="stethoscope" href="/documentation/concepts/ambient-clinical-notes/specialties" arrow={true}>
    <p>Learn about specialty coverage and how it affects Ambient note generation</p>
  </Card>

  <Card title="Multilingual" icon="language" href="/api-reference/capabilities/multilingual" arrow={true}>
    <p>Configure language options for Ambient clinical documentation</p>
  </Card>

  <Card title="Problem-Based Charting" icon="notes-medical" href="/api-reference/capabilities/problem-based-charting" arrow={true}>
    <p>Pass problem context so Ambient notes organize findings around diagnoses</p>
  </Card>

  <Card title="Medication Orders" icon="pills" href="/documentation/concepts/ambient-clinical-notes/medication-orders" arrow={true}>
    <p>Learn about medication order content generated from Ambient sessions</p>
  </Card>
</Columns>

## Resources

Refer to these pages when you need tutorials, interoperability FAQs, platform FAQs, or partner support.

<Columns cols={3}>
  <Card title="Ambient WebSocket Tutorial" icon="graduation-cap" href="/documentation/tutorials/ambient-websocket-code-example" arrow={true}>
    <p>Build an Ambient streaming client with a full code example</p>
  </Card>

  <Card title="Integration Decision Guide" icon="route" href="/documentation/get-started/integration-decision-guide" arrow={true}>
    <p>Choose Ambient APIs or SDKs based on your app type, stack, and UI ownership</p>
  </Card>

  <Card title="Interoperability Best Practices" icon="circle-question" href="/documentation/how-to/ambient-clinical-notes/ambient-interoperability-faqs" arrow={true}>
    <p>Find interoperability best practices, conflict handling, offline behavior, and FAQs</p>
  </Card>

  <Card title="Platform FAQs" icon="book-open" href="/documentation/references/faqs/general" arrow={true}>
    <p>Find answers to general, authentication, and security questions</p>
  </Card>

  <Card title="Support" icon="life-ring" href="/documentation/references/support" arrow={true}>
    <p>Contact Suki for partner documentation and SDK support</p>
  </Card>
</Columns>
