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

# Use case guides

> Build real-world applications with AssemblyAI.

Whether you're building a meeting notetaker, a medical scribe, a voice agent, or a contact center platform, these guides walk you through architecture decisions, best practices, and implementation details for each use case.

## Core use cases

<CardGroup cols={2}>
  <Card title="Meeting notetaker" icon="notebook" href="/meeting-notetaker-best-practices">
    Build an automated meeting notetaker that captures, transcribes, and
    summarizes conversations in real time or from recordings.
  </Card>

  <Card title="Medical scribe" icon="clipboard-medical" href="/medical-scribe-best-practices">
    Build an AI-powered medical scribe that transcribes patient encounters and
    generates clinical documentation.
  </Card>

  <Card title="Voice agent" icon="robot" href="/voice-agents/best-practices">
    Build a conversational voice agent using streaming speech-to-text with
    low-latency turn detection.
  </Card>

  <Card title="Contact center" icon="user-headset" href="/contact-center-best-practices">
    Build a contact center platform with call transcription, agent assist, and
    post-call analytics.
  </Card>
</CardGroup>

## More guides

Explore additional guides for async and streaming transcription workflows, including batch processing, subtitle generation, speaker identification, and more.

<CardGroup cols={2}>
  <Card title="Pre-recorded STT guides" icon="file-audio" href="/pre-recorded-audio/getting-started/transcribe-an-audio-file">
    Cookbooks and tutorials for pre-recorded audio transcription.
  </Card>

  <Card title="Real-time STT guides" icon="microphone-lines" href="/streaming/getting-started/transcribe-streaming-audio">
    Cookbooks and tutorials for real-time streaming transcription.
  </Card>
</CardGroup>
