> ## 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 4 — Upload Builds

> Upload playable versions of your game.

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

PeridotVault supports multiple platform builds.

<Image src="images/4-bu_1.png" alt="Build Upload Interface" />

***

## Supported Platforms

You may upload builds for one or more platforms.

| Platform | Supported |
| -------- | --------- |
| Windows  | ✓         |
| macOS    | ✓         |
| Linux    | ✓         |
| Android  | -         |
| IOS      | -         |
| Web      | ✓         |

***

## Uploading a Version

Click **Upload New Version**.

Then:

1. Upload your build as `.zip`
2. Enter the version number
3. Add description (optional)

Example:

Version: **1.0.0**\
Description: **Initial release build**

***

## System Requirements

Enter the minimum system requirements.

| Field     | Example         |
| --------- | --------------- |
| Processor | Intel i5        |
| Graphics  | GTX 1050        |
| Memory    | 8192 MB (8GB)   |
| Storage   | 12288 MB (12GB) |

Additional notes may also be added if needed.

***

<Warning>Your uploaded file **must be compressed as `.zip`**.</Warning>

Click **Save Draft** once finished.
