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

# 為什麼要記帳

### 一個簡單的問題，你知道你現在有多少錢嗎？

聽起來很簡單對吧？但如果你沒有記帳習慣，要回答這個問題可能要花一整天！

你得翻銀行存摺、查信用卡帳單、登入一堆網銀 App、數錢包現金、算各種儲值卡餘額...如果還有定存、外幣、股票、房貸什麼的，光想就頭痛了😵‍💫

#### 不知道自己有多少錢，會怎樣？

想買車、買房、結婚、生小孩...人生這些大事都需要錢。如果你不知道自己的財務狀況：

* 不知道能不能負擔這些花費
* 不知道要存多久才夠
* 不知道該怎麼安排存錢計畫

所以記帳的核心其實很簡單：讓你知道自己有多少錢可以用，然後聰明地分配它們。

#### **先破解兩個常見迷思**

❌ **迷思一：記帳 = 省錢**

記帳不是要你餐餐吃泡麵！🍜

重點是分清楚哪些錢「該花」、哪些錢「亂花」：

* 該花的錢：吃飯、住房、交通、適度娛樂、投資自己
* 亂花的錢：衝動購物、被推銷、腦波弱買的東西

健康的身體、好心情、學習成長都很重要，你自己才是賺錢的本錢！記帳是幫你把錢花在刀口上，不是叫你當守財奴。

❌ **迷思二：記帳 = 變有錢**

記帳本身不會讓你變富有，但它能幫你搞清楚「能拿多少錢去投資」。<br>

想像一下：看到戶頭有 30 萬就全部丟股市，結果下個月要付房租、信用卡帳單時才發現沒錢...是不是很慘？😅

記帳幫你算清楚：

* 每個月固定要花多少錢
* 扣掉必要開銷後，還剩多少錢可以投資
* 這些錢要怎麼分配（定存、股票、基金...）

賺錢還是要靠你的投資能力啦！<br>

#### 記帳真正的用處

🔍 了解自己的花錢習慣

* 每個月花多少錢？
* 錢都花到哪裡去了？
* 哪些類別花最多？

💰 建立存錢習慣

* 知道哪些錢可以省
* 設定合理的存錢目標
* 避免亂花錢

🎯 實現人生目標 － 不管是買新手機、出國玩、買房子，都需要規劃：

* 目標需要多少錢？
* 現在能存多少？
* 多久可以達成？

***

> 記帳不僅是數字的記錄，更是通往財務自由的第一步。透過持續的記帳習慣，您將逐步建立起對個人財務的全面掌控能力。


---

# 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:

```
GET https://doc.moze.app/preface/why.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
