> For the complete documentation index, see [llms.txt](https://docs-epc.gitbook.io/ncs-documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-epc.gitbook.io/ncs-documents/storage/block-storage/managing-volume-s/create-from-a-snapshot.md).

# Create From a Snapshot

## Prerequisite

* มียอดคงเหลือใน project มากกว่า 0 บาท ([ขั้นตอนการเติมเงินเข้าสู่ project](/ncs-documents/nipa-cloud-space-overview/billing-and-wallet/topup-a-project-wallet.md))
* ต้องมี volume snapshot อยู่ภายใน project ([ขั้นตอนการสร้าง Volume Snapshot](/ncs-documents/storage/block-storage/managing-snapshot-s/create-a-snapshot.md))

## Instructions

### 1. สร้าง volume &#x20;

คลิกปุ่ม '+ Create Volume' เพื่อเปิดหน้าต่าง Create Volume

![Volumes Page](/files/wWg97sch4giKOdnU31LL)

### 2. กรอกข้อมูลเพื่อสร้าง volume&#x20;

![Create Volume](/files/O0xr5MIE6OJEiuVdUdgQ)

**Volume Name** : ชื่อของ volume

&#x20;\*ตั้งได้เฉพาะตัวอักษรภาษาอังกฤษ (A-Z, a-z), ตัวเลข (0-9), hyphen (-) หรือ underscore (\_)\
&#x20;\*ความยาวอยู่ระหว่าง 4 - 20 ตัวอักษร

**Source** : source ที่สามารถนำมาสร้าง volume (เลือก volume snapshot)

**Volume Snapshot** : เลือก volume snapshot ที่ต้องการ

**Size** : ขนาดของ volume ที่ต้องการ

\*size ต้องใหญ่กว่าหรือเท่ากับ size ของ snapshot ที่นำมาสร้าง

**Performance Type** : ประเภทของ volume ที่ต้องการ

**Availability Zone** : AZ ที่ volume จะถูกเก็บ

### 3. ยืนยันการสร้าง volume&#x20;

Volume ที่เพิ่งสร้างจะแสดงสถานะเป็น <mark style="color:yellow;">**Creating**</mark> เมื่อสถานะกลายเป็น <mark style="color:green;">**Healthy**</mark> จึงจะสามารถใช้งานได้ช้งานได้

![](/files/lX33I5V74tftIzU5XtRj)


---

# 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-epc.gitbook.io/ncs-documents/storage/block-storage/managing-volume-s/create-from-a-snapshot.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.
