> 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/preferences-menu.md).

# 設定メニュー

以下に **環境設定** KONNEKT の次の設定が表示されます。

![](/files/f16a9bbb052bdf8da9b38c49e2a2501ac7595718)

環境設定メニューには 3 つのタブがあります:

* 全般
* ライセンス
* 情報

### 全般

環境設定の最初のタブは **全般**

![](/files/62e5e80a0659eec8f4219d1bdb390372e99bb811)

このメニューでは、次の設定を有効または無効にできます:

* Office 共同編集を有効にする（既定で有効） \*
* 最初の OneDrive 個人用ボリュームをドライブに接続する `H:`
  * 個人用 OneDrive のドライブ文字を設定する
* SharePoint サイトを有効にする
  * この設定を有効にすると、アクセス権のあるすべてのサイト コレクションが KONNEKT に表示されます
* すべての SharePoint ドキュメント ライブラリを自動的に追加する:
  * この設定を有効にすると、SharePoint Online (SPO) サイト コレクション内のすべてのドキュメント ライブラリが表示されます

{% hint style="info" %}
この設定を変更するとショートカットが機能しなくなる場合があります。 有効にすると、KONNEKT はサイト コレクション内のすべてのドキュメント ライブラリを表示するために追加の階層を追加します。
{% endhint %}

ダウンロード ディレクトリを変更することもできます。さらに、ログレベルを Off、Error、Info、または Debug から選択できます。ユーザーの選択に応じて、 **ログ** のステータスメッセージが変わります。詳細は [ログレベル](/ja/configuration/system-settings/logging.md)

| ログレベル | 説明                                                                          |
| ----- | --------------------------------------------------------------------------- |
| オフ    | アクティビティとイベントを記録しません。                                                        |
| エラー   | エラーのみを記録します。                                                                |
| 情報    | 一般的なアクティビティを記録し、SharePoint とクラウド ストレージへのアクセスも記録します。これが既定の設定です。              |
| デバッグ  | さらに詳細なアクティビティとイベントを記録します。Debug は Error と Info の組み合わせです。このログ記録は最も包括的な記録方法です。 |

### ライセンス

環境設定の 2 つ目のタブは **ライセンス**

![](/files/ab27f0e6454161033e125067c3241a42cecb1672)

ライセンス キーは入力フィールドに表示されます（KONNEKT はこのキーで有効化されています）。\
**ライセンス先**: 指定されたライセンシーと、権利のあるクライアント数を表示します。\
**有効期限まで**: 購入したライセンスの有効期限を表示します。

### 情報

最後のタブは **情報** で、現在インストールされているバージョンの情報と KONNEKT Web サイトへのリンクが含まれています。

![](/files/056d695d0c1e02f1e0315f2a30d771d421f190c0)


---

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