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

## 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 Suki supports for EHR-ready clinical content</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>
