> 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/editor.-object-properties./editor-overview.md).

# Editor overview

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

**The column on the left represents the tree of elements (objects).**\
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.

**In the central window you can see the objects being created.** \
Press the keyboard arrow keys up (or W), down (or S), right (or A), left (or D) to move around the scene. For alternative movement hold shift and the WSAD keys or the arrows (as described above). You can also hold the left mouse button or touchpad to look around.\
The corresponding icon resets the view to the original position.\
You can also undo and redo actions.&#x20;

**The parameters of objects are displayed in the left column.**\
Select in the element tree the object to which you want to assign values. Note: the settings available for different types of objects vary somewhat, but the principle of operation is the same.

<figure><img src="/files/82c534bdbdf46e6eccc4582483e22bff46bd4b6f" alt=""><figcaption></figcaption></figure>

There is a basic instruction in the toolbar. (Icon ℹ️)\
Tips also appear at the bottom, in the editor's visual window, when hovering the cursor over icons or values.

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

The black square in the center shows the real size of the QR code and helps correctly place objects relative to it. This rule applies if the marker is a QR.\
\
\&#xNAN;*We will soon add a similar hint in the editor if the marker is an image.*

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

Axes are displayed on the selected object. X is red, Y is green, Z is blue. The axes allow you to understand where the center of the object is, how it is rotated and scaled.&#x20;

**Do not forget to save the created project before closing the editor.**


---

# 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/editor.-object-properties./editor-overview.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.
