> ## 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 1 — Connect to Studio

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

Go to:

[https://studio.peridotvault.com](https://studio.peridotvault.com)

Connect your wallet to start publishing.

Once connected:

1. Open the dashboard
2. Click **Create New Game**

<Image src="images/1-cts_1.png" alt="Create Mew Game" />

This will create a new draft entry for your game.

You can save your progress at any time using **Save Draft**.
