# Importing Your Own Image

สามารถ import image ที่คุณต้องการใช้งานจากภายนอกระบบ Nipa Enterprise Public Cloud ได้ โดยทำตามขั้นตอนดังนี้ต่อไปนี้

## Prerequisite

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

## Instructions

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

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

![Project Detail](/files/ZV6C32zBK4tm3H6VLnbb)

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

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

![Images List Page](/files/0hkvhPIf5dlJCfpWadus)

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

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

![Create Image Button](/files/t5S2Hf3evpIAprSiEKhJ)

### 4. กรอกข้อมูลของ image ที่ต้องการ import

กรอกชื่อ และ URL ของ image ที่ใช้ในการ import, disk format, operation system type, min disk (ขนาดขั้นต่ำในการเอาไปใช้สร้างเป็น volume สามารถตรวจสอบได้โดยใช้คำสั่ง qemu-img info \<image name> ) ให้ครบถ้วน จากนั้น คลิกปุ่ม 'CREATE'

![Create Image](/files/9E05hqbW1Xm1UoRPqeqq)

{% hint style="info" %}
สามารถกำหนด advance setting ของ image เพิ่มเติมได้ โดนการกด advance setting\
![](/files/tpBZwEnWpXhj6kjgtwiW)![](/files/yamoKpjqur7aAdF3b30k)
{% endhint %}

โดยเมื่อกด create ระบบจะแสดงข้อมูลสรุปของ image ที่จะถูกสร้าง

![Creating Process Has Started](/files/z8sUEyDmkwTgzLQotW6Z)

### 5. รอจนกว่า image จะมี status เป็น Active

Image ที่ import เข้ามา จะมีสถานะเป็น importing

![Importing Image](/files/81iDCqg6BuOkLVsePyii)

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

![Image Active](/files/weoVoeHWcbls46vMwmZg)


---

# 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-epc.gitbook.io/ncs-documents/compute/compute-image/importing-your-own-image.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.
