# Usage

In the Umbraco Cloud Settings menu, you can find a page called *Usage*.

On the Usage page, you will find an overview that displays your usage and evaluates it against the plan limitations of your project. On the page, you will also find the top 10 for the bandwidth usage of your project. This can give you important insight into where you can optimize resource management.

## Usage overview

The overview shows the bandwidth of the project for the current month, the media storage size, and the number of custom domains added to the project. It is also possible to see the bandwidth history for the previous six months.

In this overview, you will find the usage limitations for your Umbraco Cloud project as well as the plan that the project is on.

![Usage on Cloud](https://3739769070-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPzKn70Piyd2fd5UkYZGf%2Fuploads%2Fgit-blob-980fa8044030a2334991c68ae7d5d5ca0fbf7f92%2FDaily-Usage-Bandwidth-Trend-October-2025.png?alt=media)

The Bandwidth Trend graph provides a rolling 31-day view of your project’s bandwidth usage. It allows you to monitor daily bandwidth usage patterns and see how changes to your site affect data consumption.

The usage shown is for the Live environment of your project as it is the usage in this environment that is measured against the plan usage limits. For *media storage,* it is the size of all files in the blob storage including the cache that is considered.

## Bandwidth Top 10's

You will find a couple of top 10 for the bandwidth in the project's live environment.

### Top 10 - Bandwidth Usage Paths

The first is displaying the 10 resources that are contributing the most to the total bandwidth of your project. Each resource is represented by its path together with the number of requests and its total contribution of bandwidth.

<figure><img src="https://3739769070-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPzKn70Piyd2fd5UkYZGf%2Fuploads%2Fgit-blob-40ac61c9f92599f915efa7d61a211977d8cec2ff%2FTop10BandwidthPaths2.png?alt=media" alt=""><figcaption></figcaption></figure>

### Top 10 - Bandwidth Usage Referrers

The second displays the top 10 HTTP Referrers causing the most bandwidth. A referer is an optional HTTP header field identifying the address of the web page from which the resource was requested. It is the bandwidth generated from these resource requests that counts in the monthly usage limit of the project.

![top 10 bandwidth](https://3739769070-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPzKn70Piyd2fd5UkYZGf%2Fuploads%2Fgit-blob-aedc7532f9e7277f790e652b1e039d4bc27f2982%2FTop10BandwidthReferer2.png?alt=media)

{% hint style="info" %}
Be aware that any third party services will also consume bandwidth. For example, an uptime service implementation can increase bandwidth usage as it pings the website more frequently.
{% endhint %}

## Top 50 - Media Files

It is also possible to see the top 50 media files on your live environment.

The list shows the name of the file, its path, size, and type (whether it is a jpeg or a png file).

![top 50 media files](https://3739769070-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPzKn70Piyd2fd5UkYZGf%2Fuploads%2Fgit-blob-07a6f07a175ef454810a2ad7eecb157257efa6f2%2FTop-50-media.png?alt=media)

## Usage limits

You can see the Usage limits and prices for the different plans on Umbraco Cloud on our [website](https://umbraco.com/umbraco-cloud-pricing/) or when [changing your plan](https://docs.umbraco.com/umbraco-cloud/build-and-customize-your-solution/set-up-your-project/project-settings/change-your-plan).

You can always upgrade your project to a higher plan if you have reached the limit of what you are allowed on your project. You can **Upgrade the Plan** from the **Management** tab on your project.

{% hint style="warning" %}
When one of the limits reaches 90%, you’ll see a warning banner in the portal and an email is sent to the project owner and the technical contact(s) of the project, notifying you that you’re getting close to your limit(s).

<img src="https://3739769070-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPzKn70Piyd2fd5UkYZGf%2Fuploads%2Fgit-blob-f4af326bcd451696a9e41a38d602f9859b7005b3%2Fwarnings_usage.png?alt=media" alt="USage Warning" data-size="original">
{% endhint %}


---

# 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.umbraco.com/umbraco-cloud/optimize-and-maintain-your-site/monitor-and-troubleshoot/usage.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.
