> 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/daak-shi-yong-shou-ce.md).

# Daak 使用手册

本手册按 Daak 中可以直接使用的功能整理。选择要使用的模块，即可查看入口、页面内容和具体操作。

### 核心模块

| 模块        | 可以使用的功能                      |
| --------- | ---------------------------- |
| **记账**    | 新增账单、多币种与汇率、搜索、批量编辑、统计、日历、模板 |
| **预算**    | 总预算、分类预算、使用进度、预算账单明细         |
| **资产**    | 账户余额、账户分组、净资产、余额走势、信用账户      |
| **存钱罐**   | 固定、灵活、52 周和 365 天存钱计划        |
| **投资与市场** | 市场、持仓、买卖、分红和价格               |
| **分期与定存** | 分期还款、提前结清、定存本金和利息            |
| **借款**    | 借出、借入、收回和归还                  |
| **退款报销**  | 待报销支出、报销到账和原账单退款             |
| **周期记账**  | 按日、周、月或自定义规则自动生成账单           |

### 设置与其它

| 模块        | 可以使用的功能                 |
| --------- | ----------------------- |
| **个性化设置** | 底部标签、快捷入口、外观、键盘、统计卡片和安全 |
| **数据与共享** | iCloud、共享、导入、导出、备份和迁移   |
| **其它功能**  | 卡片和预购清单                 |

> **常用入口可以自定义**\
> 存钱罐、借款、报销、分期、定存和投资等功能可以放到底部标签或记账页顶部。移动或隐藏入口不会删除数据。

第一次使用请从**首次设置**开始。


---

# 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/daak-shi-yong-shou-ce.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.
