# Voice Input

## How to use it

1. Click the **microphone button** in the chat input
2. Speak your question
3. Knowbase transcribes your voice and sends it as a message

{% hint style="info" %}
Voice input uses your browser's built-in speech recognition. Make sure your browser has microphone permissions enabled.
{% endhint %}

## Supported browsers

Voice input works best in Chrome and Edge. Safari and Firefox have limited support for the Web Speech API.


---

# 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.knowbase.ai/chat/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.
