# 공통 지식

## 일반 지식이란 무엇인가

Rememberizer에서 등록된 사용자 \*\*(발행자)\*\*는 메멘토를 통해 업로드한 문서를 선택하고 이를 일반 지식으로 공개적으로 공유할 수 있습니다. 다른 사용자 \*\*(구독자)\*\*는 이 공개 지식에 접근하여 자신의 리소스에 추가할 수 있습니다.

다른 사용자가 데이터를 기여함으로써, 공동으로 일반 지식 페이지에서 제공되는 정보를 향상시킬 수 있습니다. 이러한 협력적 접근 방식은 모든 사용자가 더 풍부한 데이터 소스에 접근할 수 있게 하여, AI 애플리케이션의 학습 능력을 향상시킵니다.

## 공개 공통 지식 추가

리소스에 공통 지식을 구독하려면 아래 지침을 따르십시오.

* 탐색 모음에서 **개인 > 공통 지식**을 선택하십시오. 그러면 공개 공통 지식 페이지가 표시됩니다.

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

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

* 그런 다음 구독하려는 공통 지식을 찾으십시오. 검색 창에 지식의 이름을 입력하여 지식을 검색할 수 있습니다. 검색 창 옆의 필터 옵션을 선택할 수도 있습니다.

<figure><img src="/files/qEV0158S4vbct8OvjjrL" alt="Filter of search bar" width="249"><figcaption><p>검색 창의 필터</p></figcaption></figure>

<figure><img src="/files/2iwAPn5zuEnuAM2Ry5w2" alt="Example of a search result"><figcaption><p>검색 결과의 예</p></figcaption></figure>

* 그런 다음 공개 공통 지식에서 **추가** 버튼을 클릭하십시오. 구독이 성공적으로 완료되면 **추가** 버튼이 **제거** 버튼으로 변경됩니다.

<figure><img src="/files/TJEVNolKtQuL1Nb8kWMM" alt="Unadded common knowledge"><figcaption><p>추가되지 않은 공통 지식</p></figcaption></figure>

<figure><img src="/files/2oniLwbClWhvfGuYP2jL" alt="Added common knowledge"><figcaption><p>추가된 공통 지식</p></figcaption></figure>

* 나중에 구독한 지식을 제거하려면 **제거** 버튼을 클릭하십시오.

## 공통 지식 만들기

공통 지식을 생성하고 공유하는 방법에 대한 자세한 지침은 이 페이지를 방문하세요 [API 키 등록 및 사용](/ko/undefined-1/integration-options/registering-and-using-api-keys.md).

{% hint style="info" %}
공통 지식은 [Mementos](/ko/undefined/personal/mementos-filter-access.md)를 기반으로 구축되며, 이를 통해 어떤 문서가 공유될지를 정확히 제어할 수 있습니다. 일단 생성되면, 개발자는 API를 통해 귀하의 공통 지식에 접근하여 맞춤형 애플리케이션을 구축하거나 [LangChain](/ko/undefined-1/integration-options/langchain-integration.md) 및 [OpenAI GPTs](/ko/undefined-1/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/ko/undefined/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.
