# 共通の知識

## 一般知識とは何か

Rememberizerでは、登録ユーザー **(出版社)** が自分のアップロードした文書をメメントを通じて選択し、一般知識として公開することができます。他のユーザー **(購読者)** はこの公開された知識にアクセスし、自分のリソースに追加することができます。

データを提供することで、他のユーザーは一般知識ページにある情報を共同で強化することができます。この共同作業のアプローチにより、すべてのユーザーがより豊富なデータソースにアクセスできるようになり、その結果、AIアプリケーションの学習能力が向上します。

## 公共の一般知識を追加する

リソースに一般知識を購読するには、以下の手順に従ってください。

* ナビゲーションバーで、**個人 > 一般知識**を選択します。すると、公共の一般知識ページが表示されます。

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

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

* 次に、購読したい一般知識を探します。検索バーに知識の名前を入力して、知識を検索できます。検索バーの隣にあるフィルターオプションを選択することもできます。

<figure><img src="/files/alKGkVVifJ0xlFr7piOL" alt="Filter of search bar" width="249"><figcaption><p>検索バーのフィルター</p></figcaption></figure>

<figure><img src="/files/yW6K6SynrbjB9TXr5AUx" alt="Example of a search result"><figcaption><p>検索結果の例</p></figcaption></figure>

* 次に、公共の一般知識の**追加**ボタンをクリックします。購読が成功すると、**追加**ボタンが**削除**ボタンに変わります。

<figure><img src="/files/Yyo5Njfoxc28MxuqAeRV" alt="Unadded common knowledge"><figcaption><p>未追加の一般知識</p></figcaption></figure>

<figure><img src="/files/6ZnJB6SUGsbJk6yjwUEh" alt="Added common knowledge"><figcaption><p>追加された一般知識</p></figcaption></figure>

* 後で、購読した知識を削除したい場合は、**削除**ボタンをクリックします。

## 共通知識の作成

共通知識の作成と共有に関する詳細な手順については、このページを訪れてください [APIキーの登録と使用](/ja/rissu/integration-options/registering-and-using-api-keys.md)。

{% hint style="info" %}
共通知識は、どの文書が共有されるかを正確に制御できる[Mementos](/ja/ge-ren-li-yong/personal/mementos-filter-access.md)の基盤の上に構築されています。作成されると、開発者はAPIを通じてあなたの共通知識にアクセスし、カスタムアプリケーションを構築したり、[LangChain](/ja/rissu/integration-options/langchain-integration.md)や[OpenAI GPTs](/ja/rissu/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/ja/ge-ren-li-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.
