# Remote Configuration

Manage your game settings remotely without releasing updates, allowing for dynamic adjustments and feature toggling.

#### Support <a href="#support-2" id="support-2"></a>

Check if remote configuration is supported to manage game settings without releasing updates.

<figure><img src="https://1088849411-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ukgSPDBOdbQp4FYtbz1%2Fuploads%2F1krevc5Hs9tH9b7dwkNp%2FScreenshot%202024-10-17%20at%208.12.05%E2%80%AFPM.png?alt=media&#x26;token=ed5f6b1c-3c1a-4d95-8583-67795a15d340" alt=""><figcaption></figcaption></figure>

#### Load Values <a href="#load-values" id="load-values"></a>

Load configuration settings from the server to dynamically adjust game parameters based on real-time data.

<figure><img src="https://1088849411-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ukgSPDBOdbQp4FYtbz1%2Fuploads%2FuxoB1D35Wr7LkoXeX1o6%2FScreenshot%202024-10-17%20at%208.15.16%E2%80%AFPM.png?alt=media&#x26;token=f8367fc5-37a8-4a06-ae41-e7dd843e2313" alt=""><figcaption></figcaption></figure>

<details>

<summary>Copy This Example</summary>

```
{"is-c3-clipboard-data":true,"type":"events","items":[{"eventType":"block","conditions":[{"id":"on-clicked","objectClass":"Button"}],"actions":[],"children":[{"eventType":"block","conditions":[{"id":"compare-two-values","objectClass":"System","parameters":{"first-value":"PlaygamaBridge.PlatformId","comparison":0,"second-value":"\"yandex\""}}],"actions":[{"id":"add-action-parameter","objectClass":"PlaygamaBridge","parameters":{"key":"\"clientFeatures.0.name\"","value":"\"level\""}},{"id":"add-action-parameter","objectClass":"PlaygamaBridge","parameters":{"key":"\"clientFeatures.0.value\"","value":"\"42\""}}]},{"eventType":"block","conditions":[],"actions":[{"id":"send-remote-config-get-request","objectClass":"PlaygamaBridge"}]}]},{"eventType":"block","conditions":[{"id":"on-remote-config-got-completed","objectClass":"PlaygamaBridge"}],"actions":[],"children":[{"eventType":"block","conditions":[{"id":"is-last-action-completed-successfully","objectClass":"PlaygamaBridge"},{"id":"has-remote-config-value","objectClass":"PlaygamaBridge","parameters":{"key":"\"example_key\""}}],"actions":[{"id":"log","objectClass":"Browser","parameters":{"type":"log","message":"PlaygamaBridge.RemoteConfigValue(\"example_key\")"}}]}]}]}
```

</details>
