> For the complete documentation index, see [llms.txt](https://help.daak2.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daak2.com/zh-tw/readme.md).

# Daak 使用手冊

本手冊依照 Daak 中可直接使用的功能整理。選擇要使用的模組，即可查看入口、頁面內容和具體操作。

## 核心模組

| 模組                                                    | 可使用的功能                       |
| ----------------------------------------------------- | ---------------------------- |
| [記帳](/zh-tw/ji-zhang/bookkeeping.md)                  | 新增帳單、多幣別與匯率、搜尋、批次編輯、統計、日曆、範本 |
| [資產](/zh-tw/zi-chan/overview.md)                      | 帳戶餘額、帳戶群組、淨資產、餘額走勢、信用帳戶和帳戶回饋 |
| [預算](/zh-tw/yu-suan/budget.md)                        | 總預算、分類預算、使用進度、預算帳單明細         |
| [存錢罐](/zh-tw/cun-qian-guan/savings.md)                | 固定、彈性、52 週和 365 天存錢計畫        |
| [投資與市場](/zh-tw/tou-zi-yu-shi-chang/investment.md)     | 市場、持倉、買賣、股利和價格               |
| [分期與定存](/zh-tw/fen-qi-yu-ding-cun/installment.md)     | 分期還款、提前結清、定存本金和利息            |
| [借款](/zh-tw/jie-kuan/loan.md)                         | 借出、借入、收回和歸還                  |
| [退款與報銷](/zh-tw/tui-kuan-yu-bao-xiao/reimbursement.md) | 待報銷支出、報銷入帳和原帳單退款             |
| [週期記帳](/zh-tw/zhou-qi-ji-zhang/recurring.md)          | 按日、週、月或自訂規則自動產生帳單            |

## 設定與資料

| 模組                                                        | 可使用的功能                     |
| --------------------------------------------------------- | -------------------------- |
| [個人化設定](/zh-tw/ge-ren-hua-she-ding/navigation.md)         | 底部 Tab、快速入口、外觀、鍵盤、統計卡片和安全性 |
| [資料與共享](/zh-tw/zi-liao-yu-gong-xiang/sync-and-sharing.md) | iCloud、共享、匯入、匯出、備份和移轉      |
| [其他功能](/zh-tw/qi-ta-gong-neng/cards.md)                   | 卡片和預購清單                    |
| [幫助](/zh-tw/bang-zhu/data-and-membership.md)              | 資料儲存、會員帳號和常見問題             |

{% hint style="info" %}
**常用入口可以自訂**

存錢罐、借款、報銷、分期、定存和投資等功能可以放在底部 Tab 或首頁快速入口。移動或隱藏入口不會刪除資料。
{% endhint %}

第一次使用請從[首次設定](/zh-tw/kai-shi-shi-yong/quick-start.md)開始。


---

# 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://help.daak2.com/zh-tw/readme.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.
