> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/interfacing-help-files-fr/end-users/library/downloading-objects.md).

# Télécharger la documentation

Téléchargez facilement des éléments pour les consulter hors ligne ou les modifier.

La fonction **Télécharger** vous permet d’enregistrer rapidement des éléments sur votre appareil pour un accès hors ligne ou pour les modifier. Cliquez simplement sur l’icône **Télécharger** ( <i class="fa-arrow-down-to-bracket">:arrow-down-to-bracket:</i> ) et l’élément est enregistré automatiquement, sans étape supplémentaire.

{% hint style="success" %}
Une fois le téléchargement terminé, vous pouvez ouvrir le fichier directement depuis la notification de votre navigateur ou le retrouver plus tard dans votre dossier **Téléchargements**

* Utilisez <kbd>**Ctrl**</kbd>**&#x20;+&#x20;**<kbd>**J**</kbd> (Windows) ou <kbd>**Cmd**</kbd>**&#x20;+&#x20;**<kbd>**J**</kbd> (Mac) pour ouvrir rapidement vos **Téléchargements**.
  {% endhint %}

{% hint style="danger" %}
La fonction **Télécharger** est disponible uniquement pour les utilisateurs disposant de l’autorisation [**Télécharger**](/interfacing-help-files/interfacing-help-files-fr/administration-and-configuration/administrateurs-systeme/gestion-des-autorisations-et-de-la-securite.md).
{% endhint %}

***

## Visite interactive

Découvrez comment télécharger des documents depuis n’importe où dans la plateforme.

{% @howdygo/embed url="<https://app.howdygo.com/share/9cdd806f-eb02-473a-ac08-ef4a659a92df>" fullWidth="true" %}

***

## Téléchargement de la documentation

Vous pouvez télécharger des éléments à l’aide de l’une des méthodes suivantes :

{% tabs fullWidth="false" %}
{% tab title="Depuis le panneau des détails" %}
Pour télécharger depuis le **panneau des détails** :

* Sélectionnez l’icône **Télécharger** ( <i class="fa-arrow-down-to-bracket">:arrow-down-to-bracket:</i> ) à côté d’un élément associé.
  {% endtab %}

{% tab title="Depuis l’aperçu" %}
Pour télécharger depuis l’aperçu d’un document :

* Sélectionnez l’icône **Télécharger** ( <i class="fa-arrow-down-to-bracket">:arrow-down-to-bracket:</i> ) dans la **barre d’outils d’aperçu**.
  {% endtab %}
  {% endtabs %}

{% hint style="warning" %}
En **phase 1**, seuls les **documents** peuvent être téléchargés. Le téléchargement est généralement recommandé lorsque vous souhaitez consulter un document, car il peut se charger plus vite que l’aperçu.
{% endhint %}

***


---

# 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://interfacing.gitbook.io/interfacing-help-files/interfacing-help-files-fr/end-users/library/downloading-objects.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.
