# Checking Account Storage

Each MAPIR Cloud subscription plan is allowed to have up to a particular amount of storage.

Storage is reduced when you perform the following actions:

* Images uploaded for a new project
* Files generated when a new project is processed
* Exports are generated to download for a project
* Project is shared to your account as a duplicate (owned) project from another user

You can check how much storage you are currently using by going to your Cloud account and clicking the user account icon in the top right corner:

![](/files/-M7JhXoE5c2y4RudjWHx)

The amount of storage being used can be seen under the "Storage Usage" section as follows:

![](/files/-M7Jpl65PQScgZ-c6otQ)

In the example above this user has 1000GB allowed and has used up 79.25GB.

In order to adjust the amount of storage available in your account you can [change your subscription plan](/mapir-cloud/account-page/changing-your-subscription-plan.md).


---

# 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://mapir.gitbook.io/mapir-cloud/account-page/checking-account-storage.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.
