---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.com/dev/games/doc/en/sdk/unity/progress-saving.md
  - https://yandex.com/dev/games/doc/hi/sdk/unity/progress-saving.md
  - https://yandex.com/dev/games/doc/ko/sdk/unity/progress-saving.md
  - https://yandex.com/dev/games/doc/ru/sdk/unity/progress-saving.md
  - https://yandex.com/dev/games/doc/tr/sdk/unity/progress-saving.md
  - https://yandex.com/dev/games/doc/vi/sdk/unity/progress-saving.md
  - https://yandex.com/dev/games/doc/zh/sdk/unity/progress-saving.md
  - href: en/sdk/unity/progress-saving.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

# Cloud saves and data management

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

#|
|| ![](../../_images/icons/video.svg) | Video Tutorial 4: Cloud Saves and Data Management

<div class="cut-button">

{% cut "Watch the video" %}

The video is in Russian, but you can enable automatic subtitles on YouTube.

{% list tabs %}

- Yandex

  @[](https://runtime.strm.yandex.ru/player/video/vplv7lqkgm4gplipbdge?autoplay=0&mute=0)

- YouTube

  @[youtube](https://youtu.be/QCgXHR6sBIk?si=dxZzUJ6ZGzwnLFJ-)

{% endlist %}

{% endcut %}

</div>

||
|#

[Progress saving](https://max-games.ru/plugin-yg/doc/storage/?en){.external} helps create a comfortable and diverse gaming experience. You can save game state data (completed levels, experience, in-app purchases, etc.) on Yandex servers or transfer it to your own server. You can also personalize the game using data from the user's profile, such as their name.

In some cases, progress saving is required:
- Players should be able to continue the game after refreshing the page without losing their achievements or records (see [item 1.9](https://yandex.com/dev/games/doc/en/requirements/1/9.md)).
- If the game includes:
  - Story progression
  - Gradual level completion
  - Record-setting gameplay
- If the game is endless (see [item 2.6](https://yandex.com/dev/games/doc/en/concepts/requirements.md#2-6)).

If you use cloud saves, specify this in the draft (see [item 1.11](https://yandex.com/dev/games/doc/en/concepts/requirements.md#1-11)).

