> 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/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-tw/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.
