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

# Introduction

> Official documentation for launching and integrating Gamecart stores

Welcome to the official Gamecart documentation.

Gamecart helps game server owners sell digital products, accept payments, deliver purchases through server integrations, and manage storefront operations from one dashboard.

<img src="https://mintcdn.com/gamecart-acec9933/m8KWPAbnO3g-eMCT/images/gamecart_banner.png?fit=max&auto=format&n=m8KWPAbnO3g-eMCT&q=85&s=9f0b828bfde87602cc648a29138710e0" alt="Gamecart documentation overview" lightAlt="Gamecart documentation overview" darkAlt="Gamecart documentation overview" className="dark:hidden" width="1200" height="630" data-path="images/gamecart_banner.png" />

<img src="https://mintcdn.com/gamecart-acec9933/m8KWPAbnO3g-eMCT/images/gamecart_banner-1.png?fit=max&auto=format&n=m8KWPAbnO3g-eMCT&q=85&s=51c90720c58bc8aa84d05bb68588ab0d" alt="Gamecart documentation overview" lightAlt="Gamecart documentation overview" darkAlt="Gamecart documentation overview" className="hidden dark:block" width="1200" height="630" data-path="images/gamecart_banner-1.png" />

<Info>
  API reference and webhook pages are scoped to verified contracts from the current backend resources, DTOs, and vault contracts.
</Info>

<CardGroup cols={2}>
  <Card title="Launch a store" icon="rocket" href="/quickstart">
    Create your first store, configure products and payments, connect delivery, and publish.
  </Card>

  <Card title="Build with tutorials" icon="book-open" href="/tutorials/overview">
    Follow task-oriented guides for storefront setup, payment configuration, and server delivery.
  </Card>

  <Card title="Use the seller API" icon="code-2" href="/api-reference/overview">
    Read order and payment status contracts for external integrations.
  </Card>

  <Card title="Receive webhooks" icon="radio-tower" href="/webhooks/overview">
    Configure signed order event deliveries and verify payload signatures.
  </Card>
</CardGroup>

## Main paths

<Steps>
  <Step title="Start with the quickstart">
    Use the shortest path to create a store, publish a storefront, and prove the first order flow.
  </Step>

  <Step title="Move into tutorials">
    Expand each setup area with focused guides as confirmed product workflows are documented.
  </Step>

  <Step title="Integrate with verified references">
    Use the seller API, webhooks, and custom gateway pages when building external services.
  </Step>
</Steps>

<Tip>
  Need help while setting up? Join the [Gamecart community](https://discord.gg/gamecart).
</Tip>
