> 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/shortcuts/shortcut-entry.md).

# 捷徑記帳

內建的捷徑記帳讓你不用開啟 App，就能快速記下一筆交易。你也可以自行修改捷徑內容，滿足客製化需求。

打開捷徑記帳的內容來看，基本設計就是根據交易類型的選單（支出、收入、轉帳、應收款項、應付款項），執行對應的輸入操作。

<figure><img src="/files/HH72lAB0YntxAGwdO9IP" alt="" width="375"><figcaption></figcaption></figure>

以支出為例，必填的參數有「金額」、「主類別」、「子類別」和「帳戶」；「專案」、「日期」、「名稱」、「商家」、「標籤」、「備註」則是選填。最下方有一個「自動建議紅利回饋」：開啟後，系統會依照你選擇的帳戶和類別，找出先前記錄搭配的紅利回饋自動記錄；沒有開啟則預設不記錄任何紅利回饋。

<figure><img src="/files/IAV9nUSGM3hniu7lrVMI" alt="" width="375"><figcaption></figcaption></figure>

如果想把選填參數變成每次記帳都要輸入的項目，點擊欄位，再點選下方的「每次都詢問」，執行捷徑時就會跳出這個參數讓你輸入。你也可以直接在欄位填上資料，例如帳戶填「錢包」，執行捷徑時就會略過帳戶參數，直接記在錢包。

<figure><img src="/files/k6E8PuNDFYP6CwXR11QX" alt="" width="375"><figcaption></figcaption></figure>

反之，想移除必要參數時，長按欄位選擇「清除變數」即可。

<figure><img src="/files/o7H7wTwmyscludB3W945" alt="" width="375"><figcaption></figcaption></figure>

執行結果：

<figure><img src="/files/vFQ4gt5Opcle2CVTjwob" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/P26R44Fi98lEPNf3ixCv" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/2TI60TX0AjXenRI6IOmx" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/YeVXW9KLjIiOu7Z66kkE" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/4YqxCkUvy4piLkQvb5eN" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/4jwfRTxz1IBPQGv6m42E" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/ojECNueWczuymH90TByY" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/dMKqDQZjhDJQVCP0dt5t" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/cWi0nbA56RNolUrEEmKU" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/JIgqiakkMsQ9tjmQ9vi3" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/fc35sXxdXPvQfBttEoLX" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/f2HbakXybLeUj745Atno" alt="" width="375"><figcaption></figcaption></figure>


---

# 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/shortcuts/shortcut-entry.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.
