# 記帳前的準備

- [建立帳戶清單](https://doc.moze.app/prepare/account.md)
- [帳戶總覽](https://doc.moze.app/prepare/account/overview.md)
- [帳戶設定](https://doc.moze.app/prepare/account/settings.md)
- [分類消費行為](https://doc.moze.app/prepare/category.md)
- [類別管理](https://doc.moze.app/prepare/category/management.md)
- [區分花費意圖](https://doc.moze.app/prepare/project.md)
- [專案總覽](https://doc.moze.app/prepare/project/overview.md)
- [預算規劃 🔖](https://doc.moze.app/prepare/project/budget.md): 🔖 代表進階功能，新手可暫時略過


---

# 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://doc.moze.app/prepare.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.
