> 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/reconciliation/statement-mode.md).

# 對帳模式

當你收到信用卡帳單，想確認這一期的帳是否正確；或是帳戶餘額對不上，想跟存款簿比對一下，都可以用**對帳模式**輕鬆完成對帳。

## 進入對帳模式 <a href="#enter" id="enter"></a>

在信用帳戶交易明細頁面的繳款記錄區塊，右邊有一個對帳模式按鈕；右上角的選單裡也有對帳模式的入口。

<img src="/files/PcM8qySyTRIBhzY0yI4n" alt="" width="375">

&#x20;

<img src="/files/FErZPd6aiZqIjTgO5DxL" alt="" width="375">

## 功能介紹 <a href="#features" id="features"></a>

進入對帳模式後，你會看到這一期帳單的明細。如果是對主帳戶對帳，還會依照不同信用卡分組統計。最下方會顯示帳單筆數和這期的新增花費總計。

<img src="/files/gjiD8aigHsXV55uaHCG1" alt="" width="375">

**右滑**記錄即可完成**對帳確認**，下方會顯示已確認的筆數和已對帳金額。

<img src="/files/MJRrFJEOA4F08MC86zrH" alt="" width="375">

如果發現某筆交易不在帳單上，很可能是商家還沒跟銀行請款，所以尚未入帳。你可以**左滑**這筆記錄來**延後入帳**，系統會自動把入帳日期延後到下期帳單的第一天。

{% hint style="warning" %}
如果不小心把這期的交易延後入帳，可以參考[這裡](/record/postpone.md)改回來。
{% endhint %}

<img src="/files/0zibFRX17PS4M9BCIYmm" alt="" width="375">

&#x20;

<img src="/files/V69Xs0slxdUGYbVFhNSo" alt="對帳完成" width="375">

## 其他功能 <a href="#advance" id="advance"></a>

右上角選單內有更多功能：

* **新增記錄**：發現有漏掉的記錄，可以直接在這裡新增
* **新增繳款**：對帳完成後可以直接建立繳款
* **取消全部選取**：恢復到尚未對帳的狀態
* **變更日期順序**：預設由遠到近排序，也可以改成由近到遠

<img src="/files/iRv8UxMfQvBvkoNgoxwN" alt="" width="375">


---

# 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/reconciliation/statement-mode.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.
