> For the complete documentation index, see [llms.txt](https://docs.flashedgecdn.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flashedgecdn.com/flashedge-pricing/flashedge-storage-pricing.md).

# FlashEdge Storage pricing

#### FlashEdge Storage list pricing

* Storage costs $0.03 per GB for all regions.
* $0.0065 per 1000 tier-1 requests ( PUT, COPY, POST, LIST Requests).
* $0.0005 per 1000 tier-2 requests (GET Requests)
* Data transfer out to FlashEdge CDN is free of charge and any data flowing to the public internet will be charged based on FlashEdge CDN pricing.
* Data transfer out directly from FlashEdge Storage (this only happens when you download something directly from FlashEdge Storage through the file explorer): $0.09 per GB for US/EU regions (Data Transfer Out from FlashEdge to the Internet). Usually provided by the GET, HEAD, and OPTIONS HTTP methods.
* File uploading (Data transfer IN) to FlashEdge Storage is free of charge.


---

# 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.flashedgecdn.com/flashedge-pricing/flashedge-storage-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.
