> ## 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.

# Quickstart

> Launch the first version of your Gamecart store

This guide gives you the shortest path from a new Gamecart account to a storefront that can receive real orders.

It stays high level on purpose. Detailed tutorials will expand each step as the official docs grow.

## Prerequisites

Before you begin, you must have:

* A Gamecart account.
* Access to the dashboard at [dash.gamecart.gg](https://dash.gamecart.gg).
* A game server or delivery workflow ready to receive purchase commands.
* Payment provider credentials for the gateway you plan to enable.

## Get started

<Steps>
  <Step title="Create your store">
    Sign in to the dashboard and create a store with the name, subdomain, and currency you want to use for sales.
  </Step>

  <Step title="Add your first product">
    Create a product with clear pricing, delivery details, and any storefront content your players need before buying.
  </Step>

  <Step title="Configure payments">
    Enable the payment gateway for your region and store currency. Gamecart owns gateway availability and checkout routing.
  </Step>

  <Step title="Connect delivery">
    Install and configure the Gamecart server integration so approved orders can queue delivery commands for your server.
  </Step>

  <Step title="Publish and test">
    Open the storefront, place a controlled test order, and confirm that payment status, order details, and delivery behavior match the dashboard.
  </Step>
</Steps>

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