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

# 語音記帳 🔮

長按最下方的新增記錄按鈕會跳出快捷選單，你可以從這裡開啟語音記帳功能：

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

第一次使用時，系統會請求麥克風和語音辨識權限，同意後會進入語音辨識頁面：

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

你可以點擊右上角的說明按鈕，先看一下語音記帳的說明和範例。目前支援支出、收入、轉帳、應收款項和應付款項的記錄，以及由支出和收入組成的多類別。

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

語音辨識同時只能以一種語言為主，如果有特定商品或店家需要用英文記錄，切換成英文語系的辨識度會比較好（語系可以在口說過程中隨時切換）。

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

說完後，點擊下方的錄音按鈕結束語音辨識，接著就會進入 AI 分析階段。

{% hint style="info" %}
商品名稱、商家或信用卡帳戶名稱等資訊的辨識能力有限，有不正確的地方可以先忽略沒關係，後續 AI 會根據你的輸入找出最可能的結果。
{% endhint %}

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

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

AI 分析需要一點時間，完成後會根據你的語音敘述呈現最佳結果，並直接進入編輯記錄頁面，方便你調整和確認。

如果分析結果差太多，可以換個敘述方式再試一次。如果只有部分資訊有誤，或是需要設定週期、分期等進階功能，可以再進一步編輯。

{% hint style="info" %}
如果分析結果有誤差，系統也會根據你修正的結果持續優化。請盡量用簡單明確的敘述說明交易內容，正確率會比較高。
{% endhint %}

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

#### 語音支援多類別

多類別記錄有以下限制：

1. 子帳目僅支援支出和收入類型
2. 每筆品項至少要完整說出名稱和金額，有提供類別會更準確
3. 子帳目不支援不同帳戶或不同專案

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

AI 分析完畢後會跳出新增記錄頁面，詢問你要建立多類別還是合併成一筆：

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

建立多類別的結果如下，品項名稱會填寫在備註中：

<figure><img src="/files/UEqVDlrbxCtnp1N0yUK9" 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/record/speech-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.
