> ## 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.

#  

<div className="relative overflow-hidden" style={{marginTop: "-3rem"}}>
  <div className="absolute inset-0 bg-gradient-to-b from-blue-500/12 via-transparent to-transparent" />

  <div className="absolute top-0 left-1/2 -translate-x-1/2 h-72 w-72 rounded-full bg-blue-500/12 blur-3xl" />

  <div className="relative px-6 pt-16 pb-10 lg:pt-24 lg:pb-14 max-w-6xl mx-auto text-center">
    <div className="inline-flex items-center rounded-full border border-blue-400/20 bg-blue-400/10 px-3 py-1 text-sm text-blue-200">
      Sympana Connector Docs
    </div>

    <h1 className="mt-6 text-4xl lg:text-6xl font-semibold tracking-tight text-white">
      Install and launch <span className="text-blue-300">Sympana Connector</span>.
    </h1>

    <p className="mt-5 max-w-2xl mx-auto text-base lg:text-lg leading-8 text-zinc-300">
      Install, configure, and run AI calling workflows.
    </p>
  </div>
</div>

<div className="max-w-6xl mx-auto px-6 pb-6">
  <Columns cols={3}>
    <Card title="Install Sympana Connector" href="https://marketplace.gohighlevel.com/integration/6822fb63c32178f1f1b0eacb/versions/6822fb63c32178f1f1b0eacb">
      Start in the GoHighLevel Marketplace and install Sympana Connector in your account.
    </Card>

    <Card title="Use Retell" href="/sympana-connector-retell/how-to-connect-sympana-to-retell-ai">
      Follow the full Retell setup path from connection through functions, variables, webhook setup, and examples.
    </Card>

    <Card title="Use Vapi" href="/sympana-connector-vapi/how-to-connect-sympana-to-vapi">
      Follow the full Vapi setup path from connection through functions, variables, webhook setup, and examples.
    </Card>
  </Columns>
</div>

<div className="max-w-6xl mx-auto px-6 pb-8">
  <Columns cols={3}>
    <Card title="Build workflows" href="/automation-playbook">
      Learn the right architecture, action order, testing flow, and best practices before you scale.
    </Card>

    <Card title="Set up functions" href="/functions-overview">
      Learn how functions work and how to configure them without introducing brittle behavior.
    </Card>

    <Card title="Get implementation help" href="/implementation-by-sympana">
      Work with Sympana directly if you want hands-on help getting your system live faster.
    </Card>
  </Columns>
</div>

<div className="max-w-5xl mx-auto px-6 pb-8">
  <Columns cols={2}>
    <Column>
      <div className="rounded-2xl border border-zinc-800 bg-zinc-950/70 p-6 h-full">
        <p className="text-xs uppercase tracking-[0.2em] text-zinc-500">Recommended path</p>
        <h2 className="mt-3 text-2xl font-semibold text-white">The fastest clean route to launch</h2>

        <ol className="mt-5 space-y-3 text-zinc-300 list-decimal list-inside">
          <li>Install Sympana Connector in GoHighLevel.</li>
          <li>Choose Retell or Vapi and stay on that path.</li>
          <li>Complete the platform setup guides.</li>
          <li>Configure functions only where your workflow actually needs them.</li>
          <li>Build using the recommended workflow architecture.</li>
          <li>Test before you go live.</li>
        </ol>
      </div>
    </Column>

    <Column>
      <div className="rounded-2xl border border-zinc-800 bg-zinc-950/70 p-6 h-full">
        <p className="text-xs uppercase tracking-[0.2em] text-zinc-500">If you are stuck</p>
        <h2 className="mt-3 text-2xl font-semibold text-white">Know where to go next</h2>

        <div className="mt-5 space-y-4 text-zinc-300">
          <div>
            <p className="font-medium text-white">Need a quick product overview?</p>
            <p className="text-sm text-zinc-400">Start with <a href="/what-sympana-connector-can-do">What Sympana Connector Can Do</a>.</p>
          </div>

          <div>
            <p className="font-medium text-white">Need to understand the limits?</p>
            <p className="text-sm text-zinc-400">Read <a href="/what-sympana-connector-cannot-do">What Sympana Connector Cannot Do</a>.</p>
          </div>

          <div>
            <p className="font-medium text-white">Need fast self-serve help?</p>
            <p className="text-sm text-zinc-400">Use <a href="/ask-ai">Ask AI</a> for quick guidance alongside the docs.</p>
          </div>

          <div>
            <p className="font-medium text-white">Need human help?</p>
            <p className="text-sm text-zinc-400">Go to <a href="/help-and-support">Help and Support</a> or contact support at <a href="mailto:support@sympana.com">[support@sympana.com](mailto:support@sympana.com)</a>.</p>
          </div>
        </div>
      </div>
    </Column>
  </Columns>
</div>

<div className="max-w-6xl mx-auto px-6 pb-16">
  <Columns cols={2}>
    <Card title="Ask AI" href="/ask-ai" horizontal>
      Use Sympana GPT or the Claude skill if you want the fastest self-serve help.
    </Card>

    <Card title="Support" href="/help-and-support" horizontal>
      Go here for troubleshooting, official resources, FAQs, and escalation paths.
    </Card>
  </Columns>
</div>
