> ## Documentation Index
> Fetch the complete documentation index at: https://utter.to/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Quick Start

> Get started with Utter in under 2 minutes

Start here: install Utter, allow permissions, then make your first dictation.

## Step 1: Download Utter

<Tabs>
  <Tab title="macOS">
    Download Utter from [utter.to](https://utter.to), then drag it to your **Applications** folder.
  </Tab>

  <Tab title="iOS">
    Download Utter from the [App Store](https://apps.apple.com/app/id6753176013).
  </Tab>
</Tabs>

## Step 2: Complete Onboarding

<Tabs>
  <Tab title="macOS">
    <Steps>
      <Step title="Complete Onboarding">
        Open Utter and follow the in-app onboarding flow. It handles setup for you, including microphone and accessibility access.
      </Step>
    </Steps>

    **What to expect:** Utter can now record your voice and insert text directly where your cursor is active.

    **If that did not work:** Open [Permissions](/troubleshooting/permissions) and re-check access settings.
  </Tab>

  <Tab title="iOS">
    <Steps>
      <Step title="Complete Onboarding">
        Open Utter and follow the in-app onboarding flow. It handles setup for you, including microphone access.
      </Step>
    </Steps>

    **What to expect:** Utter can now capture your voice for dictation.
  </Tab>
</Tabs>

## Step 3: Start Dictating

<Tabs>
  <Tab title="macOS">
    <Steps>
      <Step title="Press the Shortcut">
        Press `⌘⇧R` (Command + Shift + R) to start recording.
      </Step>

      <Step title="Speak Naturally">
        Say what you want to write.
      </Step>

      <Step title="Stop Recording">
        Press `⌘⇧R` again.
      </Step>
    </Steps>

    **What to expect:** Your text is inserted at the current cursor position.
  </Tab>

  <Tab title="iOS">
    <Steps>
      <Step title="Tap Record">
        Tap the record button in Utter.
      </Step>

      <Step title="Speak Naturally">
        Say what you want to write.
      </Step>

      <Step title="Stop Recording">
        Tap stop when finished.
      </Step>
    </Steps>

    **What to expect:** Your transcription appears in the app and is ready to copy or share.
  </Tab>
</Tabs>

<Tip>
  On macOS, you can change the default shortcut in **Settings > Shortcut**.
</Tip>

## What's Next?

<CardGroup cols={2}>
  <Card title="Explore Features" icon="stars" href="/features/ai-prompts">
    Discover all of Utter's powerful features
  </Card>

  <Card title="Custom Vocabulary" icon="book" href="/features/custom-vocabulary">
    Add your own terms, names, and jargon
  </Card>

  <Card title="Modes" icon="message-bot" href="/features/ai-prompts">
    Format your voice into emails, notes, and more
  </Card>

  <Card title="Use for Free" icon="gift" href="/guides/use-utter-for-free">
    Use your own keys or local models for free unlimited usage
  </Card>
</CardGroup>
