> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/engage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engagevr.io/engage/essential-features/registering-for-a-plus-account.md).

# Registering for a PRO account

If you upgrade from a LITE account to a PRO account, you can access a wide range of additional features on the ENGAGE platform. You can view information about the features on the [pricing page of the ENGAGE website](https://engagevr.io/pricing/). To view a summary of the additional features, expand the following panel:

<details>

<summary>Summary of PRO account features</summary>

* Your own PRO Group allowing you to manage licences, sessions and rules for members of your group
* Access to the AI Character Builder
* Access to Cloud File Manager
* Your own Persistent Sessions
* Ability to host sessions with 70 users (max 3 LITE users)
* Schedule and host Events, which you can list publicly and publicise through a web-based information page.
* Access additional options when you create a Session, such as public listing and password protection.
* Access the full library of IFX and 60+ additional locations.
* Access the Experience Editor to build immersive, interactive experiences.
* Access to premium ENGAGE Experiences
* Create recordings that include other people.

</details>

{% hint style="info" %}
The ENGAGE platform uses Stripe payment processing. You must have a supported credit or debit card to register for a PLUS account.
{% endhint %}

To register for a PRO account complete the following steps:

1. Go to <https://app.engagevr.io/pro[^1>].
2. Select the number of licences you would like associated with your PRO Group abd continue to step 2
3. Either create a new account or select **LOG IN**, and then choose a name for your PRO Group.
4. On the **BILLING INFORMATION** page, enter the billing information that's associated with the payment method that you want to use, and then select **Save and Continue**.
5. On the Payment page, input your card details and click BUY Now.

After the payment process completes, you see a confirmation page. If the ENGAGE app is currently open on your device, restart it to register your upgrade. You can manage your subscription in the web manager, and manage your group, including creating Persistent Sessions and inviting people to your group in the Enterprise Admin Portal. For more information, see [Managing your profile](/engage/managing-your-account/managing-your-profile.md).

[^1]:


---

# 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://docs.engagevr.io/engage/essential-features/registering-for-a-plus-account.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.
