> For the complete documentation index, see [llms.txt](https://docs.oortech.com/oort/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oortech.com/oort/oort-storage/getting-started/billing-and-pricing/pay-as-you-go-pricing.md).

# Pay-as-you-go Pricing

OORT Storage offers a flexible payment model where you only pay for the services you use. There are no upfront fees or minimum storage requirements, so you can customize your plan to fit your specific needs. Your bill is based on three factors as shown below:

{% hint style="warning" %}
Initiate a restore request to access archive objects. Temporary copies will be available for a specified number of days and billed at standard storage rates.
{% endhint %}

<table><thead><tr><th width="218">Resources</th><th width="254">Pricing</th><th>Description</th></tr></thead><tbody><tr><td>Standard Storage</td><td>$0.01 per GB per Month</td><td>You'll be charged for how much data you store and how long you keep it in the Standard storage class</td></tr><tr><td>Archive Storage</td><td>$0.0014 per GB per Month</td><td>Objects stored less than 90 days will be calculated as 90 days</td></tr><tr><td>Data Ingress</td><td>Free</td><td>Data transfer in to OORT Storage from internet</td></tr><tr><td>Data Egress</td><td>$0.068 per GB</td><td>Data transfer out from OORT Storage to internet</td></tr><tr><td>Data Retrievals</td><td>Free</td><td>Restore objects from Archive Storage</td></tr></tbody></table>


---

# 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.oortech.com/oort/oort-storage/getting-started/billing-and-pricing/pay-as-you-go-pricing.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.
