> For the complete documentation index, see [llms.txt](https://docs.konnekt.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.konnekt.io/fr/configuration/mappings/add-a-document-library.md).

# Bibliothèques de documents supplémentaires

## Ajouter des bibliothèques de documents supplémentaires

Par défaut, KONNEKT utilise les bibliothèques de documents par défaut d’un site SharePoint. Mais vous pouvez ajouter d’autres bibliothèques de documents à KONNEKT.

Suivez les étapes ci-dessous pour ajouter une autre bibliothèque de documents :

1. Ouvrez KONNEKT dans l’Explorateur Windows
2. Cliquez sur **Comptes**
3. Faites un clic droit sur le compte
4. Sélectionnez **Ajouter un partage**

![](/files/5e34ea064bf87ebc4add54c5f9c89649a6f9c859)

5\. Saisissez l’URL de la bibliothèque de documents dans la boîte de dialogue qui s’ouvre ensuite

![](/files/dc47b5c660931b495fa50f2863bd7ab855228b7e)

6\. Choisissez la bonne bibliothèque que vous souhaitez ajouter

![](/files/1ce72a7eeddd21a0ad61dc3064d4ecaa96f04530)

7\. Vous pouvez modifier le nom de votre partage. Ce nom apparaîtra dans KONNEKT.

La bibliothèque de documents sera alors ajoutée et sera disponible via le menu KONNEKT dans l’Explorateur Windows.

{% hint style="warning" %}
Cette fonctionnalité ne permet d’ajouter que des bibliothèques publiques ; pour ajouter la bibliothèque d’un canal privé, veuillez consulter [ici ](/fr/configuration/mappings/auto-mapping.md#example-2-add-teams-private-channels-automatically-to-konnekt-explorer-window)
{% endhint %}

## Supprimer des bibliothèques de documents supplémentaires

Une bibliothèque de documents ajoutée manuellement peut être supprimée en suivant les étapes suivantes :

1. Faites un clic droit sur la bibliothèque de documents ajoutée
2. Accédez à **Konnekt**
3. Cliquez sur **Supprimer le partage**

![](/files/625aa498e62a48633c76f54ca10752a03c3a92df)


---

# 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://docs.konnekt.io/fr/configuration/mappings/add-a-document-library.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.
