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

# Docs

> Symbiotic Security product documentation

<div className="relative overflow-hidden px-6 py-24 sm:py-16 lg:px-8 max-w-7xl mx-auto">
  <div className="mx-auto max-w-4xl text-center">
    <h1 className="homepage-title text-5xl tracking-tighter text-gray-900 dark:text-white sm:text-7xl">
      Symbiotic Security <br className="hidden sm:block" />
      <span className="text-primary dark:text-primary-light">Documentation</span>
    </h1>

    <p className="mt-6 text-md leading-8 text-gray-600 dark:text-gray-400 mx-auto">
      All the help you need to get started with our products
    </p>
  </div>
</div>

<div className="mx-auto max-w-4xl pb-20 px-6 border-b border-gray-200 dark:border-white/10">
  <div className="grid grid-cols-1 sm:grid-cols-2 gap-4">
    <a href="/code/get_started" className="group p-6 border border-gray-200 dark:border-white/20 hover:border-primary/50 hover:bg-gray-50 dark:hover:bg-white/10 transition-all">
      <div className="flex flex-row gap-4">
        <img src="https://mintcdn.com/symbioticsecurity/_OIBN1u6oD7PglgI/images/icons/symbiotic-code.svg?fit=max&auto=format&n=_OIBN1u6oD7PglgI&q=85&s=e1030ea554262bdf4e450ce0280877f0" alt="Symbiotic Code" className="w-8 h-8 shrink-0 mt-1" data-theme-icon="true" width="24" height="24" data-path="images/icons/symbiotic-code.svg" />

        <div className="flex flex-col gap-2">
          <div className="flex flex-col gap-0">
            <h3 className="text-lg font-semibold text-gray-900 dark:text-white">Code</h3>
            <p className="text-md text-gray-800 dark:text-white/80">Natively secure coding agent</p>
          </div>

          <p className="text-sm text-gray-600 dark:text-white/60 mt-1">Build software securely from the ground up with AI-powered guardrails and embedded security tools.</p>
        </div>
      </div>
    </a>

    <a href="/flow/devs/intro/" className="group p-6 border border-gray-200 dark:border-white/20 hover:border-primary/50 hover:bg-gray-50 dark:hover:bg-white/10 transition-all">
      <div className="flex flex-row gap-4">
        <img src="https://mintcdn.com/symbioticsecurity/_OIBN1u6oD7PglgI/images/icons/symbiotic-flow.svg?fit=max&auto=format&n=_OIBN1u6oD7PglgI&q=85&s=a4190bc3d04e82d295430ee4ae3f8e1b" alt="Symbiotic Flow" className="w-8 h-8 shrink-0 mt-1" data-theme-icon="true" width="24" height="24" data-path="images/icons/symbiotic-flow.svg" />

        <div className="flex flex-col gap-2">
          <div className="flex flex-col gap-0">
            <h3 className="text-lg font-semibold text-gray-900 dark:text-white">Flow</h3>
            <p className="text-md text-gray-800 dark:text-white/80">Comprehensive vulnerability scanner</p>
          </div>

          <p className="text-sm text-gray-600 dark:text-white/60 mt-1">Detect and remediate vulnerabilities from your IDE and CI/CD pipelines.</p>
        </div>
      </div>
    </a>
  </div>
</div>

<div className="max-w-4xl mx-auto px-6 py-20">
  <div className="grid grid-cols-1 md:grid-cols-1 gap-16 items-start">
    <div>
      <h3 className="text-xl font-semibold tracking-tight text-gray-900 dark:text-white mb-4">
        Enterprise security & privacy
      </h3>

      <p className="text-gray-600 tracking-tight dark:text-gray-400 mb-6">
        We take your code and data privacy seriously. Learn how we handle your data, what's collected, and how we ensure maximum security.
      </p>

      <a href="/privacy" className="block p-6 border border-gray-200 dark:border-white/20 hover:border-primary/50 hover:bg-gray-50 dark:hover:bg-white/10 transition-all">
        <div className="flex flex-row gap-4">
          <img src="https://mintcdn.com/symbioticsecurity/_OIBN1u6oD7PglgI/images/icons/privacy.svg?fit=max&auto=format&n=_OIBN1u6oD7PglgI&q=85&s=0fe58baa9657a75eb9f593ca10670188" alt="Privacy & Security Center" className="w-8 h-8 shrink-0 mt-1" data-theme-icon="true" width="24" height="24" data-path="images/icons/privacy.svg" />

          <div className="flex flex-col gap-0.5">
            <h4 className="text-md font-semibold text-gray-900 dark:text-white">Privacy & security center</h4>
            <p className="text-sm text-gray-800 dark:text-white/80">Learn how we protect your data</p>
          </div>
        </div>
      </a>
    </div>

    <div className="bg-gray-50 dark:bg-white/5 p-6 border border-gray-200 dark:border-white/10">
      <h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-2">
        Need help?
      </h3>

      <p className="text-gray-600 dark:text-white/80 mb-6 text-sm">
        Contact us using the dedicated Slack channel or email us at <span className="text-primary underline dark:text-primary-light">[support@symbioticsec.ai](mailto:support@symbioticsec.ai)</span>
      </p>

      <div>
        <Tip>
          If your problem concerns the extension, we suggest you generate a [Support Bundle](/flow/devs/support/support_bundle) before contacting us.
        </Tip>
      </div>
    </div>
  </div>
</div>
