> 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/creating-an-account/account-activation/billing.md).

# Trial & Subscription

All accounts must either have an active trial or subscription to access most of the major features in Ovation.

### Trial

All Individual and Organization subscriptions begin with a trial period unless one has previously been used.

Providing billing information, such as a credit card or digital wallet (e.g. Google Pay), is required to activate a trial. The account will automatically convert to a paid subscription at the end of the trial and the payment method on file will be charged.

### Individual

An Individual subscription is selected during the account activation process. The activation process is complete when the trial starts (if one is available) or the subscription fee is charged. The account will be billed the subscription fee each billing date unless the account is deactivated or deleted.

### Organization Member

An Organization Member occupies a seat in the subscription owned by their Organization Admin. An Organization Member account does not require any billing information during the activation process.

### Organization Admin

An Organization Admin subscription is selected during the account activation process. The activation process is complete when the trial starts (if one is available) or the subscription fee is charged.

### Organization Subscription Setup Tutorial

{% embed url="<https://www.youtube.com/watch?index=2&list=PLIfr-CPk1iVEhrGv3Cb5iRMpJqnkLb_hl&v=XKoTHRr3tTQ>" %}


---

# 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/creating-an-account/account-activation/billing.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.
