# 왜 Rememberizer인가?

생성적 AI 앱은 배경 정보에 접근할 수 있을 때 더 잘 작동합니다. 그들은 당신이 무엇을 알고 있는지 알아야 합니다. 이를 달성하는 좋은 방법은 당신이 생성하고 사용하는 문서, 데이터 및 논의에서 관련 콘텐츠에 대한 접근을 제공하는 것입니다. 그것이 바로 Rememberizer가 하는 일입니다.


---

# 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/readme.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.
