# 為什麼選擇 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/zh-hk/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.
