# 集成

连接您来自各种平台的现有内容，并将其转化为可与 AI 应用程序配合使用的可搜索知识。

## 可用集成

**桌面和本地文件**

* [**Rememberizer 应用**](/zh-cn/ge-ren-shi-yong/integrations/rememberizer-app.md) - 用于处理本地文件的桌面应用程序，支持文档、演示文稿、代码文件等

**云存储**

* [**Google Drive 集成**](/zh-cn/ge-ren-shi-yong/integrations/rememberizer-google-drive-integration.md) - 连接来自您的 Google Drive 的文档和文件
* [**Dropbox 集成**](/zh-cn/ge-ren-shi-yong/integrations/rememberizer-dropbox-integration.md) - 访问和搜索您 Dropbox 账户中的文件

**通信平台**

* [**Slack 集成**](/zh-cn/ge-ren-shi-yong/integrations/rememberizer-slack-integration.md) - 从 Slack 工作区导入消息、文件和对话
* [**Gmail 集成**](/zh-cn/ge-ren-shi-yong/integrations/rememberizer-gmail-integration.md) - 搜索电子邮件、附件和对话

**人工智能和记忆**

* [**记忆集成**](/zh-cn/ge-ren-shi-yong/integrations/rememberizer-memory-integration.md) - 保存和检索 AI 对话历史
* [**MCP 服务器**](/zh-cn/ge-ren-shi-yong/integrations/rememberizer-mcp-servers.md) - 连接 MCP 服务器

**管理**

* [**管理第三方应用**](/zh-cn/ge-ren-shi-yong/integrations/manage-third-party-apps.md) - 控制哪些外部应用可以访问您的知识

## 它是如何工作的

1. 使用安全的 OAuth 认证连接您的数据源
2. Rememberizer 处理内容并创建向量嵌入
3. 使用 [Mementos](/zh-cn/ge-ren-shi-yong/personal/mementos-filter-access.md) 组织知识以进行访问控制
4. 使用语义搜索 [在所有来源中搜索](/zh-cn/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-cn/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.
