> 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/getting-started/copilot/batch-generation.md).

# 일괄 생성

Copilot은 한 번의 요청으로 전체 세트를 생성할 수 있으므로, 같은 프롬프트를 반복하지 않고 이미지 일괄 생성을 요청할 수 있습니다.

Morphic에서 배치를 생성하는 빠른 튜토리얼입니다:

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

1. 열기 [Copilot](https://studio.morphic.com/chat)
2. 원하는 내용을 설명하고 개수를 입력하세요. 예: '림널 스페이스 이미지 50장을 만들어줘'
3. 큰 작업의 경우 Copilot이 먼저 모든 청크를 포함하는 체크리스트로 계획을 작성하므로, 시작하기 전에 전체 작업을 볼 수 있습니다
4. 청크를 순서대로 처리하므로 결과가 물결처럼 도착합니다
5. 모든 결과는 채팅과 당신의 [자산](/docs/kr/getting-started/assets.md) 라이브러리
6. 계속 작업하려면 아무 결과나 캔버스로 드래그하세요. 자세히 보기 [Copilot에서 캔버스로 드래그 앤 드롭](/docs/kr/getting-started/copilot/copilot-to-canvas.md)

이것이 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/getting-started/copilot/batch-generation.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.
