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

# 提醒入帳

已經確定未來會發生的交易，例如收到交通罰單要在月底前繳交，或是訂購的商品要等收貨才付款，這些情況都可以用提醒入帳來記錄，等實際付款時再完成入帳即可。

## 建立提醒事件 <a href="#create" id="create"></a>

新增一筆記錄，在進階設定裡把入帳方式改成提醒入帳，並指定提醒日期。日期到了，系統就會提醒你有一筆待完成的交易。

<img src="/files/-MGvc_DA45PFCIuFR-2x" alt="" width="375">

&#x20;

<img src="/files/-MGvcwARHQZh662tFJXc" alt="" width="375">

&#x20;

<img src="/files/-MGvd-WRKB-ctyyZZ3Lq" alt="" width="375">

## 完成入帳 <a href="#complete" id="complete"></a>

你可以在通知中心頁面查看即將到來的事件。完成這筆交易後，打開記錄明細，點擊上方選單裡的 :heavy\_check\_mark: 即可完成入帳。

<img src="/files/-MGveOb5QJb1ssGL8wv8" alt="" width="375">

&#x20;

<img src="/files/-MGvdyyZJj_BjUp0B-V_" 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/record/reminder.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.
