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

# Storage

Krutrim Cloud provides scalable, persistent, and cost-effective storage options to meet a wide range of infrastructure and AI workload needs. From object storage for unstructured data to block volumes for high-performance compute instances, Krutrim’s storage offerings are built for flexibility, durability, and ease of use.

### Available Storage Services

<table><thead><tr><th width="192.23046875">Service</th><th>Description</th></tr></thead><tbody><tr><td><strong>Object Storage</strong></td><td>Highly durable storage for unstructured data like datasets, logs, media files</td></tr><tr><td><strong>Block Storage</strong></td><td>High-performance volumes for attaching to VMs, AI Pods, and Baremetals</td></tr><tr><td><strong>Snapshots</strong></td><td>Point-in-time backups of block volumes for recovery and cloning</td></tr><tr><td><strong>Backups</strong></td><td>Long-term, durable backups of volumes with cost-effective storage pricing</td></tr><tr><td><strong>Policies</strong></td><td>Custom lifecycle policies for automated snapshot and backup management</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.cloud.olakrutrim.com/basics/core-infrastructure/storage.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.
