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

# Ask AI

> Use Sympana GPT or the Claude skill alongside the docs for faster self-serve help.

<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">Self-serve help</p>
    <h1 className="mt-3 text-4xl font-semibold tracking-tight text-white">Use AI alongside the docs, not instead of them.</h1>

    <p className="mt-4 max-w-3xl text-zinc-300 text-lg leading-8">
      This page points you to external AI tools that can help you troubleshoot, build workflows, and think through prompt logic faster.
    </p>
  </div>
</div>

<Columns cols={2}>
  <Card title="Open Sympana GPT" href="https://chatgpt.com/g/g-690a891f068c8191b625e0672cb35454-sympana-connector-gpt">
    Best if you want a ChatGPT-based assistant while working through the docs.
  </Card>

  <Card title="Download the Claude skill" href="https://raw.githubusercontent.com/SympanaLLC/Sympana_Connector/main/skills/sympana%20connector%20skill.md.zip">
    Best if you want Claude-based help and workflow support outside the docs site.
  </Card>
</Columns>

<div className="mt-8 rounded-2xl border border-zinc-800 bg-zinc-950/70 p-6">
  <h2 className="text-2xl font-semibold text-white">Before you click anything</h2>

  <ul className="mt-4 space-y-3 text-zinc-300 list-disc list-inside">
    <li>Sympana GPT opens in ChatGPT.</li>
    <li>The Claude skill is a separate download, not an in-docs chat.</li>
    <li>These tools help you work faster, but they do not replace the docs completely.</li>
  </ul>
</div>

<Tip>Recommended models: GPT 5.4 extended thinking high for Sympana GPT, and Opus 4.6 for Claude workflows.</Tip>
