# 2024 年 5 月 10 日

## 新功能

* **Rememberizer 记忆** 允许应用程序在用户的 Rememberizer 账户中保存和共享数据，为来自多个应用的重要信息提供一个集中位置。\
  \
  **好处**

  * **对于用户：** 轻松访问所有应用的数据，应用之间无缝同步，即使应用被卸载也能持久存储。
  * **对于开发者：** 无需创建自定义数据存储系统，能够利用其他应用的数据，简化跨应用集成。

  记忆文档： <https://docs.rememberizer.ai/personal/rememberizer-memory-integration>。\
  记忆 API 文档： <https://docs.rememberizer.ai/developer/api-docs/memorize-content-to-rememberizer>。
* **Gmail 集成：** 用户现在可以连接他们的 Gmail 账户并选择特定标签添加到他们的知识库中。
* **Google Drive 共享驱动支持：** 我们增加了对 Google Drive 共享驱动的支持，允许用户将共享驱动中的文档包含在他们的知识库中。

## 改进

* **文档索引：** 我们增强了文档索引过程，确保新文档能够成功上传和索引。如果索引失败，已经实现了重试机制。
* **应用发布流程：** 应用发布流程中的审核步骤已被移除，简化了开发者的流程。
* **连接的应用 UI：** “您的连接应用” UI 已得到增强，以应对没有连接应用的情况，改善用户体验。

## 修复的错误

* **重命名应用程序：** 解决了重命名应用程序时出现错误的问题。


---

# 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/e-wai-zi-yuan/releases/2024-releases/may-10th-2024.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.
