> 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/scene-properties-and-values.-login-button.-fixed-2d-buttons..md).

# Scene properties and values. "Login" button. Fixed 2D buttons.

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

**A scene is the root element.** \
Changing the properties affects all objects in the scene.\
It is not recommended to significantly change the Position, Rotation, and Scale values.\
As a rule, it's also better to assign animation to objects nested in the scene.\
If you need to configure several objects, use a group element (group) and nest the other objects in it.

<figure><img src="/files/878f3cc413b92f8403d6510d241a98fb2de07b3e" alt=""><figcaption></figcaption></figure>

Learn about the affiliate program at [the link](https://artar.es/referrals). Agree to the terms in your personal account.\
Now the checkbox placed in the project next to the affiliate link will automatically add the registration link to your project and anyone who opens the project will be able to follow your link and register in the AR constructor.

<figure><img src="/files/4eacbcc048f130e7f15240d9b6a6b06e02aa628c" alt=""><figcaption></figcaption></figure>

&#x20;This is what fixed 2D buttons look like on a phone.&#x20;

"Share AR" works only if you check both "Share" and "Share AR".\
"Share" allows sharing a link to the project without augmented reality.\
"Share AR" will send a link that opens the camera in the browser. Then you will need to point the camera at the corresponding marker-image or at any QR code (if the image is not set as a marker).


---

# 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/scene-properties-and-values.-login-button.-fixed-2d-buttons..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.
