# Create a volume

"Volumes "refers to the storage resources allocated to VMs, such as virtual hard disks or disk images. These volumes are used to store the operating system, applications, and data for the VM. They can be managed, created, attached, and detached to a VM using various tools and platforms. Volumes are the data part of a container. initialized when a container is created and they allow you to persist and share a container's data.

## Create a custom volume

&#x20;Navigate to the Dashboard, choose the volume section, and then click the Create Volume button in the upper right corner.

<figure><img src="/files/lqo6GdPJYSlGtGFwRKjU" alt=""><figcaption></figcaption></figure>

### Select Volume Source

We have different types of volume sources:  image and snapshot

First, we are using the Image Source, and the storage type is the default

<figure><img src="/files/00o1LJIOuIJb6vfvieNi" alt=""><figcaption></figcaption></figure>

### **Storage Type:**

* **DEFAULT** for general-purpose workloads
* **NVMe** for high-performance workloads
* **Encrypted** for sensitive or compliance-bound workloads requiring [encryption ](/neevcloud-products/security/data-encryption-overview.md)at rest

### Select the Image source

Choose the image. When you select the image, you can directly launch the server using these volumes.

Use the Size, give the name of the volume and click on Create Volume.

<figure><img src="/files/vSqJeODmVLqfwIGxgGFF" alt=""><figcaption></figcaption></figure>

### Verify the status of volume

<figure><img src="/files/CcdccfNBmE8cJSU73JQt" alt=""><figcaption></figcaption></figure>


---

# 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-products/volumes/create-a-volume.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.
