> 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/configuration/mappings/add-a-document-library.md).

# Additional document libraries

## Add additional document libraries

By default, KONNEKT uses the default document libraries from a SharePoint site. But you can add further document libraries to KONNEKT.

Do the following to add a further document library:

1. Open KONNEKT in the Windows Explorer
2. Click on **Accounts**
3. Right-click on the account
4. Select **Add share**

![](/files/-MA66DEFxcRW7sH0VR0P)

5\. Enter the document library URL in the dialog which opens then

![](/files/-Mam0837PSJVATQ0q-Da)

6\. Choose the right library you want to add

![](/files/-Mam0Lwmn6bVtW6lya7I)

7\. You can change the name of your share. This name will appear in KONNEKT.

Now the document library will be added and is available via the KONNEKT menu in the Windows Explorer.

{% hint style="warning" %}
This feature offers you to add only public libraries, to add a private channel library please check [here ](/configuration/mappings/auto-mapping.md#example-2-add-teams-private-channels-automatically-to-konnekt-explorer-window)
{% endhint %}

## Remove additional document libraries

A manually added document library can be removed using the following steps:

1. Right-click on the added document library
2. Navigate to **Konnekt**
3. Click **Remove share**

![](/files/E0Heg1I9MqCA352uXibf)


---

# 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/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.
