> ## Documentation Index
> Fetch the complete documentation index at: https://gcore-doc-1256a.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Gcore product documentation

export const HomeHelpBar = () => {
  return <div className="homepage_help not-prose">
      <div className="homepage_help_separator" aria-hidden="true" />
      <div className="homepage_help_inner">
        <p className="homepage_help_text">
          <span className="homepage_help_lead">Need help?</span>
          {" "}
          We're here 24/7, including holidays.
        </p>
        <nav className="homepage_help_actions" aria-label="Contact options">
          <a href="https://support.gcore.com/hc/en-us/requests/new" className="homepage_help_button">
            Open a ticket
          </a>
          <a href="https://discord.gg/gcore" className="homepage_help_button">
            Discord
          </a>
        </nav>
      </div>
    </div>;
};

export const GcoreHero = () => {
  return <section className="gcore_hero not-prose w-full">
      <div className="gcore_hero_inner mx-auto flex w-full max-w-6xl flex-col items-center gap-3 text-center">
        <h1 className="gcore_hero_title text-center font-bold">
          <span className="text-orange-600">Gcore</span>
          <span className="text-gray-800 dark:text-white"> Documentation</span>
        </h1>
        <p className="gcore_hero_subtitle w-full max-w-2xl text-center text-neutral-700 dark:text-neutral-300">
          Build, scale, and protect your applications at the edge.
        </p>
      </div>
    </section>;
};

export const HomeWrapper = ({children}) => {
  return <div className="homepage_wrapper">
      {children}
    </div>;
};

<HomeWrapper>
  <GcoreHero />

  ***

  <div className="homepage_account_bar not-prose">
    <CardGroup cols={3}>
      <Card horizontal title="Account Settings" icon="https://mintcdn.com/gcore-doc-1256a/zU-Vpxi_ehZUP3s9/images/docs/portal-icons/user.svg?fit=max&auto=format&n=zU-Vpxi_ehZUP3s9&q=85&s=363619f2a10c9a067ea93016d0dba883" href="/account-settings" width="20" height="20" data-path="images/docs/portal-icons/user.svg">
        Manage users, access, and account-level configuration.
      </Card>

      <Card horizontal title="Developer Tools" icon="https://mintcdn.com/gcore-doc-1256a/zU-Vpxi_ehZUP3s9/images/docs/portal-icons/dev-tools.svg?fit=max&auto=format&n=zU-Vpxi_ehZUP3s9&q=85&s=98ba6fa3b471bf4db06a1bb18cff6515" href="/developer-tools" width="20" height="20" data-path="images/docs/portal-icons/dev-tools.svg">
        Provision and manage Gcore resources with Terraform and the MCP server.
      </Card>

      <Card horizontal title="API Reference" icon="https://mintcdn.com/gcore-doc-1256a/zU-Vpxi_ehZUP3s9/images/docs/portal-icons/api_reference.svg?fit=max&auto=format&n=zU-Vpxi_ehZUP3s9&q=85&s=e05b6d0e8fcfbb8de16e48cafbf1559a" href="/api-reference/overview" width="20" height="20" data-path="images/docs/portal-icons/api_reference.svg">
        Browse REST APIs, authentication, and integration guides.
      </Card>
    </CardGroup>
  </div>

  <div className="homepage_product_cards not-prose">
    <p className="homepage_explore_products_heading">EXPLORE PRODUCTS</p>

    <CardGroup cols={4}>
      <Card horizontal title="CDN" icon="https://mintcdn.com/gcore-doc-1256a/zU-Vpxi_ehZUP3s9/images/docs/portal-icons/cdn.svg?fit=max&auto=format&n=zU-Vpxi_ehZUP3s9&q=85&s=570299c7a6594178cc90a86506964628" href="/cdn" width="20" height="20" data-path="images/docs/portal-icons/cdn.svg">
        Deliver content globally with caching and acceleration.
      </Card>

      <Card horizontal title="DDoS Protection" icon="https://mintcdn.com/gcore-doc-1256a/zU-Vpxi_ehZUP3s9/images/docs/portal-icons/ddos.svg?fit=max&auto=format&n=zU-Vpxi_ehZUP3s9&q=85&s=5c1707567de754da81dd73f1f23e930e" href="/ddos-protection" width="20" height="20" data-path="images/docs/portal-icons/ddos.svg">
        Mitigate volumetric attacks on your infrastructure.
      </Card>

      <Card horizontal title="AI" icon="https://mintcdn.com/gcore-doc-1256a/zU-Vpxi_ehZUP3s9/images/docs/portal-icons/ai_infrastructure.svg?fit=max&auto=format&n=zU-Vpxi_ehZUP3s9&q=85&s=81d69cd7a30fa31e3727dcd299661eb4" href="/edge-ai" width="20" height="20" data-path="images/docs/portal-icons/ai_infrastructure.svg">
        Run and deploy AI models across edge and cloud with low latency.
      </Card>

      <Card horizontal title="Edge Cloud" icon="https://mintcdn.com/gcore-doc-1256a/zU-Vpxi_ehZUP3s9/images/docs/portal-icons/cloud.svg?fit=max&auto=format&n=zU-Vpxi_ehZUP3s9&q=85&s=f68ccfbe232fe559134195ff08cfd2af" href="/cloud" width="20" height="20" data-path="images/docs/portal-icons/cloud.svg">
        Provision compute resources globally for scalable workloads.
      </Card>

      <Card horizontal title="Edge Proxy" icon="https://mintcdn.com/gcore-doc-1256a/zU-Vpxi_ehZUP3s9/images/docs/portal-icons/shield_proxy.svg?fit=max&auto=format&n=zU-Vpxi_ehZUP3s9&q=85&s=952fccb4419f89c0768f2c740afba404" href="/edge-proxy" width="20" height="20" data-path="images/docs/portal-icons/shield_proxy.svg">
        Network-layer protection and traffic routing for your services.
      </Card>

      <Card horizontal title="FastEdge" icon="https://mintcdn.com/gcore-doc-1256a/zU-Vpxi_ehZUP3s9/images/docs/portal-icons/fast_edge.svg?fit=max&auto=format&n=zU-Vpxi_ehZUP3s9&q=85&s=07089fc3792ec0c4f2180609a0421067" href="/fastedge" width="20" height="20" data-path="images/docs/portal-icons/fast_edge.svg">
        Run serverless logic at the edge using WebAssembly.
      </Card>

      <Card horizontal title="Gclaw" icon="https://mintcdn.com/gcore-doc-1256a/zU-Vpxi_ehZUP3s9/images/docs/portal-icons/gclaw.svg?fit=max&auto=format&n=zU-Vpxi_ehZUP3s9&q=85&s=63c8171b3bfb77b9f524a45b32f97f42" href="/gclaw" width="20" height="20" data-path="images/docs/portal-icons/gclaw.svg">
        Launch AI agents instantly.
      </Card>

      <Card horizontal title="Hosting" icon="https://mintcdn.com/gcore-doc-1256a/zU-Vpxi_ehZUP3s9/images/docs/portal-icons/basic_vm.svg?fit=max&auto=format&n=zU-Vpxi_ehZUP3s9&q=85&s=c41d3ca66c2bb5799360f3f5b468543c" href="/hosting" width="20" height="20" data-path="images/docs/portal-icons/basic_vm.svg">
        Host websites and backend services on managed platforms.
      </Card>

      <Card horizontal title="Managed DNS" icon="https://mintcdn.com/gcore-doc-1256a/zU-Vpxi_ehZUP3s9/images/docs/portal-icons/dns.svg?fit=max&auto=format&n=zU-Vpxi_ehZUP3s9&q=85&s=a56434bcb4873a76506c01bd1c932c3e" href="/dns" width="20" height="20" data-path="images/docs/portal-icons/dns.svg">
        Manage DNS zones and routing with high availability.
      </Card>

      <Card horizontal title="Object Storage" icon="https://mintcdn.com/gcore-doc-1256a/zU-Vpxi_ehZUP3s9/images/docs/portal-icons/storage.svg?fit=max&auto=format&n=zU-Vpxi_ehZUP3s9&q=85&s=9d3996ec70e4d2421daea782758e101c" href="/storage" width="20" height="20" data-path="images/docs/portal-icons/storage.svg">
        Store and manage large-scale data with high availability.
      </Card>

      <Card horizontal title="Streaming" icon="https://mintcdn.com/gcore-doc-1256a/zU-Vpxi_ehZUP3s9/images/docs/portal-icons/streaming.svg?fit=max&auto=format&n=zU-Vpxi_ehZUP3s9&q=85&s=d34fcff63e8c296028796850b371808f" href="/streaming" width="20" height="20" data-path="images/docs/portal-icons/streaming.svg">
        Deliver live and on-demand video globally.
      </Card>

      <Card horizontal title="WAAP" icon="https://mintcdn.com/gcore-doc-1256a/zU-Vpxi_ehZUP3s9/images/docs/portal-icons/waap.svg?fit=max&auto=format&n=zU-Vpxi_ehZUP3s9&q=85&s=e0f189a54a6f173ac7cdceb5dc404aa2" href="/waap" width="20" height="20" data-path="images/docs/portal-icons/waap.svg">
        Protect web applications and APIs from L7 attacks.
      </Card>
    </CardGroup>
  </div>

  <HomeHelpBar />
</HomeWrapper>
