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

# Form Filling

> Form filling is one of the key capabilities that Suki offers for partners. It allows you to capture structured medical form data from visit conversation. Learn how to get started, choose an integration path, and work with Medical form templates

## Get started

Start with the basics. Learn what Form filling is, how it differs from Ambient note generation, and which APIs or SDKs fit your stack.

<Columns cols={3}>
  <Card title="Form Filling Overview" icon="book" href="/documentation/concepts/form-filling/form-filling-overview" arrow={true}>
    <p>Learn when to use structured medical forms, APIs versus the SDK, templates, and integration paths</p>
  </Card>

  <Card title="Ambient Form Filling" icon="file-pen" href="/documentation/concepts/form-filling/form-filling" arrow={true}>
    <p>Learn about Form filling capabilities, use cases, capture path, and EHR handoff</p>
  </Card>

  <Card title="Form Filling API Overview" icon="code" href="/form-filling-api-reference/overview" arrow={true}>
    <p>Orient to Form filling Partner APIs, auth, sessions, and content retrieval</p>
  </Card>

  <Card title="Form Filling API Quickstart" icon="rocket" href="/form-filling-api-reference/quickstart" arrow={true}>
    <p>Run a Form filling session end to end with the Partner APIs</p>
  </Card>

  <Card title="Form Filling Basic Usage" icon="list-check" href="/documentation/how-to/form-filling/form-filling-basic-usage" arrow={true}>
    <p>Create a Form filling session, stream audio, and retrieve structured results</p>
  </Card>

  <Card title="Form Filling SDK" icon="cube" href="/form-filling-sdk/index" arrow={true}>
    <p>Embed Form filling with Suki's hosted iframe UI for JavaScript and React</p>
  </Card>

  <Card title="Web SDK for Form Filling" icon="globe" href="/web-sdk/form-filling-overview" arrow={true}>
    <p>Use Form filling in the Web SDK when you already embed the headed Web SDK</p>
  </Card>
</Columns>

## Medical form templates

Form filling sessions use Medical form templates that define the fields and structure Suki returns. Choose templates before you start a session so results map cleanly into your EHR.

<Columns cols={3}>
  <Card title="Form Filling Templates" icon="table" href="/documentation/concepts/form-filling/form-filling-templates" arrow={true}>
    <p>Learn about Suki Medical form templates that define fields and structure for Form filling sessions</p>
  </Card>
</Columns>

## Resources

Refer to these pages when you need tutorials, decision help, FAQs, or partner support.

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

  <Card title="Form Filling Decision Guide" icon="route" href="/documentation/get-started/form-filling-integration-decision-guide" arrow={true}>
    <p>Choose Form filling APIs or the Form filling SDK for your stack</p>
  </Card>

  <Card title="Form Filling SDK FAQs" icon="circle-question" href="/form-filling-sdk/faqs/general" arrow={true}>
    <p>Find answers to general, integration, and technical questions for the Form filling SDK</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>
