# 整合

連接您來自各種平台的現有內容，並將其轉換為可搜尋的知識，以便與 AI 應用程式協同工作。

## 可用的整合

**桌面和本地文件**

* [**Rememberizer App**](/zh-hk/ge-ren-shi-yong/integrations/rememberizer-app.md) - 用於處理本地文件的桌面應用程式，支持文檔、演示文稿、代碼文件等

**雲端儲存**

* [**Google Drive Integration**](/zh-hk/ge-ren-shi-yong/integrations/rememberizer-google-drive-integration.md) - 連接您的 Google Drive 中的文檔和文件
* [**Dropbox Integration**](/zh-hk/ge-ren-shi-yong/integrations/rememberizer-dropbox-integration.md) - 訪問和搜索您 Dropbox 帳戶中的文件

**通信平台**

* [**Slack Integration**](/zh-hk/ge-ren-shi-yong/integrations/rememberizer-slack-integration.md) - 從 Slack 工作區導入消息、文件和對話
* [**Gmail Integration**](/zh-hk/ge-ren-shi-yong/integrations/rememberizer-gmail-integration.md) - 搜索電子郵件、附件和對話

**人工智慧和記憶**

* [**Memory Integration**](/zh-hk/ge-ren-shi-yong/integrations/rememberizer-memory-integration.md) - 保存和檢索 AI 對話歷史
* [**MCP Servers**](/zh-hk/ge-ren-shi-yong/integrations/rememberizer-mcp-servers.md) - 連接 MCP 伺服器

**管理**

* [**Manage Third-Party Apps**](/zh-hk/ge-ren-shi-yong/integrations/manage-third-party-apps.md) - 控制哪些外部應用程式可以訪問您的知識

## 它是如何運作的

1. 使用安全的 OAuth 認證連接您的數據來源
2. Rememberizer 處理內容並創建向量嵌入
3. 使用 [Mementos](/zh-hk/ge-ren-shi-yong/personal/mementos-filter-access.md) 組織知識以進行訪問控制
4. 使用語義搜索 [在所有來源中搜索](/zh-hk/ge-ren-shi-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/zh-hk/ge-ren-shi-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.
