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

# Installation and usage

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

YandexGamesSDK is a plugin for the Construct 3 engine providing convenient access to the Yandex Games API.

Integration of the SDK is mandatory for successful moderation.

The plugin provides the following capabilities:

- Visual blocks for full interaction with Yandex Games API
- Use of Yandex Games SDK in JavaScript blocks
- Flexible localization of text and assets
- Additional utilities for easier development

## Installation {#install}

1. Download the latest version of the plugin from [GitHub](https://github.com/yandex-games-plugins/construct3/tags){.external}.

2. Open Construct 3.

3. Go to **Menu** → **View** → **Add-ons Manager**.

4. In the window that appears, click **Install new add-on** and select the downloaded `.c3addon` file.

![](../../_images/construct-3/about/addon-install.webp)

## Adding to project {#add}

To start using the YandexGamesSDK plugin in your project:

1. Right-click on the layout and select **Insert new object**.

2. In the menu that appears, scroll down to the **Platforms and APIs** section, select the YandexGamesSDK plugin and click **Insert**.

![](../../_images/construct-3/about/insert-sdk.gif)

The plugin has been successfully added to your project. Now you can use the Yandex Games SDK in your project.


---


<!-- source: en/_includes/button-git.md -->
<a href="https://github.com/yandex-games-plugins/construct3">
  <span class="button">Repository</span>
</a>
<!-- endsource: en/_includes/button-git.md -->
