> 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/integrations/install-an-integration.md).

# Installer et gérer les intégrations

Il existe [de nombreuses intégrations différentes](https://www.gitbook.com/integrations#custom-experiences) disponibles dans GitBook. Des blocs de contenu interactifs aux outils d’analyse avancés, vos outils préférés sont à un clic de s’intégrer à GitBook.

Vous pouvez installer une intégration dans une seule section, dans plusieurs sections ou dans toutes les sections de votre organisation.

Si vous installez une intégration dans une seule section, elle ne fonctionnera que dans cette section spécifique. En installant une intégration dans plusieurs sections, vous pourrez effectuer des actions sur l’ensemble de ces sections.

<figure><img src="/files/11cc49fc8c398e566df188f408867f098b743977" alt="A GitBook screenshot showing the integration library"><figcaption><p>Parcourez la bibliothèque d’intégrations intégrée de GitBook.</p></figcaption></figure>

### Installer une intégration

#### 1. Ouvrez l’écran des intégrations

Avant d’activer une intégration dans une section ou un site, vous devrez l’installer dans votre organisation. Retournez à votre organisation **Accueil** et cliquez sur **Intégrations** dans la barre latérale. Parcourez les intégrations par catégorie ou recherchez celle dont vous avez besoin.

Une fois qu’une intégration est installée dans votre organisation, vous pouvez également l’utiliser au niveau du site — cliquez sur **Intégrations**, sous **Étendre** dans la barre latérale du site. Les intégrations déjà ajoutées au site apparaissent sous **Intégrations installées**.

#### 2. Sélectionnez l’intégration et installez-la

Ensuite, cliquez sur l’intégration que vous souhaitez installer. Certaines intégrations peuvent être installées pour vos sections, et d’autres pour votre documentation publiée.

Sur cet écran, vous pouvez sélectionner les zones dans lesquelles vous souhaitez installer votre intégration.

<figure><img src="/files/3413f2390661ca09551d8225ad686f69b81046a0" alt="A GitBook screenshot showing where you can install an integration"><figcaption><p>Choisissez une zone dans laquelle installer une intégration.</p></figcaption></figure>

#### 3. Configurez votre intégration

Vous pouvez maintenant utiliser votre intégration. Certaines intégrations peuvent nécessiter une configuration supplémentaire. Dans ce cas, vous verrez un message vous demandant de configurer votre intégration dans votre section ou votre site.

Consultez les instructions de l’intégration pour en savoir plus sur sa configuration pour votre équipe.


---

# 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/integrations/install-an-integration.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.
