> 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/usage/windows-explorer.md).

# Windows ファイル エクスプローラー

KONNEKT は Windows のエクスプローラーに完全に統合されています。エクスプローラーを開くと、ナビゲーション ペインに KONNEKT が表示されます。

![](/files/c65b3a66822c644fa8d7d1c21df71a610209cba2)

{% hint style="info" %}
サイト コレクションの数によっては、KONNEKT が SharePoint サイトを検出するのに 1～3 分かかる場合があります。検出処理には十分な時間を確保してください。
{% endhint %}

{% hint style="success" %}
KONNEKT はドキュメントをクライアントにダウンロードしません。これは SharePoint ライブラリの同期ビューです。
{% endhint %}

**一般** 4 つのセクションが含まれます:

* アップロード
* 履歴
* オフライン ファイル
* アカウント

![](/files/6d4615e3fd268460bddaed958a69654a379f3af8)

## **アップロード**

データ キューがある場所で、ここから SPO へアップロードします。アップロード処理中に何か問題が発生した場合（インターネット接続の喪失など）、ここで全データを確認できます。ファイルは SP へのアップロードが成功している限り、自動的に削除されます。

データが SharePoint Online (SPO) に正常にアップロードされると、データ キュー内のファイルは自動的に削除されます。インターネットや Wi‑Fi の障害などの問題が発生した場合は、トラブルシューティングのためにここで全データを確認できます。

問題がある場合は、特定のファイルを右クリックして、停止しているファイルをダウンロードしたり、再アップロードを試したりできます。

## **履歴**

サイトで変更または開いたファイル。

## **オフライン ファイル**

〜にするには **ファイルを** からオフラインで利用可能に **OneDrive**、ファイルを右クリックし、次に Konnekt -> オフラインで利用可能 を選択します

![](/files/82ab67c16cf0c03ed6ea999b5b867df0e8127e91)

{% hint style="info" %}
オフライン ファイル機能は、OneDrive に保存されているファイルでのみ使用できます
{% endhint %}

## **アカウント**

この機能はマルチテナンシーをサポートしており、複数の Microsoft 365 アカウントを追加できます。ここには、Tenant(s) にログインするために使用したアカウントが表示されます。

別の Microsoft 365 アカウントを追加するには、右クリックして「O365 アカウントを追加」を選択します。

<figure><img src="/files/cf917af13ca055c66788a105ce28c694e50abbee" alt=""><figcaption></figcaption></figure>

### 既存のアカウント

既存のユーザー アカウントを右クリックすると、次のオプションが表示されます:

* アカウントを再認証
* 共有を追加:

  * ドキュメント ライブラリを共有として手動でマップするには。

  <figure><img src="/files/de6e54fd15a1d31fcab183558b4cacf8280232f4" alt=""><figcaption></figcaption></figure>
* アカウントを一時停止:
  * このアカウントの同期を一時的に停止します。
* アカウントを削除

![](/files/a29b9f0eecd4e921092d759a6b6b5354a8cc36fa)


---

# 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/usage/windows-explorer.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.
