> For the complete documentation index, see [llms.txt](https://documentation.efalia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.efalia.com/documentations/efalia-doc/annexes/videos.md).

# Vidéos de démonstration

Certaines évolutions d'Efalia Doc sont accompagnées d'une **courte vidéo de démonstration**. Ces vidéos, initialement diffusées dans la newsletter produit, sont regroupées ici et reliées à la note de version correspondante.

{% hint style="info" %}
Les vidéos sont hébergées sur **Vimeo** (en mode non répertorié : accessibles par lien, non indexées). Seul le lien d'intégration est versionné dans la documentation — aucun fichier vidéo n'est stocké dans le dépôt.
{% endhint %}

## Dernières démonstrations

<table data-view="cards"><thead><tr><th>Fonctionnalité</th><th>Version</th><th data-type="content-ref">Note de version</th></tr></thead><tbody><tr><td><strong>Conversion d'un document en PDF</strong><br>Depuis une armoire et via l'API.</td><td>Canari 67</td><td><a href="/pages/091f67540d9e641692cf018d3398b9b155ea5d5a">/pages/091f67540d9e641692cf018d3398b9b155ea5d5a</a></td></tr></tbody></table>

## Canari 67 — Conversion d'un document en PDF

{% embed url="<https://vimeo.com/XXXXXXXX>" %}


---

# 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://documentation.efalia.com/documentations/efalia-doc/annexes/videos.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.
