> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/kr/image/multi-image-to-image.md).

# 다중 이미지 참조

Morphic에서 여러 이미지 참조를 사용하는 방법에 대한 간단한 튜토리얼입니다:

{% embed url="<https://youtu.be/dqrrLjUtnoQ>" %}

1. 캔버스에서 이미지를 업로드하거나 생성하세요
2. 프롬프트 바로 가서 ‘참조 첨부’(종이클립 아이콘)를 선택하세요
3. 참조 이미지를 선택하세요(최대 3개)
   1. ‘캔버스에서 선택’, ‘에셋에서 선택’, 또는 ‘직접 이미지를 가져오기’ 중에서 선택할 수 있습니다.
4. 원하는 결과를 위한 프롬프트를 작성하세요.
   1. 여러 요소를 참조할 수 있습니다. 예시 프롬프트: 이미지 1의 소년과 이미지 2의 개가 웃고 있으며, 파란색으로 날아다니는 마법의 양탄자를 타고 이미지 3의 도시를 탐험하고 있습니다.
5. 생성을 누르세요.

이렇게 Morphic에서 여러 이미지 참조를 사용합니다. 이는 단일 프롬프트로 여러 참조의 요소를 결합해 독특한 구도(이미지)를 만들어내는 빠르고 매끄럽고 창의적인 방법입니다.

문제가 있거나 궁금한 점이 있으면 언제든지 연락해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/kr/image/multi-image-to-image.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.
