# Team knowledge

### Team Knowledge とは?

チーム全体が共有し、活用できる情報を保存・管理する共有データベースのようなものです。これは、すべてのチームメンバーが同じボットを使用し、ボットが提供する回答が一貫した情報を含むように設計されています。例えば、企業のポリシードキュメントや業務ガイドラインなど、共有する必要がある重要な情報をTeam Knowledgeに保存することで、すべてのチームメンバーが質問に対して一貫した回答を提供します。

### Team Knowledge アップロード

* ボット作成の時にアップロード:&#x20;
  * Create Botページ内のTeam KnowledgeからAdd Sourceをクリックして、必要なファイルやURLなどをアップロードできます。

    <figure><img src="/files/7qedMrYfVIssvG5PRRmw" alt="" width="563"><figcaption><p>Create Bot page</p></figcaption></figure>

    <figure><img src="/files/3X6iMg6mQh2EexMdayyG" alt="" width="563"><figcaption><p>Create Bot page(Add Knowledge)</p></figcaption></figure>
* アプリ内で直接アップロード
  * 右上のConversation Infoアイコン(ⓘ)をクリックし、Private KnowledgeにアップロードされているデータをクリックしてからSet as Team Knowledgeをクリックすると、アプリから直接Team Knowledgeにアップロードできます。

    <figure><img src="/files/YcMLiaNjDrDiZpiBNcNZ" alt=""><figcaption><p>PC App (Conversation Info)</p></figcaption></figure>

### Team Knowledgeの管理方法

* 管理方法と削除方法
  * Bot Managementページにアクセスし、'鉛筆'アイコンをクリックしてKnowledgeを管理できます。
  * 'ゴミ箱'アイコンをクリックしてKnowledgeを削除できます。

<figure><img src="/files/qG2qDveWuASms9rrkGCY" alt="" width="563"><figcaption><p>Bot Management page</p></figcaption></figure>

<figure><img src="/files/9IHz6JHvO3scXP68Ii0E" alt="" width="563"><figcaption><p>Edit Bot page</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/team-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.
