> 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/accounts.md).

# 口座管理

## 口座を追加する

1. **資産**を開き、右上の **管理**をタップします。
2. **口座を追加**をタップします。
3. 名前、口座タイプ、通貨、現在残高を入力します。
4. 必要に応じてグループ、アイコン、色、帳簿の範囲、統計オプションを設定します。
5. **保存**をタップします。

{% hint style="warning" %}
初めて口座を追加するとき、**現在残高**には Daak を使い始める当日の実際の残高を入力してください。その残高に含まれる過去の取引を重複して入力しないでください。帳簿自体には残高を設定しません。
{% endhint %}

## 口座残高を更新する

銀行の残高と Daak が一致しない場合は、口座を開いて **残高更新**を選び、実際の現在残高と日付を入力します。Daak は過去の取引を書き換えず、残高調整の取引を保存します。

## 口座グループ

口座管理画面でグループを作成し、銀行、用途、所有者ごとに口座を整理できます。口座をドラッグしてグループと表示順を変更できます。グループは表示だけに影響し、取引が属する帳簿は変わりません。

## 編集とアーカイブ

| 操作             | 方法                                | 結果                    |
| -------------- | --------------------------------- | --------------------- |
| **編集**         | 口座をタップして編集画面を開く                   | 名前、アイコン、色、その他の設定を変更する |
| **アーカイブ**      | 未アーカイブ一覧で左にスワイプし、アーカイブアイコンをタップする  | よく使う口座の選択肢から非表示にする    |
| **アーカイブ済みを表示** | 管理画面下部の **アーカイブ済み**をタップする         | アーカイブ済み口座の一覧へ切り替える    |
| **アーカイブを解除**   | アーカイブ済み一覧で左にスワイプし、緑色の解除アイコンをタップする | よく使う口座として復元する         |

{% hint style="info" %}
口座をアーカイブしても過去の取引は削除されませんが、よく使う口座の選択肢には表示されなくなります。
{% endhint %}

## 口座を削除する

{% hint style="danger" %}
口座を削除しても過去の取引は削除されません。共有口座は先に共有を停止してください。使用しない口座を隠すだけの場合は、アーカイブを使用してください。
{% 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/zi-chan/accounts.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.
