# Quick start

Publish your game in the Playgama catalog and start earning by following the steps below:

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

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

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

* First, ensure your game meets the [requirements](/playgama/submitting-a-game.md).
* Be sure to [integrate the SDK](/playgama/sdk/getting-started.md) code to make your game compatible. The SDK allows for ad integration, progress saving, and other useful features for both you and the player. With a single Playgama SDK, you can distribute your game across all our partner platforms.
* If your game fully meets the requirements and has the Playgama SDK integrated, proceed to step 3.

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

Upload your game to the Playgama server by clicking on "Add Game" button in your [personal account](https://developer.playgama.com/). The upload process is straightforward and intuitive, but if you need detailed instructions, you can find them [here](/playgama/submitting-a-game.md). After uploading your game, you’ll be able to test it thoroughly using our comprehensive QA Tool.

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

Our support team will contact you, create a chat in your preferred messenger, and guide you through the further process. In this chat, you can track the status of moderation, request any information you need, and make necessary adjustments.

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

Monitor reports to see how people are playing your game across various platforms and receive regular payouts from a single Playgama account, even if your games are distributed across multiple platforms.


---

# 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.
