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

# 記帳小技巧

## 完成記帳

除了右上角有一個:heavy\_check\_mark:完成按鈕，還有以下這些快捷方式可以完成記錄：

* 透過手勢下拉一段距離就會觸發完成記帳

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

* 數字鍵盤上有一個:heavy\_check\_mark:按鈕點擊可直接完成記帳

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

## 連續記帳

如果你是習慣在固定時間一次補上整天的花費，當完成一筆記錄後，可以**長按**右上角:heavy\_check\_mark:（或是數字鍵盤上的:heavy\_check\_mark:），就可以接續著記錄下一筆。

<img src="/files/-MGy5SXNlEHQACONTkTu" 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/tips.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.
