> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/deka-gpu/deka-gpu-kubernetes/storages/persistent-volume/create-a-new-persistent-volume.md).

# Create a New Persistent Volume

The **Create PV** feature allows users to create a Persistent Volume (PV) by defining its configuration in a Kubernetes YAML manifest. This method provides greater flexibility and control over storage settings, including volume capacity, access mode, and storage location.

On the **Persistent Volumes** page, click **Create PV**. The system will open a YAML editor for configuring the new Persistent Volume.

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

The **Create PV** window will appear, displaying a YAML template for creating a Persistent Volume. Configure the YAML parameters as needed. In this guide, the `name` field is used as an example. Enter the desired Persistent Volume name, then click **Create**.

<figure><img src="/files/4eLN0M1D0363ygI4lRWA" alt=""><figcaption></figcaption></figure>

After the Persistent Volume is successfully created, the system will display a confirmation notification stating **"Persistence Volume has been successfully created"**. The newly created Persistent Volume will then appear in the **Persistent Volumes** list.

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


---

# 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:

```
GET https://docs.cloudeka.ai/deka-gpu/deka-gpu-kubernetes/storages/persistent-volume/create-a-new-persistent-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.
