> ## 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 Core 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 have their own set of APIs, SDKs, and documentation to help you get started while Form filling have their own set of APIs,
SDKs (coming soon), and documentation to help you get started.

Use Ambient workflows when your use case is releted to ambient clinical intelligence like doctor-patient conversations and 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 etc...

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

## How to choose the right workflow?

To help you choose the right workflow, we have created a [Decision guide](/documentation/workflows) 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={3}>
  <Card title="Ambient" icon="waveform" href="/documentation/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/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/dictation-overview" arrow={true}>
    Choose dictation workflows to integrate with the Suki for Partners dictation capabilities for real-time audio transcription.
  </Card>
</CardGroup>
