> ## Documentation Index
> Fetch the complete documentation index at: https://statsig-4b2ff144-serverless-cloudflare.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Working with Dynamic Config

> Learn how to use configuration parameters to control your application behavior in near real-time.

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** allows you to retrieve 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 respectively.

<Frame>
  <img src="https://user-images.githubusercontent.com/1315028/129110998-d2d1cb31-cd87-4f93-81f0-21ab64565763.png" alt="Dynamic config localization interface" />
</Frame>

A sample JSON payload for French speakers is also shown below.

<Frame>
  <img src="https://user-images.githubusercontent.com/1315028/129111399-c3f0354e-f55d-43fc-b49c-f74eac89bc11.png" alt="JSON payload example for French localization" />
</Frame>

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

#### 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)
