> 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-cn/zi-chan/overview.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-cn/zi-chan/overview.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.
