> For the complete documentation index, see [llms.txt](https://doc.moze.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.moze.app/prepare/account.md).

# 建立帳戶清單

> ## 記帳第一步，請把你現有資產和負債通通列出來

### 記帳的核心原則

有效記帳的關鍵，是讓記帳系統中每個帳戶的餘額都與實際餘額一致。帳目跟現實對得上，你才能真正掌握自己的完整財務狀況，包括所有資產與負債。

### 資產負債盤點的重要性

開始記帳之前，先做一次全面的財務盤點，這是建立可靠記帳系統的基礎。這個步驟能幫你：

* 建立準確的財務基礎數據
* 避免後續記帳過程中的餘額錯誤
* 全面了解個人財務現況
* 為後續的財務規劃奠定基礎

***

### 資產負債盤點清單

請依照以下類別，逐一清點你的財務狀況：

#### 現金類資產

* 錢包中的現金
* 家中存放的現金
* 各種零錢儲存容器（如撲滿、零錢盒）

#### 銀行帳戶

* 各銀行的活期存款帳戶
* 定期存款帳戶
* 外幣帳戶餘額

#### 電子支付與儲值

* 各種電子錢包餘額（如悠遊卡、一卡通）
* 各類禮券或點數餘額

#### 信用與負債

* 各張信用卡的當期未繳餘額
* 個人貸款餘額
* 其他借貸關係

***

### 在 MOZE 中建立帳戶

完成財務盤點後，請在 MOZE 中為每個實際帳戶建立對應的記帳帳戶。這種一對一的對應關係有幾個好處：

#### 精確的餘額追蹤

每個帳戶都能獨立追蹤餘額變化，確保記帳數據準確。

#### 清晰的收支分析

分別記錄各帳戶的收支，方便分析不同資金來源的使用模式。

#### 有效的財務管理

透過多帳戶管理，更容易制定針對性的財務策略和預算規劃。

### 建立成功記帳系統的基礎

完成這個初始設定，你就有了一個與現實完全對應的記帳系統。這不只是記帳的技術要求，更是財務管理能否見效的重要基礎。

清點完資產負債、建立好帳戶後，你就可以開始日常記帳，並且確信這些數據能真實反映你的財務狀況。

***

### 帳戶參考範例

這裡列出常見的帳戶分組和對應的帳戶範例給你參考：

| 現金       | 台幣、美金、人民幣、港元、日幣                    |
| -------- | ---------------------------------- |
| 銀行       | 台幣銀行、外幣銀行、數位銀行、郵局                  |
| 信用卡      | VISA、MASTER、JCB                    |
| 電子票證     | 悠遊卡、一卡通、八達通                        |
| 儲值卡      | 星巴克隨行卡、行動捷利卡、iPass Money、iShow 卡   |
| 禮券       | 新光三越、Sogo、家樂福、振興三倍券                |
| 紅利點數     | 蝦幣、Pi 幣、街口幣、Line Point             |
| 保單       | 儲蓄險、美金保單                           |
| 証券戶      | 元大、日盛、國泰、IB、eToro                  |
| 加密貨幣     | 比特幣、以太幣                            |
| 第三方支付    | 微信支付、支付寶、Paypal、Stripe             |
| ~~行動支付~~ | ~~Apple Pay、Line Pay、PX Pay、街口支付~~ |

***

### 常見問題

#### Q：像是 Apple Pay / Line Pay 這類型的行動支付需要建立帳戶嗎？

行動支付是把手機當作信用卡的載具，實際上還是從綁定的信用卡扣款，所以你不需要另外建立一個街口支付的帳戶，否則會跟綁定的信用卡重複記錄。

#### Q：卡片結合悠遊卡功能需要分開建立帳戶嗎？

有些信用卡或金融卡有綁定悠遊卡功能，雖然是同一張卡片，但請另外建立一個悠遊卡帳戶來歸帳，因為實際上金額是分開計算的。


---

# 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://doc.moze.app/prepare/account.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.
