# Documentation (/docs)

> Build powerful AI voice agents with OmniDimension. Guides, API reference, and integration recipes for the entire platform.





<div className="not-prose mb-16 grid gap-4 sm:grid-cols-3">
  <a href="/docs/get-started/quickstart" className="docs-tile group">
    <span className="docs-tile-icon">
      <Rocket className="size-5" />
    </span>

    <div className="docs-tile-title">
      Quickstart
    </div>

    <div className="docs-tile-desc">
      First request in five minutes.
    </div>

    <span className="docs-tile-arrow">
      <ArrowRight className="size-4" />
    </span>
  </a>

  <a href="/docs/api-reference" className="docs-tile group">
    <span className="docs-tile-icon">
      <Code2 className="size-5" />
    </span>

    <div className="docs-tile-title">
      API reference
    </div>

    <div className="docs-tile-desc">
      Interactive playground for every endpoint.
    </div>

    <span className="docs-tile-arrow">
      <ArrowRight className="size-4" />
    </span>
  </a>

  <a href="/docs/examples" className="docs-tile group">
    <span className="docs-tile-icon">
      <Sparkles className="size-5" />
    </span>

    <div className="docs-tile-title">
      Examples
    </div>

    <div className="docs-tile-desc">
      End-to-end agents you can copy.
    </div>

    <span className="docs-tile-arrow">
      <ArrowRight className="size-4" />
    </span>
  </a>
</div>

## Build [#build]

<Cards>
  <Card icon="<Bot />" title="Configure your agent" href="/docs/dashboard-guides/configure-your-agent" description="Sections, instructions, welcome message, and conversational flow patterns." />

  <Card icon="<HeadphonesIcon />" title="Voices and languages" href="/docs/dashboard-guides/voices-and-languages" description="1000+ voices, 90+ languages, persona categories, and multilingual support." />

  <Card icon="<Hash />" title="Numbers shop" href="/docs/dashboard-guides/numbers-shop" description="Buy phone numbers in 70+ countries and assign them to agents." />

  <Card icon="<BookOpen />" title="Knowledge base" href="/docs/dashboard-guides/knowledge-base" description="Ground your agent's responses in your own documents and policies." />
</Cards>

## Connect [#connect]

<Cards>
  <Card icon="<PhoneOutgoing />" title="Bulk calls" href="/docs/bulk-calls" description="Outbound campaigns from CSV or via a real-time dynamic queue." />

  <Card icon="<Phone />" title="Telephony" href="/docs/telephony" description="SIP trunking with Twilio, RingCentral, Vonage, plus Exotel imports." />

  <Card icon="<WhatsAppIcon className=&#x22;size-5&#x22; />" title="WhatsApp" href="/docs/whatsapp" description="Phone WhatsApp via QR or WhatsApp Cloud API via Meta credentials." />

  <Card icon="<Plug />" title="Integrations" href="/docs/integrations" description="HubSpot, Salesforce, Slack, Cal.com, Google Calendar, Zapier, custom APIs." />
</Cards>

## Reference [#reference]

<Cards>
  <Card icon="<LayoutDashboard />" title="API reference" href="/docs/api-reference" description="Endpoint reference for agents, calls, numbers, knowledge base, and integrations." />

  <Card icon="<Video />" title="Tutorials" href="/docs/tutorials" description="Video walkthroughs for the most common build steps." />

  <Card icon="<Sparkles />" title="Examples" href="/docs/examples" description="End-to-end use cases across healthcare, real estate, recruitment, and more." />
</Cards>
