# 如何使用检查单语音控制

### 1. 开启语音控制

进入 SimFly Pad 的 settings 页面，选择 Voice Interaction (BETA)。进入后开启 “Enable Audio Interaction”。随后在弹出的权限提示中授予所需权限。

### 2. 使用语音控制

返回检查单页面，你会在页面右上角看到一个新的语音图标。点击它即可启用检查单语音控制。此时 SimFly Pad 会自动播报当前检查单内容，你可以使用简单的“确认词”将检查单推进到下一项。

### 可选：提升语音识别准确率

你可以在 Voice Interaction (BETA) 设置页开启 Online Recognize 选项。开启后，语音识别会使用 Apple 服务器以提升识别效果。

{% hint style="info" %}
语音识别功能使用 Apple 的语音 SDK，所有语音数据仅在你的设备与 Apple 服务器之间传输。
{% endhint %}

### 可选：自定义语音识别关键词

你可以在 Voice Interaction (BETA) 设置页添加自定义语音关键词。一旦识别到对应关键词，相关检查单条目会自动勾选。


---

# 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://docs.simflypad.com/v1/cn/jin-jie-ji-qiao-yu-yong-fa/how-to-use-checklist-voice-control.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.
