# Rememberizer 統合

### はじめに

GenStudioは、個々のメンバー用とControl Centerを通じてワークスペース全体用の2種類のRememberizer統合を提供しています。このガイドでは、ワークスペース全体の検索と記憶機能を強化するための両方の統合プロセスの包括的な概要を提供します。

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

### RememberizerをGenStudioで認証する手順（個人会員）

#### ステップ 1: Rememberizer に接続する

1. "アカウントを追加" をクリックして Rememberizer 認証ページに移動します。
2. GenStudio がアクセスする権限を確認します。例えば、Mementos や Memory などです。

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

#### ステップ 2: メメントの設定

1. メメントの横にある「変更」オプションを選択します。
2. 利用可能なリストから新しいメメントを選択または作成します。
3. 選択を確認します。

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

#### ステップ 3: メモリ設定を設定する

1. メモリの横にある「変更」をクリックします。
2. お好みのメモリ設定を選択します（例: すべてを読む/自分のものを書く）。
3. 設定を確認します。

<figure><img src="/files/90aIgLGUL2Hzk40y4M6g" alt="メモリ設定を設定する"><figcaption></figcaption></figure>

#### ステップ 4: 認証

1. 設定を構成したら、「認証」をクリックして接続を完了します。

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

### Rememberizerをコントロールセンターで認証する手順（ワークスペース全体）

#### ステップ 1: インテグレーションにアクセス

1. **インテグレーション** セクションに移動します。
2. **アプリ** タブをクリックします。
3. "Rememberizer" を見つけて **追加** をクリックします。

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

#### ステップ 2: 認証手順に従う

* 認証プロセスは個々のメンバーと同じ手順に従います。
* 認証が完了すると、Rememberizerはワークスペース全体で利用可能になります。

### Rememberizer統合の使用法

承認されると、SkyDeckは：

* Rememberizer APIを自動的に呼び出します。詳細については、[Rememberizer API Documentation](https://docs.rememberizer.ai/developer/api-documentations)をご覧ください。
* 応答を使用して、言語モデル（例：GPT 4o）とのインタラクションを強化します。

#### コンテキスト LLM 統合

* 取得した情報は、応答を改善するために使用されます。たとえば、「私のアカウントは何ですか？」と尋ねると、Rememberizer のコンテキストを使用して個別の詳細が提供されます。

<figure><img src="/files/3PFty7SOwFvcqJrbT8tM" 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/ja/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.
