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 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.

A sample JSON payload for French speakers is shown below.

The following tutorials show you how to perform common tasks with dynamic configs.
Tutorials
Was this helpful?