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

# Introduction

> Get started with Forge and learn how to build and integrate your game systems

<img className="block dark:hidden" src="https://mintcdn.com/forge/6FDauhoreGw-hoqJ/images/hero-light.svg?fit=max&auto=format&n=6FDauhoreGw-hoqJ&q=85&s=bb0c2f3b1c0f3656df0840d5c6bea3c7" alt="Hero Light" width="700" height="320" data-path="images/hero-light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/forge/6FDauhoreGw-hoqJ/images/hero-dark.svg?fit=max&auto=format&n=6FDauhoreGw-hoqJ&q=85&s=ee6b250e4fd7bd62615c219ec9806a67" alt="Hero Dark" width="700" height="320" data-path="images/hero-dark.svg" />

## Setting up

Design the components of your game.

<CardGroup cols={2}>
  <Card title="Create Classifiers" icon="layer-group" href="/essentials/classifiers">
    Group items based on characteristics and usage restrictions.
  </Card>

  <Card title="Attributes" icon="sliders" href="/essentials/attributes">
    Add stats to your items, such as damage, health, or rarity.
  </Card>

  <Card title="Create Items" icon="sword" href="/essentials/items">
    Items are the loot players will find in your game
  </Card>

  <Card title="Create Spaces" icon="box-open" href="/essentials/spaces">
    Define virtual boxes for items to live in. This is your inventory, stash,
    etc...
  </Card>
</CardGroup>

## Utilize your creations

Bring your forge components into your game.

<CardGroup cols={2}>
  <Card title="Access Control" icon="lock" href="/integration/access-control">
    Secure your API requests and manage your team’s secrets.
  </Card>

  <Card title="Rolling" icon="dice" href="/integration/roll">
    Use rolling to dynamically determine drops and outcomes in your game.
  </Card>

  <Card title="Item Instances" icon="clone" href="/api-reference/item-instances">
    Manage individual items, track ownership, and move them between spaces.
  </Card>

  <Card title="Create Users" icon="users" href="/api-reference/users">
    Create users and assign spaces to them
  </Card>
</CardGroup>
