---
metadata:
  - name: generator
    content: Diplodoc Platform v5.55.2
alternate:
  - https://yandex.com.tr/dev/games/doc/en/sdk/construct-3/remote-config.md
  - https://yandex.com.tr/dev/games/doc/ru/sdk/construct-3/remote-config.md
  - https://yandex.com.tr/dev/games/doc/tr/sdk/construct-3/remote-config.md
  - https://yandex.com.tr/dev/games/doc/zh/sdk/construct-3/remote-config.md
  - href: tr/sdk/construct-3/remote-config.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.tr/dev/games/doc/tr/llms.txt

# Uzaktan yapılandırma

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

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

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

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

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

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

Uzak yapılandırma bayraklarını (Remote Config) almak için **Fetch remote config** eylemini **Player info is successfully fetched** ve **Failure to fetch remote config** ile birlikte kullanın. Bayrakları oyunun başlangıcında bir kez talep etmenizi öneririz.

Uzak yapılandırmadan değerler almak için **Flag** ifadesini kullanın.

## Yerel yapılandırma {#local}

Sunucudan uzak yapılandırma alınamadığında (örneğin, metroda ağ sorunları nedeniyle) oyunun çalışabilirliğini artırmak için bayrakların yerel yapılandırmasını oyun koduna gömmenizi öneririz.

Bunun için **Set key default value** eylemini kullanın.

## İstemci parametreleri {#client}

İstemci parametrelerini tanımlamak için **Set client feature** eylemini kullanın. Bunlar, uzak yapılandırma talep edildiğinde iletilecektir.

## Uzak yapılandırmanın kullanım örneği {#example}

![](../../_images/construct-3/remote-config/example.webp)

---


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