> 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/linking-whiteboards.md).

# Linking whiteboards

A host can link whiteboards so that they use the same drawing surface. Any changes made to one of the linked whiteboards then appear immediately on the others.

When you link two whiteboards, you can control which is considered the original and which is the duplicate. This is important when you unlink the whiteboards, since only the original will retain the linked drawing. The duplicate whiteboard will revert to the drawing that was there before the whiteboards were linked.

<figure><img src="/files/yO8o28PlOVrBdGYqV7Ao" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
An *original* whiteboard can be linked to multiple *duplicate* whiteboards. You can push a whiteboard labelled as ORIGINAL to multiple other whiteboards. If a whiteboard isn't linked, you can pull a whiteboard labelled as ORIGINAL onto that unlinked whiteboard.
{% endhint %}

## Pushing a whiteboard to another

<figure><img src="/files/AcOq5f1RklslF8xUsquB" alt=""><figcaption><p>Pushing a whiteboard to another</p></figcaption></figure>

When you push a whiteboard to another, the other whiteboard becomes the duplicate.

1. Move your avatar within approximately 9 feet (3m) of the whiteboard that you want to push to another.
2. Select the menu button in the lower-left corner of the whiteboard, and then select <img src="/files/CcsCaHiLyxKIYh6JnWkg" alt="" data-size="line"> **Push this whiteboard to another** from the menu that appears.
3. Select the whiteboard that you want to push to. On a desktop device, click the whiteboard to select it. On a VR headset, target the whiteboard with your hand controller, and then press the trigger button.

The word ORIGINAL is displayed on the whiteboard that you interacted with and the word DUPLICATE is displayed on the other whiteboard that you selected.

## Pulling from another whiteboard

<figure><img src="/files/2zoALCjumqefygw0gZu5" alt=""><figcaption><p>Pulling a whiteboard from another</p></figcaption></figure>

When you pull from another whiteboard, the whiteboard that you pull from is the original.

1. Move your avatar within approximately 9 feet (3m) of the whiteboard that you want to pull another whiteboard onto.
2. Select the menu button in the lower-left corner of the whiteboard, and then select <img src="/files/6QOSsKKP8opajtXtkF8T" alt="" data-size="line"> **Pull another whiteboard to this one** from the menu that appears.
3. Select the whiteboard that you want to pull from. On a desktop device, click the whiteboard to select it. On a VR headset, target the whiteboard with your hand controller, and then press the trigger button.

The word DUPLICATE is displayed on the whiteboard that you interacted with and the word ORIGINAL is displayed on the other whiteboard that you selected.

## Unlinking a whiteboard

1. Move your avatar within approximately 9 feet (3m) of the whiteboard that you want to unlink.
2. Select the menu button in the lower-left corner of the whiteboard, and then one of the following options from the menu that appears:
   1. On an original whiteboard, select **Unlink all duplicate whiteboards**.
   2. On a duplicate whiteboard, select **Unlink this whiteboard**.


---

# 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/linking-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.
