# Storage Cost Managment

Since there is a storage cost associated with the data in your projects, it is good practice to regularly check how much cost is being generated by your projects and evaluate which data can be removed from cloud storage. The instructions provided here will help you quickly determine which data is generating the highest storage costs.

### Monitoring Storage Cost

To see how much storage costs are currently being generated for your tenant, you can look at the [usage explorer](https://help.connected.illumina.com/account-management/usage-explorer) at <https://platform.illumina.com/usage/> or from within ICA, navigate to the 9-dot symbol (<img src="/files/Uy4JoigujLLGJC1ZK3lk" alt="" data-size="line">) in the top right next to your name and choose the usage explorer from the menu.

From the usage explorer overview screen, you can see below the graphical representation which **projects** are incurring the highest storage costs.<br>

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

### Project Files in ICA

When you have determined which projects are incurring the largest storage costs, you can find out which files within that project are taking up the most space. To find the largest files in your project,

1. Go to **Projects > your\_project > Data** and switch to list view with the (<img src="/files/1aSZTyHL7AbUMWBrxknY" alt="" data-size="line">) icon left above your files.
2. Use the column icon (<img src="/files/S2H9ZCGfWjlr5YQPLr8D" alt="" data-size="line">) top right to add the size column to your view. You can drag the size column to the desired position in your list view or use the move left and use right options which appear when you select the three vertical dots.
3. Select Sort descending to show the largest files first.

<figure><img src="/files/uCNJwgY0YsKZS3GH1tJz" alt="" width="375"><figcaption></figcaption></figure>

4. Once you have the list sorted like this, you can evaluate if those large files are still needed, if the can be sent to [archive](/project/p-data.md#archiving-and-deleting-files) (**manage > archive**) or if they can be deleted (**manage > delete**).


---

# 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://help.ica.illumina.com/project/p-data/storage-cost-managment.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.
