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

> Learn about Form filling, when to use it, and how to integrate it into your application

Form filling converts provider and patient conversation during a visit into structured medical form output. Your application captures visit audio, and Suki maps what was said into template-driven fields you can review, edit, and save in your EHR or downstream workflows.

Form filling is different from **ambient workflows**, which transcribe the visit and generate structured clinical notes, LOINC-based sections, and related outputs. Form filling gives you **structured form instances** tied to Suki medical form templates you select for the session.

## When to use Form filling

Choose Form filling when you need:

* Structured medical forms from visit conversation without generating a full ambient clinical note
* Form output you control in your application (display, edit, validate, or send elsewhere)
* Full control with Form filling REST APIs and the shared Partner WebSocket for audio

## Related topics

<CardGroup cols={2}>
  <Card title="Form Filling" icon="file-lines" href="/documentation/form-filling" arrow={true}>
    Capabilities, common use cases, how Form filling works, and Form filling Partner APIs.
  </Card>

  <Card title="Basic Usage" icon="code" href="/documentation/form-filling-basic-usage" arrow={true}>
    Step-by-step Partner API workflow: create a session, seed context, stream audio, end the session, and retrieve structured data.
  </Card>
</CardGroup>

## Related APIs documentation

Refer to these guides when you are ready to integrate:

<CardGroup cols={2}>
  <Card title="Form Filling API References" icon="code" href="/form-filling-api-reference/overview" arrow={true}>
    REST endpoints for sessions, context, structured data, feedback, and templates.
  </Card>

  <Card title="Suki Medical Form Templates" icon="list" href="/form-filling-api-reference/info/suki-medical-form-templates" arrow={true}>
    List Suki-defined templates and field definitions for session context.
  </Card>
</CardGroup>

## Next steps

<Icon icon="file-lines" iconType="solid" /> Complete the [Partner onboarding](/documentation/partner-onboarding) process and get your credentials.
