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

# Gecko Security

> An AI security engineer that finds real, exploitable vulnerabilities in your code, and ships the fix.

<div className="mx-auto w-full max-w-5xl px-6 pb-24">
  <div className="flex flex-col items-center text-center pt-16 pb-10">
    <img className="h-11 block dark:hidden" src="https://mintcdn.com/geckosecurity/yARtoliJjmRjBzbE/logo/light.svg?fit=max&auto=format&n=yARtoliJjmRjBzbE&q=85&s=67e9cb24fbbd2375503f584eb9b8e9a3" alt="Gecko Security" noZoom width="8490" height="2502" data-path="logo/light.svg" />

    <img className="h-11 hidden dark:block" src="https://mintcdn.com/geckosecurity/yARtoliJjmRjBzbE/logo/dark.svg?fit=max&auto=format&n=yARtoliJjmRjBzbE&q=85&s=e119bba47a90cd2537ca172197d3d3fb" alt="Gecko Security" noZoom width="8490" height="2502" data-path="logo/dark.svg" />

    <p className="mt-7 max-w-xl text-lg text-gray-500 dark:text-gray-400">
      Find real, exploitable vulnerabilities in your code. Fix what matters.
    </p>

    <div className="hero-ctas">
      [Get started](/quick-start) [How it works](/how-gecko-works)
    </div>
  </div>

  <h2 className="mt-6 mb-1 text-xl font-semibold">Get started</h2>
  <p className="mb-5 text-gray-500 dark:text-gray-400">Connect a repository and review real findings in minutes.</p>

  <CardGroup cols={3}>
    <Card title="Quick start" icon="rocket" href="/quick-start" horizontal>
      Connect, scan, triage, fix.
    </Card>

    <Card title="How Gecko works" icon="diagram-project" href="/how-gecko-works" horizontal>
      The agent pipeline, end to end.
    </Card>

    <Card title="Connect your code" icon="code-branch" href="/connect/github" horizontal>
      GitHub, GitLab, or a public URL.
    </Card>
  </CardGroup>

  <h2 className="mt-14 mb-1 text-xl font-semibold">Understand & fix findings</h2>
  <p className="mb-5 text-gray-500 dark:text-gray-400">What Gecko reports, and how to drive it to zero.</p>

  <CardGroup cols={2}>
    <Card title="Findings explained" icon="book" href="/concepts/findings">
      Confidence, severity, call chains, and the status lifecycle.
    </Card>

    <Card title="Deep vs PR scans" icon="layer-group" href="/concepts/scans">
      Thorough deep scans, multi-repo, and fast PR checks.
    </Card>

    <Card title="Triage & remediation" icon="wrench" href="/findings-remediation">
      Prioritize, fix the root cause, and verify with a rescan.
    </Card>

    <Card title="Auto-fix PRs" icon="wand-magic-sparkles" href="/remediation/auto-fix-prs">
      Ship Gecko's patch as a pull request in one click.
    </Card>
  </CardGroup>

  <h2 className="mt-14 mb-1 text-xl font-semibold">Connect your code</h2>
  <p className="mb-5 text-gray-500 dark:text-gray-400">Bring source control in, including self-managed GitLab behind a firewall.</p>

  <CardGroup cols={2}>
    <Card title="Connect GitHub" icon="github" href="/connect/github">
      GitHub App for GitHub.com, plus GitHub Enterprise Server.
    </Card>

    <Card title="Connect GitLab" icon="gitlab" href="/connect/gitlab">
      GitLab.com, self-managed, and GitLab Dedicated.
    </Card>

    <Card title="Network & IP allowlist" icon="shield-halved" href="/connect/network-allowlist">
      The IPs to allow for IP-restricted instances.
    </Card>

    <Card title="Pull request checks" icon="code-pull-request" href="/scanning/pr-checks">
      Scan every PR and block risky merges.
    </Card>
  </CardGroup>

  <h2 className="mt-14 mb-1 text-xl font-semibold">Operate & extend</h2>
  <p className="mb-5 text-gray-500 dark:text-gray-400">Run Gecko across your org and wire it into your stack.</p>

  <CardGroup cols={2}>
    <Card title="Deployment models" icon="server" href="/deployment/architecture">
      Cloud and hybrid, and what each means for network access.
    </Card>

    <Card title="Teams & permissions" icon="users" href="/teams-permissions">
      Roles and the permission matrix.
    </Card>

    <Card title="SSO & SCIM" icon="key" href="/access/okta-saml-onboarding">
      Okta SAML and automated provisioning.
    </Card>

    <Card title="Integrations" icon="plug" href="/integrations">
      Jira, Linear, Slack, ClickUp, and Shortcut.
    </Card>

    <Card title="API reference" icon="code" href="/api-reference/introduction">
      Automate scans and pull findings with the v1 API.
    </Card>

    <Card title="Billing & plans" icon="credit-card" href="/admin/billing">
      Plans, usage, and feature availability.
    </Card>
  </CardGroup>
</div>
