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

# Available Workflows

> Available core workflows for the Suki for Partners platform like Ambient, Dictation, and Form filling

Suki for Partners offers different integration workflows depending on your use case and technical requirements.
The two main workflows are ambient workflows and Form filling workflows.

Ambient workflows have their own set of APIs, SDKs, and documentation to help you get started.
Form filling workflows have their own set of APIs, and SDKs to help you get started.

Use Ambient & Dictation workflows when your use case is related to Ambient documentation or other clinical workflows.

You can add capabilities like:

* Generate clinical notes from doctor-patient conversations.
* Problem-based charting.
* Medication orders.
* Note personalization.
* Diagnoses.
* Multilingual support.
* Structured data output.
* Custom note sections.
* Dictation (speech-to-text).

Use Form filling workflows when your use case is related to filling forms and other clinical workflows related to nursing.

You can add capabilities like:

* Automatically fill forms from doctor-patient conversations or nursing workflows.
* Support telehealth form workflows.
* Run template-driven sessions.
* Build custom Form filling pipelines.
* Voice-driven form capture.
* Session lifecycle.
* Medical form templates.

Use Patient summary workflows when your use case is related to generating and retrieving Patient summaries for encounter preparation and clinical review workflows.

You can add capabilities like:

* Generate Patient summaries from FHIR data.
* Retrieve Patient summaries from FHIR data.
* Poll job status and track job progress.
* Retrieve full and pre-visit summaries.

## How to choose the right workflow

To help you choose the right workflow, we have created an [Integration paths overview](/documentation/get-started/integration-overview) that outlines the different workflows and their use cases.

In short, you need to consider the following factors:

* Your use case.
* Your technical requirements.
* Your team's expertise.
* Your development environment.

Based on your requirements, you can choose the right workflow from the following options:

<CardGroup cols={2}>
  <Card title="Ambient" icon="waveform" href="/documentation/concepts/ambient-clinical-notes/ambient-documentation" arrow={true}>
    Choose ambient workflows to add ambient clinical intelligence to your application for doctor-patient conversations and other clinical workflows.
  </Card>

  <Card title="Form Filling" icon="file-lines" href="/documentation/concepts/form-filling/form-filling-overview" arrow={true}>
    Choose Form filling workflows to integrate with the Suki for Partners Form filling capabilities for nursing and other clinical workflows.
  </Card>

  <Card title="Dictation" icon="microphone" href="/documentation/concepts/dictation/dictation-overview" arrow={true}>
    Choose Dictation workflows to integrate with the Suki for Partners Dictation capabilities for real-time audio transcription.
  </Card>

  <Card title="Patient Summary" icon="list-check" href="/documentation/concepts/patient-summary/overview" arrow={true}>
    Choose Patient summary workflows to integrate with the Suki for Partners Patient summary capabilities for encounter preparation and clinical review workflows.
  </Card>
</CardGroup>
