> ## Documentation Index
> Fetch the complete documentation index at: https://docs.replit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# App Storage Billing

> Learn how Replit charges for App Storage.

export const ObjectStorageAdvancedOperationsPer1k = '$0.0075';

export const ObjectStorageBasicOperationsPer1k = '$0.0006';

export const ObjectStorageDataTransfer = '$0.10';

export const ObjectStorageMonth = '$0.03';

## Billing categories

Replit categorizes App Storage billing into the following areas:

* **Storage**: Amount of data capacity used per month. All stored objects have a minimum billing period of seven days.
* **Data Transfer**: Total amount of data uploaded and download throughout the month.
* **Basic Operations**: Operations associated with updating buckets and objects. See Class A Operations in <a href="https://cloud.google.com/storage/pricing" target="_blank">Google Cloud Storage pricing</a> for details.
* **Advanced Operation**: All other cloud object storage operations including retrieving configuration and metadata about objects and buckets. See Class B Operations in <a href="https://cloud.google.com/storage/pricing" target="_blank">Google Cloud Storage pricing</a> for details.

## Prices

The following table lists the prices for each usage category.

| Category                        | Price                                                        |
| ------------------------------- | ------------------------------------------------------------ |
| App Storage                     | {ObjectStorageMonth} per GiB per month                       |
| App Storage Data Transfer       | {ObjectStorageDataTransfer} per GiB                          |
| App Storage Basic Operations    | {ObjectStorageBasicOperationsPer1k} per thousand requests    |
| App Storage Advanced Operations | {ObjectStorageAdvancedOperationsPer1k} per thousand requests |
