> 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/compute/compute-image/create-image-from-a-bootable-volume.md).

# Create Image From a Bootable Volume

## Prerequisite

* ต้องมี Volume ที่เป็น Bootable อยู่

## Instructions

### 1. Log in เข้าสู่ project

เลือก project จากหน้า projects management เพื่อเข้าสู่หน้า project detail

![Project Overview](/files/A4lYGiwB3MdZ1MgvjuKN)

### 2. เข้าสู่หน้า Images

ที่แถบเมนูทางซ้าย คลิกเลือกเมนู​ COMPUTE > Images เพื่อเข้าสู่หน้า Images

![Images Page](/files/2ITZxQofrNugiv7awYoC)

### 3. เปิดหน้าต่างสร้าง image ใหม่

คลิกที่ปุ่ม "+Image" ที่มุมขวาบนของหน้า เพื่อเปิดหน้าต่าง Create Image

![](/files/J9UxibyComGEDSk7cb7f)

### 4. กรอกข้อมูลเพื่อสร้าง image

![Create Image](/files/kWfxRhm0c88OvYX837uA)

**Image Name** : ชื่อ Image ไว้สำหรับอ้างอิง

**Source** : แหล่งที่มาสำหรับนำมาสร้าง Image (เลือก Volume)

**Volume** : Volume ที่ต้องการนำมาสร้าง Image

### 5. ยืนยันการสร้าง image

หลังจากยืนยันการสร้างแล้ว จะยังไม่สามารถใช้งานได้ โดยจะสามารถใช้งานในการ create bootable volume หรือ launch instance ได้จริงต่อเมื่อ image status กลายเป็น <mark style="color:green;">Active</mark>

![](/files/b1E2tJuIJ4dq4OxF9wVp)

![](/files/hgUA5qH3zl2qMUj4IP4G)


---

# 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/compute/compute-image/create-image-from-a-bootable-volume.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.
