> 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/ji-zhang/statistics.md).

# 統計與分析

開啟 **首頁**，點一下右上角目前模式名稱，選擇 **統計**。

## 選擇統計範圍

點一下頂部帳本和時間，可以選擇全部帳本、指定帳本、月份、年份或自訂日期。切換範圍後，頁面中的統計卡片會一起更新。

## 查看統計卡片

| 卡片   | 顯示內容             |
| ---- | ---------------- |
| 金額統計 | 收入、支出、結餘及其他已啟用金額 |
| 趨勢   | 金額隨日期變化的折線或長條結果  |
| 分類分布 | 收入或支出分類及占比       |
| 建立者  | 共享帳本中各成員建立的帳單金額  |
| 成員   | 成員消費或分攤相關統計      |
| 帳戶餘額 | 目前範圍內帳戶餘額和變動     |
| 標籤   | 依標籤彙總帳單金額        |

點一下金額、分類、標籤或圖表項目，可以開啟組成該結果的帳單清單，再進入單筆帳單詳細資料。

{% hint style="info" %}
開啟 **個人化設定**，可以在 **統計卡片**和**金額統計**中選擇內容；圓餅圖顏色也在這裡設定。
{% endhint %}


---

# 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/ji-zhang/statistics.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.
