# How to Use Checklist Voice Control

### 1. Enable Voice Control

Go to the SimFly Pad settings page and select Voice Interaction (BETA). Once entered, turn on “Enable Audio Interaction”. Then, in the permission prompt that appears, allow the necessary permissions.

### 2. Use Voice Control

Return to the checklist page, and you will see a new voice icon at the top right corner of the page. Click it to activate voice checklist control. At this point, SimFly Pad will automatically play the current checklist content, and you can use simple “confirmation words” to advance the checklist to the next item.

### Optional: Improve Voice Recognition Accuracy

You can enable the Online Recognize option in the Voice Interaction (BETA) settings page. If enabled, the voice recognition function will use Apple servers to improve recognition efficiency.&#x20;

{% hint style="info" %}
The voice recognition feature uses voice SDK from Apple, and all voice data is only transmitted between your device and Apple’s servers.
{% endhint %}

### Optional: Customize Voice Recognition Keywords

You can add custom voice keywords in the Voice Interaction (BETA) settings page. Once a recognized keyword is spoken, the corresponding checklist item will be automatically checked.


---

# 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/pro-tips-and-usage/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.
