> 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/ja/ji-lu/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/ja/ji-lu/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.
