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

# Platform FAQs Hub

> Browse Partner FAQs by topic: general platform questions, authentication, security and privacy, Ambient APIs, Form filling, Dictation, SDKs, and webhooks

## Platform

<Columns cols={3}>
  <Card title="General" icon="circle-question" href="/documentation/references/faqs/general" arrow={true}>
    <p>Frequently asked questions about the Suki Developer Platform and integration benefits</p>
  </Card>

  <Card title="Authentication" icon="key" href="/documentation/references/faqs/authentication" arrow={true}>
    <p>Authentication mechanisms and security questions for Suki platform integration</p>
  </Card>

  <Card title="Security and Privacy" icon="shield" href="/documentation/references/faqs/security" arrow={true}>
    <p>Security, compliance, and data retention policies for the Suki Developer Platform</p>
  </Card>
</Columns>

## Ambient

<Columns cols={3}>
  <Card title="Best Practices and FAQs" icon="waveform" href="/documentation/how-to/ambient-clinical-notes/ambient-interoperability-faqs" arrow={true}>
    <p>Best practices, conflict handling, offline behavior, and FAQs for Ambient interoperability</p>
  </Card>
</Columns>

## Web SDK

<Columns cols={3}>
  <Card title="Automatic User Onboarding" icon="user-plus" href="/web-sdk/faqs/auto-onboarding" arrow={true}>
    <p>Questions about automatic user registration and onboarding with Web SDK</p>
  </Card>

  <Card title="General" icon="circle-question" href="/web-sdk/faqs/general" arrow={true}>
    <p>General questions about Web SDK features, capabilities, and browser compatibility</p>
  </Card>

  <Card title="Technical" icon="screwdriver-wrench" href="/web-sdk/faqs/technical" arrow={true}>
    <p>Technical questions about Web SDK architecture, performance, and troubleshooting</p>
  </Card>

  <Card title="Implementation" icon="code" href="/web-sdk/faqs/implementation" arrow={true}>
    <p>Implementation questions and best practices for Web SDK integration</p>
  </Card>
</Columns>

## Mobile SDK

<Columns cols={3}>
  <Card title="General" icon="circle-question" href="/mobile-sdk/faqs/general" arrow={true}>
    <p>General questions about Mobile SDK features, compatibility, and implementation</p>
  </Card>

  <Card title="Installation and Setup" icon="download" href="/mobile-sdk/faqs/installation-setup" arrow={true}>
    <p>Mobile SDK installation requirements, setup process, and configuration questions</p>
  </Card>

  <Card title="Session Management" icon="clock" href="/mobile-sdk/faqs/session-management" arrow={true}>
    <p>Managing Ambient sessions, lifecycle, and data handling in the Mobile SDK</p>
  </Card>

  <Card title="Content Retrieval" icon="file-lines" href="/mobile-sdk/faqs/content-retrieval" arrow={true}>
    <p>Retrieving generated clinical content, transcripts, and structured data from sessions</p>
  </Card>

  <Card title="Offline and Networking" icon="wifi" href="/mobile-sdk/faqs/offline-networking" arrow={true}>
    <p>Offline mode, network handling, and connectivity features in the Mobile SDK</p>
  </Card>

  <Card title="Troubleshooting" icon="triangle-exclamation" href="/mobile-sdk/faqs/troubleshooting" arrow={true}>
    <p>Common Mobile SDK issues, error codes, and troubleshooting solutions</p>
  </Card>
</Columns>

## Headless Web SDK

<Columns cols={3}>
  <Card title="General" icon="circle-question" href="/headless-web-sdk/faqs/general" arrow={true}>
    <p>General questions about Headless Web SDK</p>
  </Card>

  <Card title="Technical" icon="screwdriver-wrench" href="/headless-web-sdk/faqs/technical" arrow={true}>
    <p>Technical questions about Headless Web SDK</p>
  </Card>

  <Card title="Implementation" icon="code" href="/headless-web-sdk/faqs/implementation" arrow={true}>
    <p>Implementation questions about the Suki Headless Web SDK</p>
  </Card>
</Columns>

## Dictation SDK

<Columns cols={3}>
  <Card title="General" icon="circle-question" href="/dictation-sdk/faqs/general" arrow={true}>
    <p>General questions about the Suki Dictation SDK</p>
  </Card>

  <Card title="Integration" icon="plug" href="/dictation-sdk/faqs/integration" arrow={true}>
    <p>Integration questions about the Suki Dictation SDK</p>
  </Card>

  <Card title="Technical" icon="screwdriver-wrench" href="/dictation-sdk/faqs/technical" arrow={true}>
    <p>Technical questions about the Suki Dictation SDK</p>
  </Card>
</Columns>

## Form Filling SDK

<Columns cols={3}>
  <Card title="General" icon="circle-question" href="/form-filling-sdk/faqs/general" arrow={true}>
    <p>General questions about the Suki Form filling SDK</p>
  </Card>

  <Card title="Integration" icon="plug" href="/form-filling-sdk/faqs/integration" arrow={true}>
    <p>Integration questions about Form filling SDK templates, webhooks, and encounter IDs</p>
  </Card>

  <Card title="Technical" icon="screwdriver-wrench" href="/form-filling-sdk/faqs/technical" arrow={true}>
    <p>Technical questions about Form filling SDK sessions, layout, and errors</p>
  </Card>
</Columns>

## APIs

<Columns cols={3}>
  <Card title="Authentication" icon="key" href="/api-reference/faqs/authentication" arrow={true}>
    <p>Authentication and authorization questions for API access</p>
  </Card>

  <Card title="Audio Capture and Streaming" icon="waveform" href="/api-reference/faqs/audio-capture-streaming" arrow={true}>
    <p>Questions about audio capture, streaming, and WebSocket implementation</p>
  </Card>

  <Card title="Diagnosis Codes" icon="stethoscope" href="/api-reference/faqs/diagnosis-codes" arrow={true}>
    <p>FAQ on diagnosis code types in Ambient API structured data, including ICD-10 and HCC</p>
  </Card>

  <Card title="Technical Constraints and Risks" icon="triangle-exclamation" href="/api-reference/faqs/technical-constraints-risks" arrow={true}>
    <p>Technical limitations, constraints, and risk considerations for API integration</p>
  </Card>

  <Card title="Patient Summary" icon="user" href="/api-reference/faqs/patient-summary" arrow={true}>
    <p>FAQs about the Patient Summary APIs</p>
  </Card>

  <Card title="Miscellaneous" icon="ellipsis" href="/api-reference/faqs/miscellaneous" arrow={true}>
    <p>General API questions and miscellaneous topics</p>
  </Card>
</Columns>
