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

> Start here for Form filling: when to use structured medical forms, Form filling APIs vs the Form filling SDK, templates, and integration paths

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

## Reference guides

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

  <Card title="Form Filling SDK" icon="react" href="/form-filling-sdk/introduction" arrow={true}>
    Embed Form filling in your web app with Suki's hosted interface and structured results in your callbacks.
  </Card>

  <Card title="Form Filling API Basic Usage" icon="code" href="/documentation/how-to/form-filling/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>

## Resources

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>

## Medical form templates

Suki supports a set of pre-defined Medical form templates that you can use to create sessions.

| Template          | Type                           | Description                                                                   |
| ----------------- | ------------------------------ | ----------------------------------------------------------------------------- |
| Vitals            | `VITALS_ASSESSMENT`            | Captures vital signs, oxygen delivery, and pain scores.                       |
| Neuro             | `NEURO_ASSESSMENT`             | Captures neurological status, orientation, pupils, strength, and sensation.   |
| Skin              | `SKIN_ASSESSMENT`              | Captures skin integrity, wounds, dressings, and interventions.                |
| Respiratory       | `RESPIRATORY_ASSESSMENT`       | Captures breathing, lung sounds, oxygen use, and respiratory symptoms.        |
| Cardiac           | `CARDIAC_ASSESSMENT`           | Captures heart rhythm, circulation, edema, chest pain, and vascular access.   |
| GI                | `GASTRO_INTESTINAL_ASSESSMENT` | Captures abdominal findings, diet tolerance, bowel activity, and GI symptoms. |
| GU                | `GENITO_URINARY_ASSESSMENT`    | Captures urinary output, voiding, catheter care, and related symptoms.        |
| MSK               | `MSK_ASSESSMENT`               | Captures mobility, strength, gait, range of motion, and joint findings.       |
| Intake and output | `IO_ASSESSMENT`                | Tracks fluid intake and output for fluid balance monitoring.                  |

Refer to [Form filling templates](/documentation/concepts/form-filling/form-filling-templates) for how templates work in your integration, and [Suki Medical form templates API](/form-filling-api-reference/info/suki-medical-form-templates) for each **`template_id`** and full **`schema`**.

## Next steps

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