> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/fr/creating-content/blocks/embed-a-url.md).

# URL intégrées

Pour ajouter une URL intégrée, collez simplement le lien du contenu que vous souhaitez intégrer et appuyez sur `Entrée`.

{% hint style="info" %}
**Remarque :** Le contenu que vous souhaitez intégrer doit être disponible publiquement afin que GitBook puisse accéder au fichier. Par exemple, lors de l’intégration d’un document Google, les paramètres de partage doivent être définis sur *Toute personne disposant du lien*.
{% endhint %}

{% hint style="info" %}
GitBook ne prend pas en charge l’intégration de contenu externe avec un HTML `<iframe>`, en raison de sa politique de sécurité du contenu. Si le contenu est disponible publiquement, utilisez plutôt le bloc d’intégration.
{% endhint %}

### Vidéos

{% embed url="<https://www.youtube.com/watch?v=D_uLM5i0Z4c>" %}

{% hint style="info" %}
**Remarque :** Vous pouvez choisir de lancer automatiquement et de lire en boucle les intégrations YouTube et Vimeo en ajoutant `?autoplay=1&loop=1` à la fin de l’URL de votre vidéo.
{% endhint %}

#### Fichiers vidéo

Les fichiers vidéo téléversés — comme les MP4 — ne sont pas lus en ligne ; ils apparaissent sous forme de liens sur lesquels les visiteurs peuvent cliquer pour les ouvrir ou les télécharger. Pour afficher une vidéo lisible sur votre page, téléversez la vidéo sur une plateforme accessible publiquement comme YouTube ou Google Drive, puis collez le lien dans un bloc d’intégration. Les URL privées ne s’afficheront pas sur votre page.

### Codepen

{% embed url="<https://codepen.io/davidkpiano/pen/wMqXea>" %}

### Spotify

{% embed url="<https://open.spotify.com/track/4FmiciU3ZmfgABlbCSXcWw?si=65zMAhStT2ivTit-kZISWg>" %}

### Représentation en Markdown

```markdown
{% embed url="URL_HERE" %}
```


---

# 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://gitbook.com/docs/documentation/fr/creating-content/blocks/embed-a-url.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.
