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

# Suki SDKs Quickstart

> Quickstarts for the Suki SDKs

Get started with the Suki SDKs by following the quickstarts below for your workflow of choice.

<CardGroup cols={2}>
  <Card title="Web SDK Quickstart" icon="rocket" href="/web-sdk/quickstart" arrow={true}>
    Build your first ambient session, stream audio, and retrieve the note in minutes.
  </Card>

  <Card title="Mobile SDK Quickstart" icon="rocket" href="/mobile-sdk/overview" arrow={true}>
    Build your first ambient session, stream audio, and retrieve the note in minutes.
  </Card>

  <Card title="Headless Web SDK Quickstart" icon="rocket" href="/headless-web-sdk/quickstart" arrow={true}>
    Build your first ambient session, stream audio, and retrieve the note in minutes.
  </Card>

  <Card title="Dictation SDK Quickstart" icon="rocket" href="/dictation-sdk/quickstart" arrow={true}>
    Build your first ambient session, stream audio, and retrieve the note in minutes.
  </Card>
</CardGroup>
