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