# 捷徑記帳

內建的捷徑記帳可以讓你不開啟 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: 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/shortcuts/shortcut-entry.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.
