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

# Batch generation

Copilot can produce a whole set from one request, so you can ask for a batch of images rather than repeating the same prompt.

Here's a quick tutorial on how to generate a batch on Morphic:

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

1. Open [Copilot](https://studio.morphic.com/chat)
2. Describe what you want and give the number, for example 'create 50 images of liminal spaces'
3. For a large run, Copilot writes the plan first as a checklist covering every chunk, so you see the whole job before it starts
4. It works through the chunks in order, so results arrive in waves
5. Everything lands in the chat and in your [Assets](/docs/getting-started/assets.md) library
6. Drag any result onto the canvas to keep working on it. See [Drag and drop from Copilot to Canvas](/docs/getting-started/copilot/copilot-to-canvas.md)

That's how batch generation works on Morphic. Use it when you need a whole set at once.

***

If you have any trouble or have any questions, feel free to reach out. We're happy to help. Write to us at [**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/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.
