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

# 追加のドキュメント ライブラリ

## 追加のドキュメント ライブラリを追加する

既定では、KONNEKT は SharePoint サイトの既定のドキュメント ライブラリを使用します。ただし、KONNEKT にさらにドキュメント ライブラリを追加することもできます。

さらにドキュメント ライブラリを追加するには、次の手順を実行します。

1. Windows エクスプローラーで KONNEKT を開く
2. をクリックする **アカウント**
3. アカウントを右クリックする
4. 選択する **共有を追加**

![](/files/15585c4c4e023fea9c21813490b24ecf53813e21)

5\. 開いたダイアログにドキュメント ライブラリの URL を入力します

![](/files/06396fa1d0029c9ea144b2729d8583b2e28c1304)

6\. 追加したい正しいライブラリを選択します

![](/files/2b300977b025a3ecc0ae4c988448778f27ff629a)

7\. 共有の名前を変更できます。この名前は KONNEKT に表示されます。

これでドキュメント ライブラリが追加され、Windows エクスプローラーの KONNEKT メニューから利用できるようになります。

{% hint style="warning" %}
この機能では公開ライブラリのみ追加できます。プライベート チャネルのライブラリを追加するには、 [こちら ](/ja/configuration/mappings/auto-mapping.md#example-2-add-teams-private-channels-automatically-to-konnekt-explorer-window)
{% endhint %}

## 追加のドキュメント ライブラリを削除する

手動で追加したドキュメント ライブラリは、次の手順で削除できます。

1. 追加したドキュメント ライブラリを右クリックする
2. 次に移動する **Konnekt**
3. をクリックする **共有を削除**

![](/files/1ac65aa7d9616c08b0bec5ae2bd33268249a1dd1)


---

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