# Common knowledge

## What is common knowledge

In Rememberizer, registered users **(publishers)** can select their uploaded documents through mementos and share them publicly as common knowledge. Other users **(subscribers)** can access this public knowledge and add it to their own resources.

By contributing their data, other users can collectively enhance the available information on the common knowledge page. This collaborative approach allows all users to access a richer data source, thereby improving the learning capabilities of their AI applications.

## Add public common knowledge

In order to subscribe a common knowledge to your resource, follow the instructions below

* On navigation bar, choose **Personal > Common Knowledge**. Then, you will see the public common knowledge page.

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

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

* Then, look for the common knowledge you want to subscribe. You can look up the knowledge by typing the knowledge's name on search bar. You can optionally choose the filter option next to the search bar.

<figure><img src="/files/bYOMbM9qrksGJ5FICY4y" alt="Filter of search bar" width="249"><figcaption><p>Filter of search bar</p></figcaption></figure>

<figure><img src="/files/DR8mGMI1CFRmyFDcY2Y3" alt="Example of a search result"><figcaption><p>Example of a search result</p></figcaption></figure>

* Then click **Add** button on the public common knowledge. After successful subscribe, you will see the **Add** button change to **Remove** button.

<figure><img src="/files/1yx9GYg1XIWMHYTpSmcu" alt="Unadded common knowledge"><figcaption><p>Unadded common knowledge</p></figcaption></figure>

<figure><img src="/files/WMQTHHYwvq8AeQ35Rh79" alt="Added common knowledge"><figcaption><p>Added common knowledge</p></figcaption></figure>

* Later, if you want to remove a subscribed knowledge, click the **Remove** button.

## Create a common knowledge

For detailed instructions of creating and sharing a common knowledge, visit this page [Registering and using API Keys](/developer-resources/integration-options/registering-and-using-api-keys.md).

{% hint style="info" %}
Common knowledge is built on the foundation of [Mementos](/personal-use/personal/mementos-filter-access.md), which allow you to control exactly which documents are shared. Once created, developers can access your common knowledge through APIs to build custom applications or integrate with [LangChain](/developer-resources/integration-options/langchain-integration.md) and [OpenAI GPTs](/developer-resources/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/personal-use/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.
