> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/ko/integrations/app-integrations/rememberizer-integration.md).

# Rememberizer 통합

### 소개

GenStudio는 개인 구성원을 위한 Rememberizer 통합과 Control Center를 통한 전체 작업 공간을 위한 Rememberizer 통합의 두 가지 유형을 제공합니다. 이 가이드는 두 통합 프로세스에 대한 포괄적인 개요를 제공하여 작업 공간 전반에 걸쳐 검색 및 기억 능력을 향상시킵니다.

<figure><img src="/files/OJXWWfpvhRGoy8Dgazdj" alt="rememberizer integrations"><figcaption></figcaption></figure>

### GenStudio에서 Rememberizer 인증을 위한 단계 (개별 회원들)

#### 1단계: Rememberizer에 연결하기

1. "계정 추가"를 클릭하여 Rememberizer 인증 페이지로 이동합니다.
2. GenStudio가 접근할 권한을 검토합니다. 예를 들어 Mementos 및 Memory와 같은 권한입니다.

<figure><img src="/files/BMwoHt4oCeKrFLb4LVYe" alt="&#x60;add rememberizer account&#x60;"><figcaption></figcaption></figure>

#### 2단계: 메멘토 구성하기

1. 메멘토 옆의 "변경" 옵션을 선택합니다.
2. 사용 가능한 목록에서 새 메멘토를 선택하거나 생성합니다.
3. 선택을 확인합니다.

<figure><img src="/files/x8VUh98juUdki2iwKMf5" alt="choose memento"><figcaption></figcaption></figure>

#### 3단계: 메모리 설정하기

1. 메모리 옆의 "변경"을 클릭합니다.
2. 선호하는 메모리 설정을 선택합니다 (예: 모두 읽기/자신의 것 쓰기).
3. 설정을 확인합니다.

<figure><img src="/files/AjsLOoZL18LAZ0agXXTM" alt="set memory preferences"><figcaption></figcaption></figure>

#### 4단계: 인증

1. 설정을 구성한 후 "인증"을 클릭하여 연결을 완료합니다.

<figure><img src="/files/HRXjKRRgD32tO06JGWnJ" alt="authorize rememberizer connection"><figcaption></figcaption></figure>

### Rememberizer를 Control Center에서 승인하는 단계 (작업공간 전체)

#### 1단계: 통합 접근

1. **통합** 섹션으로 이동합니다.
2. **앱** 탭을 클릭합니다.
3. "Rememberizer"를 찾아 **추가**를 클릭합니다.

<figure><img src="/files/S8szEN9bclPXFj1l5oEp" alt="add rememberizer integration"><figcaption></figcaption></figure>

#### 2단계: 권한 부여 단계 따르기

* 권한 부여 프로세스는 개인 구성원과 동일한 단계를 따릅니다.
* 권한이 부여되면 Rememberizer는 전체 작업 공간에서 사용 가능합니다.

### Rememberizer 통합 사용

승인된 후, SkyDeck는:

* Rememberizer API를 자동으로 호출합니다. 자세한 내용은 [Rememberizer API 문서](https://docs.rememberizer.ai/developer/api-documentations)를 방문해 주세요.
* 응답을 사용하여 언어 모델(GPT 4o 등)과의 상호작용을 향상시킵니다.

#### 맥락 기반 LLM 통합

* 검색된 정보는 응답 개선에 사용됩니다. 예를 들어, "내 계정은 무엇인가요?"라고 묻는 경우 Rememberizer의 맥락을 사용하여 개인화된 세부정보를 제공합니다.

<figure><img src="/files/EDOydCHKduRRTgrct5e6" alt="rememberizer improves responses"><figcaption></figcaption></figure>

### 결론

이 가이드를 따르면 Rememberizer를 GenStudio 내에서 효과적으로 통합하고 활용할 수 있으며, 고급 검색 기능과 개인화된 메모리 공유를 통해 애플리케이션 경험을 향상시킬 수 있습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.skydeck.ai/ko/integrations/app-integrations/rememberizer-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
