> 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/plus/upgrade-to-plus.md).

# Upgrade To Plus

Voice In Plus unlocks all the advanced features of the Voice In Chrome extension. With Plus, you get:

* **Unlimited Dictation**: Say goodbye to the 60-minute daily limit of the free version.&#x20;
* **Advanced Mode**: Experience unrestricted dictation in 50+ languages on over 10,000 websites, including Salesforce, Slack, Notion, Teladoc, WordPress, Reddit, and more.
* **Custom Voice Commands:** Easily correct errors, input technical terms, and control your browser, all by voice.
* **Enhanced Editing Tools**: Use voice commands for undo actions and deleting words, minimizing manual edits.
* **Extended Dictation & Seamless Tab Switching**: Dictate longer and navigate tabs effortlessly, maintaining your workflow.
* **Exclusive Features**: Language switching shortcuts, Dictation Box, and more await you. [Explore all the features →](https://dictanote.co/voicein/plus/#pricing-included-features)&#x20;

## Upgrade to Voice In Plus

1. Open the Voice In Plus upgrade page <https://dictanote.co/voicein/plus/>
2. If you are not logged in, the page will prompt you to create an account. Simply click on sign up (it takes < 1 minute). The account is free and only used to ensure you can return to get your activation code - in case you want to activate Voice In Plus on another machine.&#x20;
3. On the upgrade page, choose your desired plan and click upgrade. You will redirected to a secure checkout page. Complete the payment. After your payment is processed, Voice In Plus will be enabled on your account.

We process payments through Stripe (a leader in credit card processing) and do not store any of your credit card information on our servers. Rest assured your payments are processed safely and securely.&#x20;

We also have an alternative upgrade page at <https://dictanote.co/voicein/plus/paypal/>. This page supports upgrading using PayPal and using credit/debit cards. Use this page if you are unable to upgrade on the main upgrade page.&#x20;


---

# 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/plus/upgrade-to-plus.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.
