# 統合オプション

Rememberizerのセマンティック検索と知識管理機能を使用してアプリケーションを構築するための開発者ツールと統合オプション。

## 認証方法

**APIキー認証**

* [**APIキーの登録と使用**](/ja/rissu/integration-options/registering-and-using-api-keys.md) - 共有知識ベースにアクセスし、プロトタイプを構築するためのシンプルな認証

**OAuth2統合**

* [**Rememberizerアプリの登録**](/ja/rissu/integration-options/registering-rememberizer-apps.md) - OAuth2認証のためのアプリケーションを登録
* [**Rememberizerアプリの承認**](/ja/rissu/integration-options/authorizing-rememberizer-apps.md) - ユーザー特有の知識アクセスのためのOAuth2フローを実装

## プラットフォーム統合

**AIプラットフォーム**

* [**Rememberizer GPTの作成**](/ja/rissu/integration-options/creating-a-rememberizer-gpt.md) - Rememberizerの知識アクセスを使用してカスタムGPTを構築
* [**LangChain統合**](/ja/rissu/integration-options/langchain-integration.md) - AIワークフローとドキュメント取得のためにLangChainと統合

**データ管理**

* [**ベクトルストア**](/ja/rissu/integration-options/vector-stores.md) - 専門的なセマンティック検索データベースを作成および管理

**サンプルアプリケーション**

* [**Slackとの対話サンプルWebアプリ**](/ja/rissu/integration-options/talk-to-slack-the-sample-web-app.md) - 完全なサンプルWebアプリケーション

## 統合パターン

**APIファーストアプローチ** - RememberizerのRESTful APIを直接利用するアプリケーションを構築する **SDK統合** - より簡単な統合のために言語特有のSDKを使用する **Webhook統合** - 知識の更新に対するリアルタイム通知を設定する


---

# 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/rissu/integration-options.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.
