# 集成选项

用于构建具有 Rememberizer 语义搜索和知识管理功能的应用程序的开发者工具和集成选项。

## 认证方法

**API 密钥认证**

* [**注册和使用 API 密钥**](/zh-cn/kai-fa-zhe-zi-yuan/integration-options/registering-and-using-api-keys.md) - 访问共享知识库和构建原型的简单认证

**OAuth2 集成**

* [**注册 Rememberizer 应用**](/zh-cn/kai-fa-zhe-zi-yuan/integration-options/registering-rememberizer-apps.md) - 注册用于 OAuth2 认证的应用
* [**授权 Rememberizer 应用**](/zh-cn/kai-fa-zhe-zi-yuan/integration-options/authorizing-rememberizer-apps.md) - 实现用户特定知识访问的 OAuth2 流程

## 平台集成

**AI 平台**

* [**创建 Rememberizer GPT**](/zh-cn/kai-fa-zhe-zi-yuan/integration-options/creating-a-rememberizer-gpt.md) - 使用 Rememberizer 知识访问构建自定义 GPT
* [**LangChain 集成**](/zh-cn/kai-fa-zhe-zi-yuan/integration-options/langchain-integration.md) - 与 LangChain 集成以实现 AI 工作流和文档检索

**数据管理**

* [**向量存储**](/zh-cn/kai-fa-zhe-zi-yuan/integration-options/vector-stores.md) - 创建和管理专业的语义搜索数据库

**示例应用**

* [**Talk-to-Slack 示例 Web 应用**](/zh-cn/kai-fa-zhe-zi-yuan/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/zh-cn/kai-fa-zhe-zi-yuan/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.
