# 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="/files/279TmQQbpKE61vrwvRnn" alt="" width="221"><figcaption></figcaption></figure>

2.) Enable Override Configuration:

<figure><img src="/files/RtZ3A1JnkFFE437Y3pmY" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/stl9PiQxMqql3qGaK7B0" alt=""><figcaption></figcaption></figure>

4.) For example, users can then override these variables and config. Refer to [OverrideConfig](broken://pages/F2AfRpI7qYixNiBWpmIe#override-config).

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flowiseai.com/migration-guide/v2.1.4-migration-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
