# How to enable dictation on local file URLs?

By default, Chrome does not allow extensions to interact with file URLs for security reasons. To enable Voice In extension to work with local files (files stored on your computer), you can manually permit the extension to do so. Here's how you can enable this feature:

1. Open the Chrome browser on your computer.
2. Right-click on the Voice In button and click on "Manage Extension"

   <figure><img src="/files/9ZG2NBamkVRZFrqwu8AL" alt="" width="450"><figcaption></figcaption></figure>
3. Scroll down to find the “Allow access to file URLs” toggle switch.<br>

   <figure><img src="/files/nRvVkXBOT1FJwHWdyVoR" alt=""><figcaption></figcaption></figure>
4. Click the toggle switch to enable it. If the toggle turns blue, it means Voice In is now allowed to interact with local files.

<br>


---

# 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/features/how-to-enable-dictation-on-local-file-urls.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.
