# Rememberizer 集成

### 介绍

GenStudio 提供两种类型的 Rememberizer 集成：一种针对个人成员，另一种通过控制中心针对整个工作区。此指南提供了两种集成过程的全面概述，增强了您工作区内的搜索和记忆能力。

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

### 在 GenStudio 中授权 Rememberizer 的步骤（个人成员）

#### 步骤 1：连接到 Rememberizer

1. 点击“添加账户”以访问 Rememberizer 授权页面。
2. 查看 GenStudio 将访问的权限，例如 Mementos 和 Memory。

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

#### 步骤 2：配置备忘录

1. 选择备忘录旁边的“更改”选项。
2. 从可用列表中选择或创建一个新的备忘录。
3. 确认您的选择。

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

#### 步骤 3：设置记忆偏好

1. 点击“更改”旁边的记忆。
2. 选择您偏好的记忆设置（例如，全部读取/自己写入）。
3. 确认设置

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

#### 第 4 步：授权

1. 配置完设置后，点击“授权”以完成连接。

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

### 在控制中心授权 Rememberizer 的步骤 (工作区范围内)

#### 步骤 1：访问集成

1. 导航到 **集成** 部分。
2. 点击 **应用** 选项卡。
3. 找到 "Rememberizer" 并点击 **添加**。

<figure><img src="/files/CAa9bbH5kF5nJs8Zirin" 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/W0Ls4yI1b1GcYc7e3TW5" alt="rememberizer improves responses"><figcaption></figcaption></figure>

### 结论

通过遵循本指南，您可以有效地在 GenStudio 中集成和使用 Rememberizer，利用高级搜索功能和个性化记忆共享来增强您的应用体验。


---

# 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.skydeck.ai/zh-cn/integrations/app-integrations/rememberizer-integration.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.
