# v2.1.4 Migration Guide

OverrideConfig enables users to override flow configurations from the API or when using Embed. Due to security concerns, it is now disabled by default.

Users must explicitly specify which config can be overriden from the UI.

1.) Go to Configuration:

<figure><img src="https://823733684-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F00tYLwhz5RyR7fJEhrWy%2Fuploads%2Fgit-blob-73e50d18be52fca35cbae51862e36685f0c1df95%2Fimage%20(189).png?alt=media" alt="" width="221"><figcaption></figcaption></figure>

2.) Enable Override Configuration:

<figure><img src="https://823733684-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F00tYLwhz5RyR7fJEhrWy%2Fuploads%2Fgit-blob-a580944bda2b0921e2626126bb4273bb5bff9ed5%2Fimage%20(190).png?alt=media" alt=""><figcaption></figcaption></figure>

3.) Turn on the toggle for the config that can be overriden and save it.

<figure><img src="https://823733684-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F00tYLwhz5RyR7fJEhrWy%2Fuploads%2Fgit-blob-6b36c1cb6776f6f478bd214774b9bb4d5dcb74e5%2Fimage%20(191).png?alt=media" alt=""><figcaption></figcaption></figure>

4.) For example, users can then override these variables and config. Refer to [OverrideConfig](https://docs.flowiseai.com/migration-guide/broken-reference).

```json
{
    "overrideConfig": {
        "systemMessage": "You are helpful assistant",
        "vars": {
            "character": "nice"
        }
    }
}
```
