# 語音記帳 🔮

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

<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: 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:

```
GET https://doc.moze.app/speech-entry.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
