> For the complete documentation index, see [llms.txt](https://docs.odyssey.stream/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.odyssey.stream/admin/subscriptions.md).

# Subscriptions

Odyssey has three subscription tiers. Each subscription tier gives you access to purchase stream credits, deploy any number of projects, and more.

## Plan comparison

<table><thead><tr><th width="203"> </th><th>Sandbox</th><th>Pro</th><th>Enterprise</th></tr></thead><tbody><tr><td><strong>Monthly Cost</strong></td><td>$0</td><td>$20</td><td>$800</td></tr><tr><td><a href="/pages/YRSwOqstbe9K90oiSovF"><strong>Best GPU</strong></a></td><td>A4000</td><td>A5000</td><td>A6000</td></tr><tr><td><strong>Admin seats</strong></td><td>1</td><td>Unlimited</td><td>Unlimited</td></tr><tr><td><strong>Whitelabeling</strong></td><td>-</td><td>-</td><td>✓</td></tr><tr><td><a href="/pages/8YMxKqr4RRyesZiLU0EV"><strong>Dolby.io streams</strong></a></td><td>-</td><td>-</td><td>✓</td></tr><tr><td><strong>Included stream hours</strong></td><td>2 hrs total</td><td>2 hrs /month</td><td>2 hrs /month</td></tr><tr><td><a href="/pages/FiX225nFsNf9J8QD4WNq"><strong>Stream cost</strong></a></td><td>$3 /hr</td><td>$3 /hr</td><td>Volume rates available</td></tr><tr><td><strong>Number of projects</strong></td><td>Unlimited</td><td>Unlimited</td><td>Unlimited</td></tr><tr><td><strong>Concurrent Users</strong></td><td>1000</td><td>1000</td><td>3000+</td></tr></tbody></table>

## Manage your subscription

{% hint style="info" %}
To sign up for a subscription follow the steps on [Getting Started](/upload-a-project/getting-started.md)
{% endhint %}

Once you have an active subscription, open your [organization dashboard](https://app.odyssey.stream/), then:

1. Select *Organization Settings* from the left-side navigation menu
2. Select the *Billing* tab
3. Choose the plan you want:

<figure><img src="/files/XT3lWXW1UN1dOSmQN0U9" alt=""><figcaption></figcaption></figure>

## Cancellation

You can always downgrade to Sandbox and you won't be charged any monthly amount. If you want to cancel your subscription completely you can click on the `Manage in Stripe` button at the top of the Billing page.&#x20;

From the Stripe dashboard you can cancel your account completely.


---

# 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.odyssey.stream/admin/subscriptions.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.
