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

# 餘額調整

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

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

&#x20;

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

&#x20;

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

{% 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://doc.moze.app/reconciliation/balance-adjustment.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.
