---
title: Working with Dynamic Config
description: "Learn how to use configuration parameters to control your application behavior in near real-time."
product: general
token_estimate: 510
---
# Working with Dynamic Config

> For AI agents: a documentation index is available at [/llms.txt](/llms.txt). Append `.md` to any page URL for markdown, or send `Accept: text/markdown`.

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.

![Dynamic config localization interface](https://docs.statsig.com/images/dynamic-config/working-with/129110998-d2d1cb31-cd87-4f93-81f0-21ab64565763.png)

A sample JSON payload for French speakers appears below.

![JSON payload example for French localization](https://docs.statsig.com/images/dynamic-config/working-with/129111399-c3f0354e-f55d-43fc-b49c-f74eac89bc11.png)

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 the config 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](https://docs.statsig.com/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](https://docs.statsig.com/dynamic-config/create-new)
- [Create a rule for a dynamic config](https://docs.statsig.com/dynamic-config/add-rule)
- [Use a language-specific Statsig SDK to implement a dynamic config in your application](https://docs.statsig.com/sdks/getting-started)

