# What are the available volume types and what do they mean?

NeevCloud offers multiple volume types to suit different storage needs:

**DEFAULT** – Standard volume type with balanced performance, suitable for general-purpose workloads like web servers and development environments.

**NVMe** – High-performance storage ideal for I/O-intensive workloads such as databases, AI/ML, and real-time analytics. Offers significantly higher IOPS and throughput compared to traditional SSDs.

**Encrypted** – Provides encryption at rest for the volume and is recommended for sensitive, regulated, or compliance-bound workloads.

{% hint style="info" %}
Encryption applies to volumes created using the Encrypted storage type.
{% endhint %}


---

# 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://docs.neevcloud.com/neevcloud-guide/faq/what-are-the-available-volume-types-and-what-do-they-mean.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.
