> For the complete documentation index, see [llms.txt](https://docs.platform9.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform9.com/managed-openstack/volumes-and-snapshots/storage-create-volume-from-snapshot.md).

# Create Volume from Snapshot

You can create a volume from a snapshot. You can create bootable volumes to create new virtual machine instances that can use such volume as the primary disk. The time taken to create the volume depends on the size of the snapshot.

You must be a self-service user or an administrator to perform this operation.

To create a volume from a snapshot, follow the steps given below.

1\. Log in to Clarity.

2\. Click Volumes and Snapshots in the left panel.

3\. Click Create New Volume seen on the top right corner.

4\. Select the Snapshot option in Create From.

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

5\. Select the option for the required snapshot from the list of snapshots.

6\. Click Next.

7\. Enter the following details for the volume.

8\. Select the Bootable check box to create a bootable volume.

9\. Click Next.

10\. Add metadata to the volume by entering a key-value pair. To add more metadata to the volume, click Add key-value metadata and enter a new key-value pair. Repeat the step as many times as necessary to add metadata.

11\. Click Create.

A volume is created successfully from the snapshot.

{% hint style="success" %}
**Tip**

If you are unable to see the new volume, try refreshing the page.
{% endhint %}

The volume can be attached to an instance. You can take a snapshot of the volume or upload the volume as an image.


---

# 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.platform9.com/managed-openstack/volumes-and-snapshots/storage-create-volume-from-snapshot.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.
