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

# 範本記帳

這個捷徑很單純，只有「範本」一個參數可以設定。沒有填預設值時，每次執行捷徑都會跳出選單，讓你選擇要用哪個範本記錄。

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

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

你也可以複製原本的捷徑，指定範本參數，再把捷徑名稱改成跟範本一樣，之後就能直接對 Siri 說「電車」自動建立記錄。

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

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