# v2.1.4 Migration Guide

OverrideConfig permite a los usuarios sobrescribir las configuraciones del flujo desde la API o cuando se usa Embed. Debido a preocupaciones de seguridad, ahora está deshabilitado por defecto.

Los usuarios deben especificar explícitamente qué configuraciones pueden ser sobrescritas desde la UI.

1.) Ve a Configuration:

<figure><img src="/files/EL6LbWAGdDQLDVQELItq" alt="" width="221"><figcaption></figcaption></figure>

2.) Habilita Override Configuration:

<figure><img src="/files/8VS49TrJbXETeyjWqyqB" alt=""><figcaption></figcaption></figure>

3.) Activa el interruptor para la configuración que puede ser sobrescrita y guárdala.

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

4.) Por ejemplo, los usuarios pueden entonces sobrescribir estas variables y configuraciones. Consulta [OverrideConfig](https://github.com/FlowiseAI/FlowiseDocs/blob/main/esp/using-flowise/api.md#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/espanol/documentacion-oficial/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.
