Skip to main content

Documentation Index

Fetch the complete documentation index at: https://statsig-4b2ff144-devin-1760982871-add-search-ask-ai.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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.
Dynamic config localization interface
A sample JSON payload for French speakers is also shown below.
JSON payload example for French localization
The following tutorials show you how to perform common tasks with dynamic configs.

Tutorials