# Subscriptions

DeviceCloud offers subscriptions for use of the service.

These are being rolled out during 2026 and may not be available to all users initially. Reach out to support if you need help.

### Pro Plan

This subscription costs $25 per month and comes with $25 of usage included which can be used as per [Test Run Billing](/billing/test-run-billing.md).

Additional usage beyond $25 will be billed as overage and charged in your next monthly payment.

This plan lets you run up to 5 iOS and 5 Android tests in parallel. Read about [Concurrency & Parallel Runs](/getting-started/concurrency-and-parallel-runs.md) to understand how this may be reduced at peak times.

If you require support when using this plan, you can contact our team and community via Discord.\
\
This plan supports unlimited users and unlimited apps. Results are retained for 6 months.

### Max Plan

This subscription costs $200 per month and comes with $200 of usage included which can be used as per [Test Run Billing](/billing/test-run-billing.md).

Additional usage beyond $200 will be billed as overage and charged in your next monthly payment.

This plan lets you run up to 20 iOS and 20 Android tests in parallel.

In addition, it offers **Concurrency Protection** to ensure you always have at least 1 test running even at very busy times. Read more [Concurrency & Parallel Runs](/getting-started/concurrency-and-parallel-runs.md) to understand how this works.

This plan supports [Enterprise SSO](/security-and-compliance/enterprise-single-sign-on.md) and priority support via email.

This plan supports unlimited users and unlimited apps. Results are retained for 12 months.

### Enterprise Plan

This subscription costs from $6000 per year and allows for custom terms including volume discounts.

This plan is paid by invoice and includes private, dedicated support via Slack as standard.

Please reach out to <sales@devicecloud.dev> for more info.


---

# Agent Instructions: 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:

```
GET https://docs.devicecloud.dev/billing/subscriptions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
