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

# Geração em lote

Como pedir ao Copilot um conjunto de gerações em uma única solicitação em vez de executá-las uma por vez.

O Copilot pode produzir um conjunto inteiro a partir de uma única solicitação, então você pode pedir um lote de imagens em vez de repetir o mesmo prompt.

Aqui está um rápido tutorial sobre como gerar um lote no Morphic:

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

1. Abrir [Copilot](https://studio.morphic.com/chat)
2. Descreva o que você quer e informe a quantidade, por exemplo: 'crie 50 imagens de espaços liminares'
3. Para uma execução grande, o Copilot escreve primeiro o plano como uma lista de verificação cobrindo cada bloco, para que você veja o trabalho inteiro antes de ele começar
4. Ele processa os blocos em ordem, então os resultados chegam em ondas
5. Tudo vai para o chat e para a sua [Ativos](/docs/br/getting-started/assets.md) biblioteca
6. Arraste qualquer resultado para a tela para continuar trabalhando nele. Veja [Arraste e solte do Copilot para o Canvas](/docs/br/getting-started/copilot/copilot-to-canvas.md)

É assim que a geração em lote funciona no Morphic. Use-a quando você precisar de um conjunto inteiro de uma vez.

***

Se você tiver algum problema ou alguma dúvida, entre em contato. Teremos prazer em ajudar. Escreva para nós em [**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/br/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.
