> For the complete documentation index, see [llms.txt](https://docs.reportandrun.com/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reportandrun.com/manual/faq/c142/c149/q431.md).

# How much does the cloud version of the app cost?

Monthly or yearly cloud subscriptions are available for:

* $9.99 USD per month per user
* $99.99 USD per year per user (paid upfront)

The in-app price will be shown in your local currency. We aim to make it equivalent to $9.99 USD per month. However, actual prices may vary with exchange rates and regional differences.

For individuals and companies subject to Australian GST, we have subscriptions in AUD.

**Image limits**

Cloud subscriptions include 10,000 images. Individual images added to reports and images generated in published reports are included in the limit.&#x20;

The limit does not reset, but you can remove unused images as needed to free up space.&#x20;

[You can check your account's image limit from the web portal](/manual/readme/account-management/check-image-limit.md) or in the [mobile app](/manual/report-and-run-integrate/account-management/check-image-limit.md).

**Upgrades**

You can upgrade or downgrade your cloud subscription at anytime. The subscription will be adjusted accordingly.&#x20;

For example, if you have 1 user and 10 days remaining on your subscription, and you upgrade to 2 users, then you will have 5 days left on your subscription.&#x20;

If you have 2 users and 10 days remaining on your subscription and downgrade to 1 user, then you will have 20 days left.&#x20;

Excessive upgrades and downgrades will be capped.

{% hint style="info" %}
Mobile subscriptions, including prorated upgrades, are managed in the app store.
{% endhint %}

## Related

* [Article: Upgrade/downgrade your monthly subscription from the web portal](/manual/readme/account-management/upgrade-downgrade-your-account.md)
* [Article: Upgrade/downgrade your monthly subscription from the mobile app](/manual/report-and-run-integrate/account-management/upgrade-downgrade-your-monthly-subscription.md)
* [FAQ: How do I start a trial to test the app?](/manual/faq/c142/c149/q430.md)
* [FAQ: How do I upgrade to a full subscription from the trial?](/manual/faq/c167/q585.md)
* [FAQ: How do I delete images in the web portal to free up storage space?](/manual/faq/c150/c158/q513.md)


---

# 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.reportandrun.com/manual/faq/c142/c149/q431.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.
