# 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 Konwledge에 자동 업로드 됩니다.
    * 카메라(모바일 전용): 카메라 촬영 이미지

      * 입력란의 카메라 아이콘 클릭

      <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/korean/undefined-1/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.
