---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.4
alternate:
  - en/
  - hi/
  - ko/
  - ru/
  - tr/
  - vi/
  - zh/
  - href: en/index.md
    type: text/markdown
    title: Markdown version
  - href: llms.txt
    type: text/markdown
    title: llms.txt
title: Advantages of Yandex Games | Yandex Games SDK
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/games/doc/en/llms.txt


<div class="main-page">

<section class="section">

# Publish your game effortlessly and start earning

<!-- source: en/_includes/script-common.md -->
<!-- source: en/_includes/script/index-js.md -->

<!-- endsource: en/_includes/script/index-js.md -->

<!-- source: en/_includes/script/requirements-js.md -->

<!-- endsource: en/_includes/script/requirements-js.md -->

<!-- source: en/_includes/script/image-modal-js.md -->

<!-- endsource: en/_includes/script/image-modal-js.md -->
<!-- endsource: en/_includes/script-common.md -->

On [Yandex Games](https://yandex.com/games/){.external}, your projects will easily find their audience: no downloads required, free to play. We bring users ourselves — not only from Russia, but from all over the world.

Publishing requirements on Yandex Games are lower than on Google Play and other platforms. For indie developers, this is an easy start and the first tangible money, while for experienced developers and studios, it's an additional source of income without marketing and acquisition costs.

</section>



<section class="section">

## Meet the Yandex Games audience {#stats}

<div class="dashboard">
    <section class="dashboard__card">
        <h3 class="dashboard-card__title">Geography</h3>
        <figure
            class="bar-chart"
            data-items='[
            {"label": "Russia and CIS", "percent": 60, "color": "#7d6bff"},
            {"label": "Other countries", "percent": 40, "color": "#a9bfff"}
            ]'></figure>
    </section>
    <section class="dashboard__card">
        <h3 class="dashboard-card__title">
            Gender and age of players
        </h3>
        <div class="age-genders-chart">
            <figure
                class="bar-chart labels-vertical"
                data-items='[
                    {"label": "Women", "percent": 39, "color": "#91F964"},
                    {"label": "Men", "percent": 61, "color": "#5AF7DE"}
            ]'></figure>
            <figure
                class="age-groups-chart"
                data-items='[
                    { "label": "55+", "percent": 20, "color": "#8875FC" },
                    { "label": "45–54", "percent": 7, "color": "#8875FCCC" },
                    { "label": "35–44", "percent": 49, "color": "#8875FC99" },
                    { "label": "25–34", "percent": 13, "color": "#8875FC66" },
                    { "label": "0–24", "percent": 11, "color": "#8875FC33" }
            ]'></figure>
        </div>
    </section>
    <section class="dashboard__card">
        <h3 class="dashboard-card__title">Platforms</h3>
        <figure
            class="bar-chart labels-space-between"
            data-items='[
            {"label": "Phones", "percent": 50, "color": "#FF7611"},
            {"label": "Computers", "percent": 40, "color": "#FFD43B"},
            {"label": "Tablets and TV", "percent": 10, "color": "#F1A2FF"}
            ]'></figure>
    </section>
    <section
        class="dashboard__card dashboard__card__circle-chart">
        <h3 class="dashboard-card__title">
            Time on the platform
        </h3>
        <div class="dashboard-circle-chart">
            <div class="dashboard-circle-chart__text">
                <p>
                    This is how much time the average user
                    spends on Yandex Games
                </p>
            </div>
            <figure
                class="circle-chart"
                data-minutes="55"></figure>
        </div>
    </section>
</div>

</section>



<section class="section">

## Add the SDK and get to work {#sdk}

Connect the SDK directly or use plugins for integration with popular engines.

<div class="cards-list">
    <a
        href="sdk/sdk-about"
        class="card"
        style="background-image: url('https://yastatic.net/s3/doc-binary/src/dev/games/ru/index/sdk-bg.png')">
        <div class="card__title arrow">
            <h3>SDK</h3>
            <svg
                xmlns="http://www.w3.org/2000/svg"
                xml:space="preserve"
                viewBox="0 0 18 18">
                <path
                    fill="none"
                    stroke-linecap="round"
                    stroke-width="1.5"
                    d="m7 5 4 4-4 4" />
            </svg>
        </div>
        <div class="card__text">
            <p>
                Everything about our SDK and the capabilities it provides
                for game development
            </p>
        </div>
    </a>
    <a
        href="sdk#official-plugins"
        class="card"
        style="background-image: url('https://yastatic.net/s3/doc-binary/src/dev/games/ru/index/plugins-bg.png')">
        <div class="card__title arrow">
            <h3>Plugins</h3>
            <svg
                xmlns="http://www.w3.org/2000/svg"
                xml:space="preserve"
                viewBox="0 0 18 18">
                <path
                    fill="none"
                    stroke-linecap="round"
                    stroke-width="1.5"
                    d="m7 5 4 4-4 4" />
            </svg>
        </div>
    </a>
</div>

</section>



<section class="section">

## Use tools for maximum launch {#doc}

Add your game to the platform through the [Yandex Games Console](https://games.yandex.com/console){.external}.

<div class="cards-list cols-3">
    <a
        href="concepts/quick-start"
        class="card wide"
        style="background-image: url('https://yastatic.net/s3/doc-binary/src/dev/games/ru/index/start-bg.png')">
        <div class="card__title arrow">
            <h3>Quick start</h3>
            <svg
                xmlns="http://www.w3.org/2000/svg"
                xml:space="preserve"
                viewBox="0 0 18 18">
                <path
                    fill="none"
                    stroke-linecap="round"
                    stroke-width="1.5"
                    d="m7 5 4 4-4 4" />
            </svg>
        </div>
        <div class="card__text">
            <p>
                The essentials on how to prepare your game and launch
                it on the platform
            </p>
        </div>
    </a>
    <a href="concepts/requirements" class="card">
        <div class="card__icon">
            <img
                src="https://yastatic.net/s3/doc-binary/src/dev/games/ru/index/requirements.svg"
                alt="Game requirements" />
        </div>
        <div class="card__title arrow">
            <h3>Game requirements</h3>
            <svg
                xmlns="http://www.w3.org/2000/svg"
                xml:space="preserve"
                viewBox="0 0 18 18">
                <path
                    fill="none"
                    stroke-linecap="round"
                    stroke-width="1.5"
                    d="m7 5 4 4-4 4" />
            </svg>
        </div>
        <div class="card__text">
            <p>
                How to pass moderation on the first try, what's allowed
                and what's not
            </p>
        </div>
    </a>
    <a href="console/manage-account" class="card">
        <div class="card__icon">
            <img
                src="https://yastatic.net/s3/doc-binary/src/dev/games/ru/index/account.svg"
                alt="Developer account" />
        </div>
        <div class="card__title arrow">
            <h3>Developer account</h3>
            <svg
                xmlns="http://www.w3.org/2000/svg"
                xml:space="preserve"
                viewBox="0 0 18 18">
                <path
                    fill="none"
                    stroke-linecap="round"
                    stroke-width="1.5"
                    d="m7 5 4 4-4 4" />
            </svg>
        </div>
        <div class="card__text">
            <p>How to register in the Yandex Games Console</p>
        </div>
    </a>
    <a href="console/add-new-game" class="card">
        <div class="card__icon">
            <img
                src="https://yastatic.net/s3/doc-binary/src/dev/games/ru/index/upload.svg"
                alt="Game upload" />
        </div>
        <div class="card__title arrow">
            <h3>Game upload</h3>
            <svg
                xmlns="http://www.w3.org/2000/svg"
                xml:space="preserve"
                viewBox="0 0 18 18">
                <path
                    fill="none"
                    stroke-linecap="round"
                    stroke-width="1.5"
                    d="m7 5 4 4-4 4" />
            </svg>
        </div>
        <div class="card__text">
            <p>
                How to fill out the draft, choose promotional materials
                and write texts
            </p>
        </div>
    </a>
    <a href="services/about-monetization" class="card">
        <div class="card__icon">
            <img
                src="https://yastatic.net/s3/doc-binary/src/dev/games/ru/index/monetization.svg"
                alt="Monetization" />
        </div>
        <div class="card__title arrow">
            <h3>Monetization</h3>
            <svg
                xmlns="http://www.w3.org/2000/svg"
                xml:space="preserve"
                viewBox="0 0 18 18">
                <path
                    fill="none"
                    stroke-linecap="round"
                    stroke-width="1.5"
                    d="m7 5 4 4-4 4" />
            </svg>
        </div>
        <div class="card__text">
            <p>
                How to earn money from advertising and in-app purchases
            </p>
        </div>
    </a>
</div>

</section>



<section class="section">

## Stay updated {#news}

- Chat with like-minded people and Yandex Games developers on the [Discord server](https://discord.gg/8hJsqQ2jmC){.external}.
- Follow the news on [LinkedIn](https://www.linkedin.com/company/yandexgames/){.external} and [YouTube](https://www.youtube.com/@yandexgamesdev){.external}.

</section>

</div>
