> 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/share-image-to-between-projects.md).

# Share Image to Between Projects

Image สามารถ share เพื่อใช้งานร่วมกับ project อื่นๆ บน NIPA Cloud Space ได้ โดยสิทธิในการ share และ ตัว image จะอยู่ที่ project ที่เป็นเจ้าของ image

## Prerequisite

* มียอดคงเหลือใน project มากกว่า 0 บาท ([ขั้นตอนการเติมเงินเข้าสู่ project](/ncs-documents/nipa-cloud-space-overview/billing-and-wallet/topup-a-project-wallet.md))
* มี image ที่เป็นเจ้าของเอง อยู่ใน project อย่างน้อย 1 image ([ขั้นตอนการสร้าง image จาก bootable volume](/ncs-documents/compute/compute-image/create-image-from-a-bootable-volume.md), [ขั้นตอนการ import image จากภายนอก](/ncs-documents/compute/compute-image/importing-your-own-image.md))

## Instructions

จะต้องทำทั้งหมด 2 ขั้นตอนคือ share image และ receive image

## ขั้นตอนการ share image&#x20;

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

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

![Project Detail](/files/rqOZMEf1g3b25TyeTz1w)

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

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

![Image List](/files/61lOcXtjbVobhFQjfj9R)

### 3. เลือก image ที่ต้องการ share

เลือก image ที่มี status เป็น <mark style="color:green;">Active</mark> ที่ต้องการ share แล้วคลิกปุ่ม MORE > Manage Image Sharing จะปรากฏหน้าต่าง Manage Image Sharing ขึ้นมา&#x20;

![Image Actions](/files/z7CHOfsr8OGNo1FRW4kQ)

### 4. Share image ระหว่าง project

ใน menu manage image sharing ให้ใส่ project ID ของ project ที่ต้องการ share image ไป แล้วเลือก add

เมื่อเสร็จแล้วให้กดปุ่ม next เพื่อดูสรุปการ share และกด confirm เพื่อส่งแจ้งเตือนไปยัง project ที่เลือกไว้

![Enter Project ID](/files/Cp1svySt90oYqD4fJ38n) ![Project ID Added](/files/5ajRLZq8f61aE8tVSO2j) ![Summary](/files/8TRkQuAB53p3EHUNGGOF) ![Succeed](/files/eVFx4a9dk8UUmCbsz6Tt)

## ขั้นตอนการ receive image

การรับ image sharing สามารถทำได้ดังนี้&#x20;

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

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

![Project Detail](/files/TakmmNODByMazfBkEPoQ)

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

ที่แถบเมนูทางซ้าย คลิกเลือกเมนู​ COMPUTE > Image เพื่อเข้าสู่หน้า Image list จะเห็นว่ามีแจ้งเตือนขึ้นที่ตาราง Shared Images

![Image List](/files/SD2fE9uYazdZF8UU66Fo)

### 3. รับ image sharing

คลิกที่แจ้งเตือน เพื่อแสดงรายการ image ที่ share เข้ามา และคลิก accept เพื่อรับ image sharing

Image ดังกล่าวจะแสดงในตาราง shared images และสามารถนำไปใช้ launch instance หรือ create volume ได้ทันที โดยไม่จำเป็นต้องเสียค่าใช้จ่ายในการเก็บ image&#x20;

![Image Sharing Notification](/files/QMDhShrqZOs09ROOY9w5) ![Accept Image Sharing](/files/Qcytt1HcCSLCsMVBYDpt) ![Image Received](/files/Qg7Jk2d1G54RdixYQceS)


---

# 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/share-image-to-between-projects.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.
