# Copy & Paste

{% hint style="info" %}
Copy & Paste between spaces is available for [paid plans](https://www.shapesxr.com/plans).

You can Copy & Paste within one space in the Free plan.
{% endhint %}

### How to Copy & Paste Objects

You can copy and paste any object in your space.

**To copy an object**: select an object, and click on the "Copy" button in the action bar to duplicate the object to the clipboard.&#x20;

**To paste this object**: choose the Select tool using the [Toolbar](/objects-creation/tools-and-toolbar.md), and in the opened menu, click on the "Paste" button - the object will appear in the current frame at the same coordinates as the original one.&#x20;

{% hint style="info" %}
If you paste the object into the same frame where you copied it, it will be pasted as a new object.&#x20;

If you paste the object into another frame, it will be pasted as a snapshot of the original object (it will be animated).&#x20;
{% endhint %}

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FV5IFh3rk5kqfCwJPPYhE%2Fuploads%2FxDJcdoCkN6s8AXZ6x58R%2Fcopy%20paste.mp4?alt=media&token=c50b7f50-29fa-4d58-b3eb-63bfc0985fcd>" %}

### How to Copy & Paste Object Properties

You can copy and paste all object properties, transform (all properties that are contained in the Transform section of the Object Inspector), and material properties separately.&#x20;

**To copy object properties**: select an object, and click on the **Copy** button.&#x20;

**To paste all properties:** select an object, click on the Paste button in the action bar, and choose **Paste all properties** to apply all properties from the copied object to the selected object.&#x20;

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FV5IFh3rk5kqfCwJPPYhE%2Fuploads%2FA7A7SNH7WfCjJ5lAAqUJ%2Fpaste%20all%20properties.mp4?alt=media&token=9c2f6b2f-7fed-4428-882a-d3c00a3d7e0c>" %}

**To paste all properties:** if the original object has interactions connected to it, you can paste only those interactions. Select an object, click on the Paste button in the action bar, and choose **Paste interactions** to create the same interactions for the selected object.&#x20;

**To paste transform:** select an object, click on the Paste button in the action bar, and choose **Paste transform** to apply transform properties from the copied object to the selected object.&#x20;

**To paste material:** select an object, click on the Paste button in the action bar, and choose **Paste material** to apply material properties from the copied object to the selected object.

**To paste shape parameters:** select an object, click on the Paste button in the action bar, and choose **Paste shape params** to apply shape properties from the copied object to the selected object (only works for objects created with the [Shape tool](/objects-creation/shape-tool.md)).

**To paste as a new object:** select an object, click on the Paste button in the action bar, and choose **Paste new Object** to create a new object with the same properties as the copied object has in the current frame.


---

# Agent Instructions: 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://learn.shapesxr.com/copy-and-paste.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.
