> ## Documentation Index
> Fetch the complete documentation index at: https://gcore-doc-1894.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-1894/WQHfSF35aNg40KtQ/images/docs/portal-icons/user.svg?fit=max&auto=format&n=WQHfSF35aNg40KtQ&q=85&s=90781be615f4b2840c7349dee6160803" 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-1894/WQHfSF35aNg40KtQ/images/docs/portal-icons/dev-tools.svg?fit=max&auto=format&n=WQHfSF35aNg40KtQ&q=85&s=42e4ce8cc82e05d7235201ccc5f00436" 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="Colocation" icon="https://mintcdn.com/gcore-doc-1894/vm2SWA_jWjN7U5E7/images/docs/home/colocation.svg?fit=max&auto=format&n=vm2SWA_jWjN7U5E7&q=85&s=45690f72cc8fe4190c48b5aec856b1fd" href="/colocation/overview" width="20" height="20" data-path="images/docs/home/colocation.svg">
        House your own hardware in Gcore Tier II and above data centers worldwide.
      </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="AI" icon="https://mintcdn.com/gcore-doc-1894/WQHfSF35aNg40KtQ/images/docs/portal-icons/ai_infrastructure.svg?fit=max&auto=format&n=WQHfSF35aNg40KtQ&q=85&s=5e6f512e8f35dba733322e28404dab5f" 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="CDN" icon="https://mintcdn.com/gcore-doc-1894/WQHfSF35aNg40KtQ/images/docs/portal-icons/cdn.svg?fit=max&auto=format&n=WQHfSF35aNg40KtQ&q=85&s=f0734ae21988b1139b6bd183866b162a" 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-1894/WQHfSF35aNg40KtQ/images/docs/portal-icons/ddos.svg?fit=max&auto=format&n=WQHfSF35aNg40KtQ&q=85&s=7d49bef202ed8f737d602443e03235c4" 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="Edge Cloud" icon="https://mintcdn.com/gcore-doc-1894/WQHfSF35aNg40KtQ/images/docs/portal-icons/cloud.svg?fit=max&auto=format&n=WQHfSF35aNg40KtQ&q=85&s=d7d55b5ec64e1cf4a1590aa6ea24bf19" 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-1894/WQHfSF35aNg40KtQ/images/docs/portal-icons/shield_proxy.svg?fit=max&auto=format&n=WQHfSF35aNg40KtQ&q=85&s=91568ce86e2fada9bd4f83633d6795f1" 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-1894/WQHfSF35aNg40KtQ/images/docs/portal-icons/fast_edge.svg?fit=max&auto=format&n=WQHfSF35aNg40KtQ&q=85&s=d4fe6ae9cefb4e844789872484b038a2" 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-1894/WQHfSF35aNg40KtQ/images/docs/portal-icons/gclaw.svg?fit=max&auto=format&n=WQHfSF35aNg40KtQ&q=85&s=dbee2c93be1be844c207a975382cc806" 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-1894/WQHfSF35aNg40KtQ/images/docs/portal-icons/basic_vm.svg?fit=max&auto=format&n=WQHfSF35aNg40KtQ&q=85&s=9052abd72d27fbce7af2ec5d5fe80a8c" 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-1894/WQHfSF35aNg40KtQ/images/docs/portal-icons/dns.svg?fit=max&auto=format&n=WQHfSF35aNg40KtQ&q=85&s=1a66eae10b55caa299453b6f3b2a176a" 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-1894/WQHfSF35aNg40KtQ/images/docs/portal-icons/storage.svg?fit=max&auto=format&n=WQHfSF35aNg40KtQ&q=85&s=b9ac91c40e98ab880843b2edd72d4f2f" 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-1894/WQHfSF35aNg40KtQ/images/docs/portal-icons/streaming.svg?fit=max&auto=format&n=WQHfSF35aNg40KtQ&q=85&s=30b88ca642dfc0173f72bebea5e831f0" 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-1894/WQHfSF35aNg40KtQ/images/docs/portal-icons/waap.svg?fit=max&auto=format&n=WQHfSF35aNg40KtQ&q=85&s=52cc8dcf9d244618c1f2bc1bbbe8ca4f" 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>
