> 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/ru/obshaya-informaciya-o-rabote-s-proektom/slovar-terminov.md).

# Словарь терминов

**Редактор** – графический движок, инструмент для создания/редактирования AR-проектов. Включает панель инструментов, дерево элементов (объектов), окно просмотра, инспектор значений.

**AR-проект (или проект)** – сцена или набор сцен в слое дополненной реальности.\
AR-проект – это всегда один QR-код (один адрес проекта).&#x20;

**Сцена** – объект или группа объектов с их свойствами и анимацией в слое дополненной реальности. При открытии проекта всегда открывается одна сцена, которая может переключаться на новую по клику на кнопку или может открываться новая сцена при повторном открытии проекта (рандомизация).

**Объект** – это любой элемент в трёхмерном пространстве, из которого строится сцена. Каждый объект имеет тип с соответствующим набором параметров.

**Дерево элементов** – структура объектов представленных в проекте.

**Свойства объекта** – заданные в редакторе параметры объекта (позиция, вращения, масштаб, прозрачность, яркость, цвет, анимация и т.д.).

**Тип объекта** определяет его поведение и набор свойств.\
Типы объекта – group (группа), button (кнопка), primitive (примитив может быть изображением, видео, прозрачной стеной или объемной фигурой), model (трехмерный макет – 3D модель), text (текст), background (фон).


---

# 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/ru/obshaya-informaciya-o-rabote-s-proektom/slovar-terminov.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.
