# How to use Voice In in a popup window?

A common question we get is how to use Voice In inside a popup window. Popup windows are unique as they are outside the context of the main browser window and do not see the Voice In extension button. As a result, you cannot click on the microphone icon or use the keyboard shortcut to start Voice In.&#x20;

<figure><img src="/files/02eWDiukzyRJkAvfvT4X" alt="" width="563"><figcaption></figcaption></figure>

However, there is a very simple way to use Voice inside a popup window. Simply right-click in the text box and click on "Start Recording," as shown above. That should start speech recognition.&#x20;


---

# 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://help.dictanote.co/help/general/how-to-use-voice-in-in-a-popup-window.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.
