> For the complete documentation index, see [llms.txt](https://docs.artar.es/project-creation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.artar.es/project-creation/add-copy-paste-move-delete-an-element-in-the-object-tree..md).

# Add, copy, paste, move, delete an element in the object tree.

Objects are organized into a tree for convenient grouping and manipulating multiple objects as a single whole.\
The object tree always has a root element, which is called **scene** and contains all other objects.\
A scene consists of objects, an object has a type and consists of properties, and properties have values. Object values are configured in the right column.

**Adding.**\
In the toolbar located at the top of the screen, click the "Plus" and choose the type of object you want to add.\
The added object has the following default values: Position 0-0-0; Rotation: 0-0-0; Scale: 1-1-1.&#x20;

<figure><img src="/files/4843e4cb6f092c4bdee645c9be868d511e69d9a1" alt=""><figcaption></figcaption></figure>

**To add an image, video, or 3D model, you need to add the corresponding object, upload a file from your computer or select one from those available in the builder and click on it.**&#x20;

*At the moment the aspect ratio of an uploaded image or video is not preserved. You need to change the scale manually. We will improve this soon.* &#x20;

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

*Note that the added object will be nested under the selected element and will belong to the "parent", i.e., the values we set (or have already set) for the "parent" will directly affect the child element. This means that by changing the size or, for example, moving the parent object we move all child objects nested within it.*

<figure><img src="/files/986d1c5c12b7267e9a0c0e7c4fdda1fe04279b15" alt=""><figcaption></figcaption></figure>

**Deletion.**\
To delete an object, select it and click the "Trash" in the control panel.\
When deleting a parent object, all child objects nested within it are deleted.

**Copying.**\
Select the object you want to copy, click the "Copy" icon in the control panel, select "Scena" or the element in which you want to nest the copied object and click "Paste".\
If the copied object contains sub-objects, they are copied as well.

**Moving.**\
Select the object you want to move, move the cursor to the desired location and click to paste.

*This instruction is relevant if you need to move an object within the tree structure. In this case, the object may not change its position in the editor's visual window and in AR.*\
\&#xNAN;*How to move, that is change position, in coordinate space (in the AR layer) is discussed below.*


---

# 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://docs.artar.es/project-creation/add-copy-paste-move-delete-an-element-in-the-object-tree..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.
