# Widgets externes

```markup
<rrw:editor id="nompage:idwidget" />
```

Dans le template d'une page il est possible de faire une référence à un widget d'une autre page en définissant son attribut id par le nom de la page suivi par deux points : puis son attribut id dans cette page. Par exemple, si dans la page `home` définit le widget `<rrw:editor id="myeditor" />` alors dans une autre page, il est possible de référence ce widget par`<rrw:editor id="home:myeditor" />`

Lors d'une référence à un widget externe, celui-ci n'est pas modifiable dans la page externe, y compris ses attributs `data-rrw-xxx`.


---

# 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.runrunweb.net/widgets/widgets-externes.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.
