> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/engage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engagevr.io/engage/advanced-features/drawpad-and-whiteboards/copying-drawings-between-drawpads-and-whiteboards.md).

# Copying drawings between Drawpads and whiteboards

You can copy a drawing from a whiteboard onto your Drawpad. For example, a student could copy a math problem to their Drawpad to attempt to solve it. You can also copy a drawing from your Drawpad to a whiteboard. For example, a student can copy their solution to a math problem to a whiteboard to share it with the class.

{% hint style="warning" %}
In both cases, the drawing is copied as it is at that point in time. The two drawings are not linked. Subsequent changes made to one drawing are not automatically applied to the other.
{% endhint %}

## Copying from your Drawpad to a whiteboard

1. Open your Drawpad. For instructions, see [Opening your Drawpad](/engage/advanced-features/drawpad-and-whiteboards/opening-your-drawpad.md).
2. If you aren't connected to the whiteboard that you want to copy to, connect to it. For more information, see [Connecting your Drawpad to a whiteboard](/engage/advanced-features/drawpad-and-whiteboards/connecting-your-drawpad-to-a-whiteboard.md).
3. On the **My Drawpad** tab, from the menu in the lower-left corner, select <img src="/files/DTrZ4N7Ibe25NuR8B4uh" alt="" data-size="line"> **Copy My Drawpad to whiteboard**.

## Copying from a whiteboard to your Drawpad

1. Open your Drawpad. For instructions, see [Opening your Drawpad](/engage/advanced-features/drawpad-and-whiteboards/opening-your-drawpad.md).
2. If you aren't connected to the whiteboard that you want to copy to, connect to it. For more information, see [Connecting your Drawpad to a whiteboard](/engage/advanced-features/drawpad-and-whiteboards/connecting-your-drawpad-to-a-whiteboard.md).
3. On the **My Drawpad** tab, from the menu in the lower-left corner, select <img src="/files/hRv09BZT7IANWpkAIgUB" alt="" data-size="line"> **Copy whiteboard to My Drawpad**.


---

# 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:

```
GET https://docs.engagevr.io/engage/advanced-features/drawpad-and-whiteboards/copying-drawings-between-drawpads-and-whiteboards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
