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

# Introduction

> Build powerful AI voice agents and leverage advanced media APIs with Hamsa

# Welcome to Hamsa

Hamsa helps you build intelligent voice solutions for the Arabic-speaking world. From AI voice agents that handle phone calls naturally, to speech recognition and synthesis optimized for Arabic dialects - we provide the tools you need.

## What can you build with Hamsa?

<CardGroup cols={3}>
  <Card title="Voice Agents" icon="phone" href="/overview/capabilities/voice-agents">
    Build AI agents that handle phone calls in Arabic and English
  </Card>

  <Card title="Speech to Text" icon="waveform" href="/overview/capabilities/speech-to-text">
    Transcribe Arabic speech across multiple dialects
  </Card>

  <Card title="Text to Speech" icon="volume" href="/overview/capabilities/text-to-speech">
    Convert text into natural-sounding Arabic speech
  </Card>
</CardGroup>

## Get started

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/overview/quickstart">
    Build your first integration in minutes
  </Card>

  <Card title="View Models" icon="brain" href="/overview/models">
    Explore our TTS and STT models
  </Card>

  <Card title="Authentication" icon="key" href="/overview/auth">
    Set up authentication and API keys
  </Card>

  <Card title="Core Concepts" icon="book" href="/overview/concepts">
    Understand key concepts and terminology
  </Card>
</CardGroup>

## Choose your path

<Tabs>
  <Tab title="I want to use the platform">
    ### Platform Guides

    Use Hamsa through our web interfaces to build voice agents and process media.

    <CardGroup cols={2}>
      <Card title="Voice Agents Platform" icon="phone" href="/agents/introduction">
        Build and deploy AI voice agents through our platform
      </Card>

      <Card title="Media Platform" icon="film" href="/media/introduction">
        Process audio with TTS and STT through our web interface
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="I want to use the API">
    ### Developer Documentation

    Integrate Hamsa's capabilities into your applications via API.

    <CardGroup cols={2}>
      <Card title="Developer Quickstart" icon="code" href="/developers/quickstart">
        Get started with the Hamsa API
      </Card>

      <Card title="API Reference" icon="book" href="/api-reference/introduction">
        Complete API documentation
      </Card>
    </CardGroup>
  </Tab>
</Tabs>

## Why Hamsa?

<CardGroup cols={2}>
  <Card title="Arabic-First" icon="language">
    Built specifically for Arabic dialects with deep understanding of regional variations, code-switching, and cultural context
  </Card>

  <Card title="Production-Ready" icon="shield-check">
    Enterprise-grade reliability with low latency, high accuracy, and comprehensive monitoring
  </Card>

  <Card title="Easy Integration" icon="plug">
    Simple APIs, SDKs, and web interfaces - integrate in minutes, not weeks
  </Card>

  <Card title="Flexible" icon="wrench">
    From simple text-to-speech to complex multi-step voice agents - build what you need
  </Card>
</CardGroup>

## Explore by capability

<AccordionGroup>
  <Accordion title="Voice Agents" icon="phone">
    Build AI-powered voice agents that handle phone calls naturally in Arabic and English.

    **What you can do:**

    * Create conversational AI for customer support
    * Automate appointment booking and reminders
    * Build lead qualification systems
    * Deploy IVR menus with natural language understanding

    <div className="mt-4">
      <a href="/overview/capabilities/voice-agents" className="text-primary">Learn more about Voice Agents →</a>
    </div>
  </Accordion>

  <Accordion title="Text to Speech" icon="volume">
    Convert text into natural-sounding Arabic speech across multiple dialects.

    **What you can do:**

    * Generate voiceovers for media content
    * Create accessible audio versions of text
    * Power real-time voice applications
    * Build e-learning content with natural pronunciation

    <div className="mt-4">
      <a href="/overview/capabilities/text-to-speech" className="text-primary">Learn more about Text to Speech →</a>
    </div>
  </Accordion>

  <Accordion title="Speech to Text" icon="waveform">
    Transcribe Arabic speech into text with word-level timestamps and speaker identification.

    **What you can do:**

    * Generate subtitles for Arabic videos
    * Transcribe meetings and interviews
    * Build voice-enabled applications
    * Create searchable audio archives

    <div className="mt-4">
      <a href="/overview/capabilities/speech-to-text" className="text-primary">Learn more about Speech to Text →</a>
    </div>
  </Accordion>
</AccordionGroup>

## Need help?

<CardGroup cols={1}>
  <Card title="Support" icon="headset" href="https://tryhamsa.com/contact">
    Get help from our team
  </Card>
</CardGroup>
