# 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/ko/undefined-2/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.
