> For the complete documentation index, see [llms.txt](https://doc.dastra.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.dastra.eu/en/features/gerer-les-exercices-des-droits/widget-synchronisation.md).

# Widget synchronisation

When multiple DSR widgets share a similar configuration (same fields, same texts), you can **synchronise** them. Designate one widget as the source, associate child widgets to it, then propagate any change in a single click to all linked widgets.

This is particularly useful for organisations that manage several variants of the same widget (for example, an account deletion widget deployed across different applications or geographic markets).

## Sync content from another widget

To import the configuration from an existing widget into the current one, use the **"Sync from..."** button on the widget customisation page.

<figure><img src="/files/Jw6ivJdTwzmBCSmTc1lR" alt="Widget customisation page with the Sync from button highlighted"><figcaption><p>The "Sync from..." button lets you synchronise configuration from a source widget</p></figcaption></figure>

A dialog opens to select the source widget and choose which elements to import: texts and translations, form fields, design and templating.

<figure><img src="/files/k47W9IWpXgFsAZrLl2px" alt="Sync content from another form dialog"><figcaption><p>Selecting the source widget and the elements to import</p></figcaption></figure>

## Propagate changes to child widgets

Once you have made changes to the source widget, propagate them in one click to all linked widgets using **"Propagate to linked forms"**.

<figure><img src="/files/OtwYBxT7eUiDeXpIJe5T" alt="Propagate to linked forms dialog"><figcaption><p>Pushing changes from the source widget to all its children (texts, fields, design)</p></figcaption></figure>


---

# 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://doc.dastra.eu/en/features/gerer-les-exercices-des-droits/widget-synchronisation.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.
