# Private Knowledge

### What is Private Knowledge?

Private knowledge can be thought of as a kind of personal database that stores and manages information customized to your personal circumstances and needs. This only applies when you personally interact with other members of your team, even if you're using the same bot. For example, things like your personal schedule or private projects can be stored in Private Knowledge for personal reference and utilization.

### How to use Private Knowledge?

* Direct in-app upload
  * When you upload a file or URL directly to the app, you will see it uploaded to Private Knowledge in the Conversation Info on the right.

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

* How to upload?
  * When you enter a screenshot or file, it will be automatically uploaded to Private Knowledge.
    * Camera (mobile only): Images taken from the camera.

      * Click the camera icon in the input field

      <figure><img src="/files/x0Lvg8LNDECZ6otA0pAl" alt="" width="563"><figcaption><p>Mobile app</p></figcaption></figure>
    * Screenshot: Screenshot Image

      * Click the screenshot icon or drag a saved screenshot image

      <figure><img src="/files/phR4Law0M9JiJ4aLEuF8" alt="" width="422"><figcaption><p>PC app</p></figcaption></figure>
    * Files: Documents (PDF, DOCX), static images (PNG, JPG, etc.) files

      * Click or drag a photo or click folder icon onto the app

      <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>
    * Voice: Click the microphone button to turn your voice into text

      * Click the microphone icon in the input field

      <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/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.
