> 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/qr-code.-working-specifics.-hacks.-branding-styling-saving..md).

# QR code. Working specifics. Hacks. Branding, styling, saving.

<figure><img src="/files/42564ee4bdc57e66c5d0ada234447b4e692d0f48" alt=""><figcaption></figcaption></figure>

The QR code opened in the admin panel or in the editor is different from the one downloaded.\
It does not collect statistics and shows hints in projects with the "menu" animation.\
It is used for scanning and testing the project during its creation stage.\
\
The QR code is generated automatically and does not change with any changes to contacts or project editing.\
\
The only thing that will change the QR code is changing the project's address.\
This allows for the White Label service.\
For example, the project can open on your subdomain and look like [https://ar.site.com](https://ar.site.com/)\
\
Therefore, if it is important for you not to change the QR code image in the future and you plan to connect your own domain/subdomain, do it right away.

<figure><img src="/files/3fb93ea93b908473efc84d64b25b963290c2883d" alt=""><figcaption></figcaption></figure>

You can also open and download the QR code in the editor.

<figure><img src="/files/436771f7d0b69c74dfb9eeb3425ecbe33eec78e7" alt=""><figcaption></figcaption></figure>

Your projects may be displayed like this. This can be changed. &#x20;

**The QR code performs two or one function in the project:** \
1\. Redirects to a link that opens the browser window where the camera is opened.\
2\. Serves as a marker (trigger) onto which augmented reality is overlaid.\
If the project's marker is an image, then only the first function is used.&#x20;

If the marker is an image, the requirements for the QR code are less strict. For example, it can be smaller in size.

If the QR code is a marker, you must not crop the white field (frame) around it. And it is not recommended to print the QR code smaller than 3.5 cm.\
The camera opened in the browser recognizes almost any QR code and will "pull" the AR layer.\
That is, you can share a link that will open the AR and the user can point the camera at any QR code (not ours, without AR), and they will see the augmented reality content.\
The lifehack will not work if the white frame is cropped or the QR code is not high-contrast or is heavily stylized.&#x20;

Remember that not everyone has the latest phone models, so weaker cameras may not read a very small, distorted, or radically stylized QR code.


---

# 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/qr-code.-working-specifics.-hacks.-branding-styling-saving..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.
