# Team Knowledge

## Team Knowledge 란?

팀 전체가 공유하고 활용할 수 있는 정보를 저장하고 관리하는 일종의 공유 데이터 베이스라고 할 수 있습니다. 이는 모든 팀원이 동일한 Bot을 사용하며, Bot이 제공하는 답변이 일관된 정보를 포함하도록 설계되어 있습니다. 예를 들어, 회사의 정책 문서나 업무 가이드라인 등과 같이 공유되어야 하는 중요한 정보들을 Team Knowledge에 저장하여 모든 팀원들이 질문한 내용에 대해 일관된 답변을 제공합니다.

## Team Knowledge 업로드 방법

* Bot 생성 시 업로드
  * 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/korean/undefined-1/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.
