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

# Release updates

<!-- 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 -->

After publishing your game, you can edit its parameters and source code. When you make changes, the game will go through moderation again. During the review, the previously uploaded version of the game will be available in the catalog.

To update your game:

1. Check whether your game meets the [requirements](https://yandex.com/dev/games/doc/en/concepts/requirements.md).

1. <!-- source: en/_includes/console/open-console.md -->
   Access the [Games Console](https://games.yandex.com/console){.external} with your developer account.
   <!-- endsource: en/_includes/console/open-console.md -->

1. Click [Games](https://games.yandex.com/console/applications){.external} in the upper-left corner of the Games Console.
1. Find the game you want to update in the list and click its name.
1. Open the draft:
    - If you're editing the game for the first time, click **Create draft**.
    - If you have a draft, it will open automatically.
    - If the game already has unpublished versions, click the name of one of them.

1. Edit the fields and upload a new archive.

    For a detailed description of the fields, see [Upload a game](https://yandex.com/dev/games/doc/en/console/add-new-game.md).

1. Click the **Submit for moderation** button. The draft will be moved to **Waiting for moderation** status.

    {% note warning %}

    Only one moderation can be in progress at a time: draft, [creative A/B test](https://yandex.com/dev/games/doc/en/concepts/ab-test.md#submit-for-moderation), or [build A/B test](https://yandex.com/dev/games/doc/en/console/ab-builds.md#moderation). While the draft is being reviewed, other types of moderation will be unavailable.

    {% endnote %}

    <!-- source: en/_includes/console/moderation.md -->
    The game will be reviewed for compliance with the [requirements](https://yandex.com/dev/games/doc/en/concepts/requirements.md). [Moderation](https://yandex.com/dev/games/doc/en/concepts/moderation.md) usually takes 3–5 working days.
    <!-- endsource: en/_includes/console/moderation.md -->

    You will see the review results in the Console:

    - If moderation approves the game, its status will change to:

        - **Published**: the game will be published automatically.
        - **Verified**, if the [Postpone publication](https://yandex.com/dev/games/doc/en/console/add-new-game/draft.md#field-delay) option is selected. The **Publish** button will appear on the **Draft** tab.

    - If the game is not approved, the draft status will change to **Rejected**. A notification with the reasons for rejection will be sent to the email linked to your Yandex ID. Make the necessary changes and resubmit the game for review.

    After the draft status changes to **Published**, the new game version will appear in the [Yandex Games](https://yandex.com/games/) catalog. After that, the draft will disappear from the game tree, and the **Create draft** button will appear on the **Draft** tab.

    {% note info %}

    The game status in the [Console](https://games.yandex.com/console){.external} is updated only after reloading the page.

    {% endnote %}
