# 常見知識

## 什麼是共同知識

在 Rememberizer 中，註冊用戶 **(出版者)** 可以通過備忘錄選擇他們上傳的文件，並將其公開分享為共同知識。其他用戶 **(訂閱者)** 可以訪問這些公共知識並將其添加到自己的資源中。

通過貢獻他們的數據，其他用戶可以共同增強共同知識頁面上的可用信息。這種協作方式使所有用戶都能訪問更豐富的數據來源，從而提高他們的 AI 應用程序的學習能力。

## 添加公共常識

為了將公共常識訂閱到您的資源，請遵循以下說明

* 在導航欄上，選擇 **個人 > 公共常識**。然後，您將看到公共常識頁面。

<figure><img src="/files/BIQcuC96Dx7ZqnkqfmIb" alt="navbar browse ck"><figcaption></figcaption></figure>

<figure><img src="/files/6mSZpICnBUh1hTNHx0oN" alt="public ck page"><figcaption></figcaption></figure>

* 然後，尋找您想要訂閱的公共常識。您可以通過在搜索欄中輸入知識的名稱來查找知識。您可以選擇性地選擇搜索欄旁邊的過濾選項。

<figure><img src="/files/qo5UxN1dR27HUg84xiir" alt="Filter of search bar" width="249"><figcaption><p>搜索欄的過濾器</p></figcaption></figure>

<figure><img src="/files/T6vqIXQUPJlpdilwqoum" alt="Example of a search result"><figcaption><p>搜索結果示例</p></figcaption></figure>

* 然後點擊公共常識上的 **添加** 按鈕。成功訂閱後，您將看到 **添加** 按鈕變為 **移除** 按鈕。

<figure><img src="/files/tQLBbVudFfBvRcSDjuvW" alt="Unadded common knowledge"><figcaption><p>未添加的公共常識</p></figcaption></figure>

<figure><img src="/files/s6BltJa4biZYJBZ6c7eE" alt="Added common knowledge"><figcaption><p>已添加的公共常識</p></figcaption></figure>

* 之後，如果您想要移除已訂閱的知識，請點擊 **移除** 按鈕。

## 創建共通知識

有關創建和分享共通知識的詳細說明，請訪問此頁面 [註冊和使用 API 金鑰](/zh-hk/kai-fa-zhe-zi-yuan/integration-options/registering-and-using-api-keys.md)。

{% hint style="info" %}
共通知識建立在 [Mementos](/zh-hk/ge-ren-shi-yong/personal/mementos-filter-access.md) 的基礎上，這使您能夠精確控制哪些文件被分享。一旦創建，開發者可以通過 API 訪問您的共通知識，以構建自定義應用程序或與 [LangChain](/zh-hk/kai-fa-zhe-zi-yuan/integration-options/langchain-integration.md) 和 [OpenAI GPTs](/zh-hk/kai-fa-zhe-zi-yuan/integration-options/creating-a-rememberizer-gpt.md) 集成。
{% endhint %}


---

# 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.rememberizer.ai/zh-hk/ge-ren-shi-yong/personal/common-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.
