# Quick start

Use this checklist to publish your game in the Playgama catalog and prepare it for distribution across partner platforms.

#### **Step 1. Register as a Developer**

* Visit the [developer portal](https://developer.playgama.com/).
* Click "Sign Up".
* Confirm that you accept the terms and create your account.
* Verify your email address.

#### **Step 2. Add Playgama Bridge SDK**

* Make sure your game meets the [game requirements](/playgama/game-requirements/game-self-check.md).
* [Integrate the Playgama Bridge SDK](/playgama/sdk/getting-started.md). It handles ads, progress saving, platform messages, and other features required for distribution.
* When the game meets the requirements and the SDK is integrated, continue to upload.

#### **Step 3. Upload Your Game**

Upload your game by clicking "Add Game" in your [developer account](https://developer.playgama.com/). The form is straightforward; detailed field-by-field instructions are available in [Submitting a game](/playgama/submitting-a-game.md). After upload, use the QA Tool to test the build before moderation.

#### **Step 4. Await Moderation**

Our support team will contact you, create a chat in your preferred messenger, and guide you through moderation. Use this chat to track status, ask questions, and make requested adjustments.

#### **Step 5. Receive Payments**

Use reports to track performance across platforms and receive regular payouts from one Playgama account.


---

# 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/quick-start.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.
