# 餘額調整

有時候記帳可能會漏記一些款項，導致 App 裡的帳戶餘額跟實際帳戶有出入，建議先透過[對帳模式](/reconciliation/statement-mode.md)，找到問題點後補上遺漏的記錄。如果真的找不到原因，最後還有一招，就是透過**調整餘額**來讓帳目回歸正確。

<img src="/files/-MH4v7iQ7f8IgMqO1raH" alt="帳戶資訊右上角選單裡有餘額調整的按鈕" width="375">

<img src="/files/-MH4vDxjHcfFEOrTJn93" alt="填上調整後的正確餘額" width="375">

<img src="/files/-MH4vMLpiwn63B2rSkTc" alt="系統會自動幫你補上餘額差距" width="375">

{% hint style="info" %}
特別要注意的是，餘額調整是根據該帳戶當下時間的實際金額去做設定，一旦設定好正確餘額後，**如果你之後又在餘額調整之前去新增或刪除任何記錄，都不會改變這個時間點的帳戶餘額**。
{% endhint %}


---

# Agent Instructions: 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/reconciliation/balance-adjustment.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.
