> 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/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/zh-tw/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.
