> 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/ji-zhang/record.md).

# 新增帳單

點一下任一主要頁面右下角的記帳按鈕，會先開啟新增支出頁面。

## 頁面結構

| 頁面區域       | 具體功能                              |
| ---------- | --------------------------------- |
| **頂部中央**   | 顯示目前帳本，點一下可切換帳本                   |
| **右上角類型**  | 切換支出、收入、轉帳、借款、投資或換匯；也可開啟範本        |
| **金額區域**   | 顯示目前金額和幣別，點一下幣別可切換                |
| **備註與日期**  | 新增備註，或修改帳單發生時間                    |
| **記帳工具列**  | 選擇帳戶，並依設定顯示費用、組合支付、標籤、地點、圖片、成員等功能 |
| **底部數字鍵盤** | 輸入金額、進行簡單計算，並使用右下角按鈕儲存            |

## 新增一筆帳單

1. 點一下右上角目前類型，選擇 **支出、收入、轉帳、借款、投資或換匯**。
2. 點一下頂部帳本名稱，確認帳單所屬帳本。
3. 在工具列選擇帳戶，並在頁面中選擇分類等必要內容。
4. 使用底部數字鍵盤輸入金額；需要時可直接使用加、減、乘、除。
5. 依需要填寫日期、備註、標籤、地點、圖片或成員。
6. 點一下數字鍵盤右下角 **儲存**。

## 頁面欄位

| 欄位        | 使用方式                 |
| --------- | -------------------- |
| **金額與幣別** | 點一下幣別切換；金額過長時會自動縮小顯示 |
| **帳戶**    | 支出選擇付款帳戶，收入選擇收款帳戶    |
| **帳本**    | 決定帳單所屬的統計、預算和共享範圍    |
| **分類**    | 選擇收入或支出分類，可繼續選擇子分類   |
| **標籤**    | 一筆帳單可以新增多個標籤         |
| **日期**    | 可以記錄過去或未來日期          |
| **備註**    | 填寫商家、用途或其他說明         |
| **圖片**    | 新增票據或相關圖片            |
| **地點**    | 儲存位置後可在記帳地圖查看        |
| **成員**    | 記錄共同消費或成員分攤資訊        |

## 費用、折扣與組合支付

| 功能        | 使用方式            |
| --------- | --------------- |
| **費用**    | 記錄手續費等附加金額      |
| **折扣**    | 記錄優惠後的實際金額      |
| **組合支付**  | 將同一筆消費拆分至多個付款帳戶 |
| **統計與預算** | 控制帳單是否計入收支統計和預算 |

## 轉帳與換匯

轉帳需要選擇轉出帳戶和轉入帳戶。兩個帳戶幣別不同時，分別填寫轉出、轉入金額或匯率；儲存後兩個帳戶餘額會同時更新，轉帳本身不會重複計入一般收支。

## 快速記錄

| 需要            | 使用方式                                             |
| ------------- | ------------------------------------------------ |
| **語音記帳**      | 長按右下角記帳按鈕                                        |
| **連續記帳**      | 在工具列中開啟，儲存後繼續記錄下一筆                               |
| **重複填寫常用內容**  | 儲存為[記帳範本](/zh-tw/ji-zhang/templates.md)          |
| **依固定日期自動記錄** | 建立[週期記帳](/zh-tw/zhou-qi-ji-zhang/recurring.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/zh-tw/ji-zhang/record.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.
