# Submitting a game

Games published in the Playgama catalog are stored on Playgama servers. To add a game, upload a ZIP archive through the game upload form.

You can upload a new game or a game that was previously published on other platforms. The main technical requirement is Playgama Bridge SDK integration.

#### **Step 1. Prepare Your Game**

Check your game against the [self-check](/playgama/game-requirements/game-self-check.md) before uploading.

#### **Step 2. Open the Game Upload Window**

Open your [developer account](https://developer.playgama.com/) and click "Add Game".

#### **Step 3. Complete All Fields**

The support team may adjust descriptions and other fields if needed, but accurate metadata helps the game pass moderation faster.

* **Title\***: This title is displayed in the catalog and used in search. Use a short, memorable 2-4 word name that matches the title shown in the game.
* **Game Engine\***: Specify the engine used for your game.
* **Game Archive\***: Attach a ZIP archive with your game. The archive root must contain `index.html`. The total game size inside the archive must not exceed 300 MB.
* **Description\*:** A brief description of your game. Highlight the main idea, genre, and what makes your game unique.
* **How to play\*:** Short player-facing instructions. Explain the rules, controls, and objectives.
* **Supported Devices\***: Select supported devices and browsers. This is used for automatic catalog filtering. For example, if only Mobile - iOS is selected, Android users will not see the game in the catalog.
* **Screen Orientation:** Specify the supported mobile screen orientation.
* **Game Features:** Select all features that your game includes.
* **Game Languages\***: Specify all languages supported by your game.
* **Media:** Add screenshots, covers, icons, and videos. This field is optional, but good media improves catalog presentation.
* **Distribution\***: In addition to Playgama, your game can be distributed to partner platforms. Review the [platform-specific requirements](/playgama/game-requirements/platform-specific-requirements.md). If you want to exclude certain platforms, select them in the list.
* **Link**: If your game is already published somewhere, please provide a link to it.

After filling out all fields, click "Test Game". The QA Tool will open so you can test the game against platform requirements. If everything works, click "Submit Game" to send the build for moderation. You can still update the game parameters and resubmit after submission.

After submission, the game and moderation status appear on the Dashboard page. If this is your first game, the moderation team will contact you within a few days, create a chat, and provide updates. Publishing on Playgama usually takes 1-5 business days if there are no issues; partner platforms can take up to 2 weeks.

If you need more time during upload or QA, click "Save as Draft". The game will remain on the dashboard with Draft status, and you can return to it later.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.playgama.com/playgama/submitting-a-game.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
