> For the complete documentation index, see [llms.txt](https://docs.rememberizer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rememberizer.ai/ko/undefined-2/releases/2025-releases/may-23rd-2025.md).

# 2025년 5월 23일

### 새로운 기능

#### Rememberizer 프론트엔드

* **새로운 유지보수 페이지**: 다운타임 동안 더 나은 소통을 위해 유지보수 페이지를 도입했습니다.

### 개선 사항

#### Rememberizer 백엔드

* **향상된 콘텐츠 공유**: 콘텐츠에 대한 공개 공유 기능 개선.
* **개선된 성능**: 더 나은 사용자 경험을 위한 폴더 및 파일의 빠른 처리.
* **개선된 보고**: 문제 해결을 위한 실패한 문서에 대한 일일 보고서 향상.

#### Rememberizer 프론트엔드

* **향상된 유지보수 처리**: 필수 서비스가 사용 불가능할 때만 유지보수 알림이 표시됩니다.
* **보안 업데이트**: 정기적인 보안 유지보수 및 업데이트.

### 버그 수정

#### Rememberizer 백엔드

* **구글 드라이브 통합 수정**: 구글 드라이브 폴더 삽입 문제 해결.
* **문서 검색 수정**: 기념 문서에 대한 잘못된 문서 ID를 유발하는 문제 해결.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rememberizer.ai/ko/undefined-2/releases/2025-releases/may-23rd-2025.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
