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

# 範本 🔖

如果有一些固定的交易行為，例如去星巴克都點大杯拿鐵、去麥當勞只吃麥香魚，你可以把這些常用的支出加到範本內，下次記帳時直接選擇範本，就會自動帶入相關資訊。

## 建立範本 <a href="#create" id="create"></a>

建立時跟一般記錄一樣，填上類別、金額、帳戶、專案、商家等資訊。**名稱欄位**一定要填上一組獨一無二的名稱，例如拿鐵、麥香魚，再點擊右邊的 ☆ 按鈕，就能把這筆記錄的相關資訊建立成一組範本。

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

&#x20;

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

新增範本後，會再跳出一個視窗，詢問你是否要把這個範本加入 Siri 捷徑，讓你之後可以直接用 Siri 記帳，這部分後面會再說明。

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

&#x20;

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

## 使用範本記帳 <a href="#record" id="record"></a>

使用範本記帳很簡單，新增記錄後選到**名稱**欄位，下方就會出現範本清單，你也可以輸入關鍵字篩選。點擊帶有「★」的提示字，就會自動帶入範本的相關資訊，你也可以再手動調整內容。

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

&#x20;

<img src="/files/-MH00ThNlS-4MnmdXn6k" alt="" width="375">

### Siri

如果先前建立範本時有加入 Siri，你可以直接對 Siri 下指令，說出指定的範本名稱，就會自動新增一筆記錄哦！

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

### Spotlight

除此之外，你也可以直接在系統的搜尋框 (Spotlight) 輸入範本名稱，不用開啟 App 就能建立記錄，非常方便！

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

&#x20;

<img src="/files/-MH02m9vS1uWm6Vw5D84" 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/template.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.
