> 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/2024-releases/mar-4th-2024.md).

# 2024년 3월 4일

## 새로운 기능

* **공유 지식**: 공유 지식을 생성하고 표시하는 새로운 기능이 구현되었습니다.
* **메멘토 이름 변경**: 이제 사용자들이 자신의 메멘토 이름을 변경할 수 있습니다.

## 버그 수정

* **Dropbox 파일 표시**: Dropbox에서 파일 표시가 잘못되는 문제를 해결했습니다.
* **쿼리 결과 순서**: 연속적인 청크로 쿼리한 결과가 잘못된 순서로 반환되는 버그를 수정했습니다.
* **공통 지식 UI**: 공통 지식 기능의 여러 UI 문제를 수정했습니다.


---

# 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:

```
GET https://docs.rememberizer.ai/ko/undefined-2/releases/2024-releases/mar-4th-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.
