# 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-hk/qi-ta-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.
