# Private Knowledge

## Private Knowledge

### Private Knowledge とは?

個人的な状況と要求に合わせてカスタマイズされた情報を保存・管理する一種のパーソナルデータベースと言えます。これは、同じチームの他のメンバーと同じBotを使用していても、個人的にインタラクションを行う場合にのみ適用されます。例えば、個人のスケジュール管理や非公開プロジェクトなど、Private Knowledgeに保存して個人的に参照・利用することができます。

### Private Knowledgeの使用方法

* アプリ内で直接アップロード
  * アプリに直接ファイルやURLをアップロードすると、右側のConversation InfoでPrivate Knowledgeにアップロードされることを確認できます。

<figure><img src="/files/dhDcgjylEFZ3lpAC6HUk" alt="" width="485"><figcaption><p>PC App (Private Knowledge)</p></figcaption></figure>

* アップロード方法
  * スクリーンショットやファイルを入力すると、Private Knowledgeに自動的にアップロードされます。
    * カメラ（モバイル専用）: カメラで撮影した画像输入欄のカメラアイコンをクリック
      * 输入欄のカメラアイコンをクリック

        <figure><img src="/files/x0Lvg8LNDECZ6otA0pAl" alt="" width="563"><figcaption><p>Mobile app</p></figcaption></figure>
    * スクリーンショット: スクリーンショット画像

      * スクリーンショットアイコンをクリックまたは保存されたスクリーンショット画像をドラッグ

      <figure><img src="/files/phR4Law0M9JiJ4aLEuF8" alt="" width="422"><figcaption><p>PC app</p></figcaption></figure>

      * ファイル: 文書（pdf、docx）、静止画像（png、jpg等）ファイル

        * 写真またはフォルダアイコンをクリックまたはアプリ上にドラッグ

        <figure><img src="/files/Mkq2wUp4EGtoERCjsxwZ" alt="" width="422"><figcaption><p>PC app</p></figcaption></figure>

        <figure><img src="/files/JOOd0eOtBHNzaekmgLC5" alt="" width="563"><figcaption><p>Mobile app</p></figcaption></figure>
      * 音声: マイクボタンをクリックして音声をテキストに変換

        * 入力欄のマイクアイコンをクリック

        <figure><img src="/files/gMk7g6j6frlttUsAHyYN" alt="" width="422"><figcaption><p>PC app</p></figcaption></figure>

<figure><img src="/files/tZfgiqiC0LMiSKb3GHqP" alt="" width="563"><figcaption><p>Mobile app</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.kompas.ai/kompas-ai-docs-ver2/japanese/guide/knowledge/private-knowledge.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
