# What is Advanced Mode?

Voice In takes the user's audio input, converts it into text, and then inserts it into the web page. By default, Voice In uses the **Default Mode** to insert text into the web page. Default mode works on sites with a simple textbox, like Gmail. &#x20;

However, the default mode does not work on some sites like Facebook. On Facebook, your status message text can contain person mentions, hashtags, etc.  For this reason, Facebook uses complex logic to handle text input and display. This makes it non-trivial for Voice In to insert transcribed text.

To work around this issue, we developed **Advanced Mode**.

Advanced Mode is only available with [Voice In Plus](https://dictanote.co/voicein/plus/).&#x20;

Advanced mode uses a more robust text insertion strategy that lets you use Voice In on a significantly larger number of sites. Advanced mode is used by default when you have Voice In Plus.&#x20;

Advanced mode enables dictation on many popular sites like Twitter, Skype, Facebook, Google Keep, Hubspot, Google Meet, Notion, etc. Check out the [list of sites on which advanced mode](https://dictanote.co/voicein/apps/) enables dictation.

To see the difference Advanced Mode makes, check out the video below that shows dictation on Facebook using Voice In without and with Advanced Mode:

{% embed url="<https://www.youtube.com/watch?v=9dPC5xClhv0>" %}
Using Advanced Mode to Type in Facebook
{% endembed %}


---

# 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/what-is-advanced-mode.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.
