> For the complete documentation index, see [llms.txt](https://docs.ovationvr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ovationvr.com/ovation/faq/organization-subscription.md).

# Organization Subscription

### What is an organization subscription?

An Organization subscription provides additional features for customers who purchase Ovation in order to make it available to others.&#x20;

An example is a university that makes Ovation available to its professors and students. Or a corporation that makes it available to its employees. Or a professional public speaking coach who makes it available to her clients.

An Organization subscription provides:

* An unlimited number of member accounts
* A minimum of 5 [licenses](/ovation/creating-an-account/computer-licenses.md) and the ability to purchase more
* Access to the [Assignments](/ovation/assignments.md) feature to design practice sessions on the web portal and track completion in the app
* Tools to view member usage
* Significantly more [tokens](/ovation/artificial-intelligence/tokens.md) per month than are available to Individual subscribers

### What's an example signup process for an organization subscription in Higher Ed?

Fictional University wants all 200 students taking a public speaking course to use Ovation throughout the semester. They own 10 Meta Quest 3 headsets and 5 PCs in their VR lab, and many students have personal PCs.

1. The university purchases its Ovation subscription with 20 licenses to accommodate the possibility of 20 students using Ovation simultaneously.
2. The university creates accounts in bulk for the 200 students in the course.
3. Students launch Ovation on their headsets or PCs and sign in with their newly active accounts to practice and complete assignments.

### Do you provide setup and training?

Organization subscribers receive extensive onboarding support consisting of training for your staff and demos for others within your organization.

### What is meant by "organization members" and "unlimited member accounts"?

Organizations can directly create Ovation accounts linked to an email or send an email invitation to join the subscription. These accounts are activated as "Members" and can use the organization's licenses.

An organization can have an unlimited number of member accounts. Rather than limiting accounts or the devices the app is installed on, Ovation limits the number of [concurrent users](/ovation/creating-an-account/computer-licenses.md).

### How do I apply the EDU/NPO/GOV discount?

Ovation staff will review public details about your company and, if necessary, ask questions to determine your eligibility for the discount. If eligible, a member of the Ovation staff will apply the discount before sending your invoice.


---

# 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.ovationvr.com/ovation/faq/organization-subscription.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.
