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

# Step 2 — Basic Game Info

> Configure the core metadata for your game before publishing.

export const Image = ({src, alt}) => <img src={src} style={{
  borderRadius: 30,
  maxHeight: 500,
  objectFit: "cover",
  width: "100%",
  objectPosition: "top"
}} alt={alt} />;

After creating a new game, the first step is filling in the **Basic Information** section.

This metadata will appear on the **PeridotVault Store page** and helps players discover your game.

<Image src="images/2-bi_1.png" alt="Basic Info Form" />

***

## Fields

| Field        | Description                                           |
| ------------ | ----------------------------------------------------- |
| Game ID      | Automatically generated identifier. Cannot be edited. |
| Game Name    | The public title of your game.                        |
| Description  | A short explanation of your game and gameplay.        |
| Required Age | Minimum recommended player age.                       |
| Website URL  | Optional link to your official website.               |
| Categories   | Select up to **3 categories** for discovery.          |
| Tags         | Keywords that help users find your game.              |

***

## Categories

Categories help organize games in the store.

You can choose **up to 3**.

Examples:

* Action
* RPG
* Strategy
* Indie
* Adventure

***

## Tags

Tags are used for search and recommendations.

You can:

• select existing tags\
• create custom tags

Examples:

* Pixel Art
* Multiplayer
* Roguelike
* Co-op

***

## Saving Your Progress

You can safely leave the editor anytime by clicking:

**Save Draft**

All progress will be stored in your developer dashboard.

<Info>
  Game drafts are **not visible publicly** until the game is published.
</Info>

Once finished, click: **Next**
