# 統合

さまざまなプラットフォームから既存のコンテンツを接続し、AIアプリケーションで機能する検索可能な知識に変換します。

## 利用可能な統合

**デスクトップおよびローカルファイル**

* [**Rememberizer アプリ**](/ja/ge-ren-li-yong/integrations/rememberizer-app.md) - ドキュメント、プレゼンテーション、コードファイルなどをサポートするローカルファイルを処理するためのデスクトップアプリケーション

**クラウドストレージ**

* [**Google ドライブ統合**](/ja/ge-ren-li-yong/integrations/rememberizer-google-drive-integration.md) - Google ドライブからドキュメントやファイルを接続
* [**Dropbox 統合**](/ja/ge-ren-li-yong/integrations/rememberizer-dropbox-integration.md) - Dropbox アカウント内のファイルにアクセスし、検索

**コミュニケーションプラットフォーム**

* [**Slack 統合**](/ja/ge-ren-li-yong/integrations/rememberizer-slack-integration.md) - Slack ワークスペースからメッセージ、ファイル、会話をインポート
* [**Gmail 統合**](/ja/ge-ren-li-yong/integrations/rememberizer-gmail-integration.md) - メール、添付ファイル、会話を検索

**AI とメモリ**

* [**メモリ統合**](/ja/ge-ren-li-yong/integrations/rememberizer-memory-integration.md) - AI 会話履歴を保存および取得
* [**MCP サーバー**](/ja/ge-ren-li-yong/integrations/rememberizer-mcp-servers.md) - MCP サーバーに接続

**管理**

* [**サードパーティアプリの管理**](/ja/ge-ren-li-yong/integrations/manage-third-party-apps.md) - どの外部アプリケーションがあなたの知識にアクセスできるかを制御

## 仕組み

1. 安全なOAuth認証を使用してデータソースを接続します
2. Rememberizerがコンテンツを処理し、ベクトル埋め込みを作成します
3. アクセス制御のために[Mementos](/ja/ge-ren-li-yong/personal/mementos-filter-access.md)を使用して知識を整理します
4. セマンティック検索を使用して[すべてのソースを検索](/ja/ge-ren-li-yong/personal/search-your-knowledge.md)します


---

# 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/ja/ge-ren-li-yong/integrations.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.
