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

# Build and Automate

> Learn workflow structure, triggers, actions, functions, testing, and best practices for Sympana Connector.

<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">Build</p>
    <h1 className="mt-3 text-4xl font-semibold tracking-tight text-white">Build cleaner workflows before you scale them.</h1>

    <p className="mt-4 max-w-3xl text-zinc-300 text-lg leading-8">
      This section is the operating guide for building with Sympana Connector inside GoHighLevel. Use it to choose the right structure, place the right actions, configure functions correctly, and test before launch.
    </p>
  </div>
</div>

<Columns cols={2}>
  <Card title="Recommended workflow architecture" href="/recommended-workflow-architecture">
    Start here if you want the right workflow structure before building anything else.
  </Card>

  <Card title="When to use each trigger and action" href="/when-to-use-each-trigger-and-action">
    Use this to decide which action belongs where and avoid messy automation logic.
  </Card>

  <Card title="Actions reference" href="/automation-triggers-actions">
    Review each action page for Place Call, Smart Selection, Call Completed, Fetch Call Analysis, Update Lead Timezone, and Wait Until Calling Window.
  </Card>

  <Card title="Functions overview" href="/functions-overview">
    Learn how functions fit into the calling experience and how to configure them well.
  </Card>
</Columns>

## Recommended order

<div className="rounded-2xl border border-zinc-800 bg-zinc-950/70 p-6">
  <ol className="space-y-3 text-zinc-300 list-decimal list-inside">
    <li>Recommended Workflow Architecture</li>
    <li>When To Use Each Trigger and Action</li>
    <li>Actions Reference</li>
    <li>Functions Overview</li>
    <li>Function setup guides</li>
    <li>Common Automation Recipes</li>
    <li>Testing Before You Go Live</li>
    <li>Best Practices</li>
  </ol>
</div>

<Info>This section is designed to help you build reliable automations, reduce support headaches, and avoid scaling bad workflow structure.</Info>
