> For the complete documentation index, see [llms.txt](https://help.canoa.supply/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.canoa.supply/docs/collect/how-to-add-an-inspiration-image/copy-paste-from-miro-to-canvas.md).

# Copy-Paste from Miro to Canvas

### Copy-Paste from Miro to Canvas

* Go to your Canvas dashboard and open an existing Canvas or start a new Canvas. This will open in a new tab or window.
* In a new tab or window, go to Miro.
* With Miro, you have the option of selecting an entire Frame or individual images within the Frame.

### Copying a Miro Frame

* Click on the Frame that you want to copy. Right-click and select **Copy as image** or **ctrl+shift+C / cmd+shift+C**.
* Navigate to the tab or window of the Canvas you want to ***copy to.*** Right-click on the area of the Canvas you want to place your copied items and either select **Paste** or **ctrl+V / cmd+V**.
* The entire Frame will be copied and act as one combined image. You will not be able to acces the individual images once the Miro Frame is copied into your Canvas.

<div align="center" data-full-width="false"><figure><img src="/files/E25w6NK93ic63Gjdf3Av" alt=""><figcaption><p>Copying Miro Frames into Canvas</p></figcaption></figure></div>

### Copying individual images from Miro

* Click on each image you'd like to copy. Right-click and select **Copy as image** or **ctrl+shift+C / cmd+shift+C**.
* Navigate to the tab or window of the Canvas you want to ***copy to.*** Right-click on the area of the Canvas you want to place your copied items and either select **Paste** or **ctrl+V / cmd+V**.
* The images you selected will be copied and act as one combined image. You will not be able to acces the individual images once they are copied into your Canvas.

<figure><img src="/files/ZFQg2rGm9AVYAOlTQqgw" alt=""><figcaption><p>Copying individual images from Miro to Canvas</p></figcaption></figure>

### Copying Text from Miro

* Click on text that you'd like to copy. Right-click and select **Copy as image** or **ctrl+shift+C / cmd+shift+C**.
* Navigate to the tab or window of the Canvas you want to ***copy to.*** Right-click on the area of the Canvas you want to place your copied items and either select **Paste** or **ctrl+V / cmd+V**.
* The text you selected will be copied and act as an image. You will not be able to edit the text once it is copied into your Canvas.
* NOTE: If you select Copy from Miro, then when you paste your text into Canvas, the text will convert to an editable text once it's pasted into Canvas. However, any formatting or font style from Miro won't be preserved.

<figure><img src="/files/OSqBtQKQWqBLuQyRUAIo" alt=""><figcaption><p>Copying Text from Miro to Canvas</p></figcaption></figure>

### Explore these Learning Articles for more how-to's:

{% content-ref url="/spaces/oXL90G447T7Arsje35d9/pages/PnAuFKvWXLqKiFq6MW25" %}
[How to create collages & vignettes for your presentations](/docs/design/how-to-create-collages-and-vignettes-for-your-presentations.md)
{% endcontent-ref %}

{% content-ref url="/spaces/oXL90G447T7Arsje35d9/pages/iZWnpw329bKvO3gL0XSs" %}
[How to create Custom Products](/docs/collect/how-to-create-custom-products.md)
{% endcontent-ref %}


---

# 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://help.canoa.supply/docs/collect/how-to-add-an-inspiration-image/copy-paste-from-miro-to-canvas.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.
