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