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

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