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

> Create and manage Form filling sessions: context, status, structured data, feedback, and end session

The Form filling session management APIs provide endpoints to create and manage Form filling sessions. These endpoints are used to create a Form filling session, seed the session context, update the session context, stream visit audio over the shared Partner WebSocket, and end the session when the visit is complete.

## Usage scenarios

* Create a new Form filling ambient session for your patient encounter during in-person visits or virtual visits
* Seed the session context with form template metadata and encounter details
* Update the session context during an active visit
* Stream visit audio over **`GET /ws/stream`** using your Form filling **`ambient_session_id`**
* End the session when the patient encounter is complete

## Endpoints
