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

# General

> General questions about the Suki Form filling SDK

<Accordion title="What Is the Suki Form Filling SDK?">
  A JavaScript and React library that lets clinicians fill medical forms using their voice. After processing, your app receives structured JSON through callbacks and webhooks. See the <Tooltip tip="JavaScript and React library that embeds Form filling in your web app with a hosted iframe and SDK callbacks." cta="View in Glossary" href="/Glossary/f">Form filling SDK</Tooltip> glossary entry for a short definition.

  Refer to the [Introduction](/form-filling-sdk/introduction).
</Accordion>

<Accordion title="What Is the Difference Between the Form Filling SDK and the Form Filling API?">
  **Form filling SDK:** Embed Form filling in the browser. Suki hosts the UI and returns structured data through **`onSubmit`** and your webhook.

  **Form filling API:** Call Suki REST and WebSocket APIs from your own code without the hosted SDK. Refer to [Form filling API](/form-filling-api-reference/overview).
</Accordion>

<Accordion title="Which Npm Packages Should I Install?">
  Install the Form filling SDK with **`@suki-sdk/core`**:

  * **JavaScript:** **`@suki-sdk/form-filling`** + **`@suki-sdk/core`**
  * **React:** **`@suki-sdk/form-filling-react`** + **`@suki-sdk/core`**

  Refer to [Installation](/form-filling-sdk/installation).
</Accordion>

<Accordion title="How Does Form Filling SDK Differ from Dictation SDK?">
  **Dictation SDK** returns free-text transcripts.

  **Form filling SDK** returns structured medical form JSON for Suki-managed templates. You must pass **`form_template_ids`**.

  Refer to [Dictation SDK Overview](/dictation-sdk/introduction).
</Accordion>

<Accordion title="Does the Form Filling SDK Run on the Server?">
  No. Use it in a **browser** with a sized container and microphone access. Refer to [Prerequisites](/form-filling-sdk/prerequisites).
</Accordion>
