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

# 常用捷徑下載

MOZE 準備了幾個常用捷徑供你下載，例如：捷徑記帳、截圖記帳、拍照記帳、語音記帳、範本記帳，你可以在更多功能頁面的捷徑區塊找到：

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

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

以捷徑記帳為例，點擊下載後會自動開啟「捷徑」App，再點擊下方的「加入捷徑」即可。

<figure><img src="/files/4VTIV3L1fGJ00CWU1XLo" 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/download.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.
