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

> Explore Plivo docs for voice, SMS, and SIP trunking API integration.

# Home

<div className="w-full">
  <div style={{ display: 'flex', alignItems: 'center', gap: '2rem', flexWrap: 'wrap', maxWidth: '70rem', marginLeft: 'auto', marginRight: 'auto', padding: '4rem 1.25rem 0.5rem' }}>
    <div style={{ flex: '1 1 340px', minWidth: '280px', textAlign: 'left' }}>
      <div className="text-gray-900 dark:text-white" style={{ fontFamily: "'Sora', ui-sans-serif, system-ui, sans-serif", fontWeight: '600', fontSize: 'clamp(30px, 3.4vw, 42px)', lineHeight: '1.05', letterSpacing: '-0.02em', margin: '0' }}>
        Plivo <span className="text-primary dark:text-primary-light">Docs</span>
      </div>

      <p className="text-gray-500 dark:text-gray-400" style={{ marginTop: '0.75rem', fontWeight: '400', fontSize: '16px', lineHeight: '1.55', maxWidth: '34rem' }}>
        Guides, API references, and quickstarts to integrate, manage, and optimize your Plivo Voice, Messaging, SIP Trunking, and Voice AI.
      </p>
    </div>

    <div style={{ flex: '0 1 320px', minWidth: '240px' }}>
      <div className="dcon-frame" style={{ position: 'relative', width: '100%', maxWidth: '320px', marginLeft: 'auto' }} aria-hidden="true">
        <div className="dcon">
          <div className="dcon__bar">
            <span className="dcon__led" />

            <span className="dcon__bar-name">plivo/docs.console</span>

            <span className="dcon__bar-tag">
              {'[live]'}
            </span>
          </div>

          <div className="dcon__scope">
            <div className="dcon__trace" />

            <div className="dcon__litmask">
              <div className="dcon__trace dcon__trace--lit" />
            </div>

            <div className="dcon__playhead" />
          </div>

          <div className="dcon__foot"><span>api.plivo.com</span><span className="dcon__foot-v">v2 · stable</span></div>
        </div>
      </div>
    </div>
  </div>
</div>

<div
  style={{marginTop: '4rem', marginBottom: '3rem', maxWidth: '70rem', marginLeft: 'auto',
marginRight: 'auto', paddingLeft: '1.25rem',
paddingRight: '1.25rem' }}
>
  <CardGroup cols={3}>
    <Card title="Build Voice Agents with SIP Trunking" href="/docs/voice-agents/sip-trunking/overview">
      Connect voice AI agents built on platforms like LiveKit, ElevenLabs, and Vapi to the phone network using Plivo SIP trunking
    </Card>

    <Card title="Build Voice Agents with Audio Streaming" href="/docs/voice-agents/audio-streaming/overview">
      Build voice AI agents with frameworks like Pipecat by streaming live call audio over WebSockets
    </Card>

    <Card title="FAQ" href="/docs/faq/messaging/messaging-api">
      Frequently asked questions about Messaging, Account Management, and Billing
    </Card>
  </CardGroup>
</div>
