# Voice Input&#x20;

Voice input on AIChatOne allows you to convert spoken language into written text, making it accessible and user-friendly for all users.

Let’s see how to set them up.

## Web API (Free) <a href="#b2a4be668b3c40debb9297270cd88a3c" id="b2a4be668b3c40debb9297270cd88a3c"></a>

You can use the Web API speech for free. To enable this:

* Click the “microphone” icon on the bottom right of the app, next to the message area
* Start recording your voice, which will be automatically transcribed into text so you can easily feed the AI model


---

# 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.aichatone.com/product-guides/voice-input.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.
