> For the complete documentation index, see [llms.txt](https://docs.locoia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.locoia.com/embed-white-label-portal/embed-admin-setup/flow-building/updating-embed-flows.md).

# 1.2 Updating Embed Flows

{% hint style="info" %}
You can update Embed Flows for existing Embed Configurations.

For instructions on how to configure an Embed, see [here](https://docs.locoia.com/embed-white-label-portal/embed-admin-setup/2.-configure-embed)
{% endhint %}

In case you want to update a Flow that is used in the Embed Configuration you have to consider a few things:

* As long as you don't sync the Flow in the embed settings, your users will keep using the previous version. Thus you can draft your Flow without breaking the existing Flows of your users.
* The existing Flows for your users will not be able to have different Connectors that require authentications than they had before. However, you can remove Connectors that previously needed authentications.
* The title for existing fields in the Form Helper can be changed, while new fields cannot be added&#x20;
* Once you sync your Flow changes it will immediately apply to all existing Flows and all future Flows created via your Embed.

Depending on the Embed version, the process is slightly different:

{% tabs %}
{% tab title="Embed V1" %}

1. Navigate to: **Configurations > Groups > Flows**.
2. Click the **Sync** button.

<figure><img src="/files/cBuSoGq9OGkl59GzQyII" alt=""><figcaption><p>Embed V1</p></figcaption></figure>
{% endtab %}

{% tab title="Embed V2" %}

1. Navigate to: **Configurations > Partners > Use Cases > Flows**.
2. Click the **Sync** button.

<figure><img src="/files/Bkji624O7Hn7lhfgYI7J" alt=""><figcaption><p>Embed V2</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.locoia.com/embed-white-label-portal/embed-admin-setup/flow-building/updating-embed-flows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
