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

# Platform Setup

> Choose Retell or Vapi, then follow the correct setup path from connection through webhook and examples.

<div className="max-w-5xl mx-auto pt-4 pb-8">
  <div className="rounded-3xl border border-zinc-800 bg-gradient-to-br from-blue-500/10 via-zinc-950 to-zinc-950 p-8">
    <p className="text-xs uppercase tracking-[0.2em] text-zinc-500">Setup</p>
    <h1 className="mt-3 text-4xl font-semibold tracking-tight text-white">Choose your voice platform and stay on that path.</h1>

    <p className="mt-4 max-w-3xl text-zinc-300 text-lg leading-8">
      If you use Retell, stay in the Retell section. If you use Vapi, stay in the Vapi section. Mixing both paths creates avoidable setup mistakes.
    </p>
  </div>
</div>

<Columns cols={2}>
  <Card title="Retell setup" href="/sympana-connector-retell/how-to-connect-sympana-to-retell-ai">
    Start with the Retell connection guide, then move through functions, variables, webhook setup, and example scripts.
  </Card>

  <Card title="Vapi setup" href="/sympana-connector-vapi/how-to-connect-sympana-to-vapi">
    Start with the Vapi connection guide, then move through functions, variables, webhook setup, and example scripts.
  </Card>
</Columns>

## Recommended order

<Columns cols={2}>
  <Column>
    <div className="rounded-2xl border border-zinc-800 bg-zinc-950/70 p-6 h-full">
      <h3 className="text-xl font-semibold text-white">For either platform</h3>

      <ol className="mt-4 space-y-3 text-zinc-300 list-decimal list-inside">
        <li>Connect your platform.</li>
        <li>Configure function tools.</li>
        <li>Review dynamic variables.</li>
        <li>Confirm webhook behavior.</li>
        <li>Use example scripts only after the core setup works.</li>
      </ol>
    </div>
  </Column>

  <Column>
    <div className="rounded-2xl border border-zinc-800 bg-zinc-950/70 p-6 h-full">
      <h3 className="text-xl font-semibold text-white">What this section covers</h3>

      <ul className="mt-4 space-y-3 text-zinc-300 list-disc list-inside">
        <li>Platform connection setup for Retell and Vapi.</li>
        <li>Function tool setup for each platform.</li>
        <li>Dynamic variables.</li>
        <li>Webhook behavior.</li>
        <li>Example scripts and prompts.</li>
      </ul>
    </div>
  </Column>
</Columns>

<Tip>If you only use one platform, ignore the other section entirely and keep your path simple.</Tip>
