
A dynamic config allows you to use configuration parameters to control the behavior of your application in near real-time.

In the example below, the dynamic config called **localization** retrieves localized strings for users in different countries. Users in Spanish-speaking countries see Spanish strings, while users in French- and Korean-speaking countries see French and Korean strings.

{% figure %}
![Dynamic config localization interface](/images/dynamic-config/working-with/129110998-d2d1cb31-cd87-4f93-81f0-21ab64565763.png)
{% /figure %}

A sample JSON payload for French speakers is shown below.

{% figure %}
![JSON payload example for French localization](/images/dynamic-config/working-with/129111399-c3f0354e-f55d-43fc-b49c-f74eac89bc11.png)
{% /figure %}

The following tutorials show you how to perform common tasks with dynamic configs.

## Follow a dynamic config

You can follow a dynamic config to receive personal notifications when it changes, the same way you follow feature gates and experiments. When someone updates a config you follow, Statsig notifies you by email, in the console, and in Slack if you've configured [personal Slack notifications](/integrations/slack#personal-notifications).

To follow a dynamic config:

1. Open the config in the Statsig console.
2. Select **Follow** (the star icon next to the config name).
3. To stop notifications, select **Unfollow**.

On the _Dynamic Configs_ list page, use the **Following** filter to show only configs you follow.

#### Tutorials

- [Create a dynamic config](/dynamic-config/create-new)
- [Create a rule for a dynamic config](/dynamic-config/add-rule)
- [Use a language-specific Statsig SDK to implement a dynamic config in your application](/sdks/getting-started)
