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

# 記帳總覽

開啟 **首頁**，可以查看帳單、切換統計或日曆，並從右下角新增帳單。

## 頁面結構

| 頁面區域        | 具體功能                               |
| ----------- | ---------------------------------- |
| **左上角頭像**   | 開啟設定                               |
| **頂部時間與帳本** | 查看目前時間範圍和帳本；點一下帳本名稱開啟資料篩選          |
| **首頁快速入口**  | 開啟存錢罐、分期、投資、範本等已啟用功能               |
| **金額摘要**    | 顯示目前範圍的支出、收入和結餘；週、月或年範圍下可點一下結餘查看明細 |
| **帳單清單**    | 依日期分組顯示帳單和當日收支，點一下資料列進入詳細資料        |
| **首頁右上角選單** | 切換帳單、統計、日曆，或開啟搜尋                   |
| **右下角記帳按鈕** | 新增支出；長按進入語音記帳                      |

## 查看和管理帳單

1. 點一下頂部帳本名稱，選擇全部帳本或指定帳本，並設定週、月、年、自訂時間等範圍。
2. 在帳單清單查看每一天的帳單和收支金額。
3. 點一下帳單資料列查看詳細資料；允許編輯的帳單可以繼續修改。
4. 向左滑動帳單資料列，可以使用目前帳單支援的快速操作。
5. 離開目前期間後，點一下 **回到今天**返回目前時間範圍。

## 切換顯示內容

點一下右上角目前模式名稱，可以切換：

| 模式     | 顯示內容                |
| ------ | ------------------- |
| **帳單** | 金額摘要和依日期分組的帳單       |
| **統計** | 金額、趨勢、分類、帳戶和標籤等統計卡片 |
| **日曆** | 每天的收入、支出和帳單         |
| **搜尋** | 依關鍵字和條件尋找帳單，並進入批次編輯 |

## 記帳功能

| 要做什麼                | 使用頁面                                        |
| ------------------- | ------------------------------------------- |
| 記錄支出、收入、轉帳、借款、投資或換匯 | [新增帳單](/zh-tw/ji-zhang/record.md)           |
| 瞭解不同帳單會如何影響帳戶       | [帳單類型](/zh-tw/ji-zhang/types.md)            |
| 尋找、篩選、批次修改或刪除帳單     | [搜尋、篩選與批次編輯](/zh-tw/ji-zhang/manage.md)     |
| 查看收支趨勢、分類和標籤統計      | [統計與分析](/zh-tw/ji-zhang/statistics.md)      |
| 依日期查看每天的帳單          | [記帳日曆](/zh-tw/ji-zhang/calendar.md)         |
| 快速重複記錄常用內容          | [記帳範本](/zh-tw/ji-zhang/templates.md)        |
| 管理帳本、分類和標籤          | [帳本、分類與標籤](/zh-tw/ji-zhang/organization.md) |
| 使用多幣別、匯率和換匯         | [多幣別與匯率](/zh-tw/ji-zhang/currency.md)       |

{% hint style="info" %}
在 **首頁顯示功能**中，可以選擇首頁顯示的功能入口並調整順序。
{% 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/ji-zhang/bookkeeping.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.
