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

# 如何使用捷徑

這裡介紹幾種執行 MOZE 捷徑的方式：

### 捷徑 App <a href="#shortcut-app" id="shortcut-app"></a>

最直覺的方式是打開捷徑 App，找到下載好的捷徑，直接點擊就會執行。

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

### 鎖定畫面 <a href="#lock-screen" id="lock-screen"></a>

鎖定畫面（Lock Screen）下方的兩個按鈕可以換成指定捷徑。進入編輯模式後點擊下方空的位置，找到捷徑的控制項目，就能選擇你下載的捷徑。

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

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

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

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

之後就能隨時在鎖定畫面長按捷徑按鈕執行操作（例如快速記帳）。

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

### 控制中心 <a href="#control-center" id="control-center"></a>

打開控制中心，點擊下方的「加入控制項目」加入指定捷徑，之後就能隨時下拉控制中心執行。

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

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

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

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

### 輔助使用 <a href="#assistive-use" id="assistive-use"></a>

從「**設定**」>「**輔助使用**」>「**觸控**」>「**背面輕點**」可以設定「點兩下」或「點三下」觸發捷徑，很適合設定成「**截圖記帳**」：把行動支付結果或畫面中的明細，用背面輕點快速截圖，接著直接記帳。

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

### 動作按鈕 <a href="#action-button" id="action-button"></a>

如果你的機型支援動作按鈕（Action Button），也可以直接指定捷徑。

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

### 進階的捷徑動作

在捷徑 App 搜尋「MOZE」，會看到「選擇帳戶」、「選擇專案」、「選擇主類別」和「選擇子類別」等動作，讓你自行組合出想要的捷徑。

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