# 整合選項

用於構建應用程序的開發者工具和整合選項，利用 Rememberizer 的語義搜索和知識管理能力。

## 認證方法

**API 金鑰認證**

* [**註冊和使用 API 金鑰**](/zh-hk/kai-fa-zhe-zi-yuan/integration-options/registering-and-using-api-keys.md) - 簡單的認證方式，用於訪問共享知識庫和構建原型

**OAuth2 整合**

* [**註冊 Rememberizer 應用程式**](/zh-hk/kai-fa-zhe-zi-yuan/integration-options/registering-rememberizer-apps.md) - 註冊應用程式以進行 OAuth2 認證
* [**授權 Rememberizer 應用程式**](/zh-hk/kai-fa-zhe-zi-yuan/integration-options/authorizing-rememberizer-apps.md) - 實現 OAuth2 流程以獲取用戶特定的知識訪問

## 平台整合

**AI 平台**

* [**創建 Rememberizer GPT**](/zh-hk/kai-fa-zhe-zi-yuan/integration-options/creating-a-rememberizer-gpt.md) - 使用 Rememberizer 知識訪問構建自定義 GPT
* [**LangChain 整合**](/zh-hk/kai-fa-zhe-zi-yuan/integration-options/langchain-integration.md) - 與 LangChain 整合以進行 AI 工作流程和文檔檢索

**數據管理**

* [**向量存儲**](/zh-hk/kai-fa-zhe-zi-yuan/integration-options/vector-stores.md) - 創建和管理專門的語義搜索數據庫

**示例應用**

* [**Talk-to-Slack 示例網頁應用**](/zh-hk/kai-fa-zhe-zi-yuan/integration-options/talk-to-slack-the-sample-web-app.md) - 完整的示例網頁應用

## 整合模式

**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-hk/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.
