> For the complete documentation index, see [llms.txt](https://help.dictanote.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dictanote.co/help/features/how-to-enable-direct-insert.md).

# How to enable Direct Insert?

In this article, you’ll learn how to enable and disable **Direct Insert** in Voice In.&#x20;

Some websites automatically remove or alter spaces that Voice In adds before your dictated text, causing phrases to run together—e.g., turning “Hello world” and “how are you” into “Hello worldhow are you.” **Direct Insert** bypasses this interference by placing text directly at your cursor’s location. We recommend only enabling Direct Insert if you notice spaces disappearing between separately dictated phrases. Otherwise, leave it turned off.

## Enabling Direct Insert <a href="#enabling-disabling-advanced-mode" id="enabling-disabling-advanced-mode"></a>

Before you begin, ensure you have not hidden the Voice In page pop-up. If you have hidden it, follow the instructions on the page below to unhide it.

{% content-ref url="/pages/puGTHg1JLn1IKWbRp5Iz" %}
[How to hide/show the Voice In page pop-up?](/help/features/how-to-hide-show-the-voice-in-page-pop-up.md)
{% endcontent-ref %}

Click on the Voice In icon on the address bar to start dictation.

<figure><img src="/files/QHHFKeNhNVl38bXOYbaS" alt="" width="292"><figcaption></figcaption></figure>

The page should display a Voice In settings button. Click on the button, and a settings window will open.

<figure><img src="/files/4pjkFb3ej3QGzl1lXgAn" alt="" width="375"><figcaption></figcaption></figure>

Under Advanced, you will find the Enable Direct Insert setting. Select the checkbox to enable Direct Insert on the current website, or uncheck it to disable it.&#x20;

Once you enable/disable, refresh the page to apply the setting.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.dictanote.co/help/features/how-to-enable-direct-insert.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
