> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/enterprise-en/ar-viewer/ar-viewer.md).

# AR Viewer

Introducing Archisketch AR (Product Placement) feature ✨

## What is AR Viewer?

AR Viewer is a feature that lets you virtually place furniture uploaded to Archisketch in a real environment. With this feature, users can rotate products 360 degrees or zoom in and out to examine them in detail.

![](/files/0a4d861550755e20379a51b9ee7080547afbb504)

* **360-degree rotation and zoom in/out**: You can rotate the product 360 degrees to view it from various angles, and zoom in/out to check the details.

![](/files/21815d89a83f6cfc13ea1f37544c6167129a9103)

* **Mobile support**: On mobile, you can virtually place furniture in a space and see in real time how it looks at actual size.

## Try AR virtual placement (mobile only)

{% stepper %}
{% step %}

#### Click \[Share/Embed]

Click the \[Share/Embed] button on the product detail page.

![](/files/892738479cebf619b4f743138a566c15c4c41fb4)
{% endstep %}

{% step %}

#### Enter the Model Viewer

* **1) QR download:** Scanning the QR code with your phone camera will open the Model Viewer link.
* **2) View the Model Viewer:** If you want to view the Model Viewer directly on your PC, please click \[View Model Viewer].

![](/files/588b77a065b2636a4dcb30c7aa34cd7e7077b3d7)

Once you enter the Model Viewer, the furniture model appears in 3D by default.

![](/files/ee5edf8a5ddb1c82db5a963fd17f58f7baa43b09)
{% endstep %}

{% step %}

#### Space scan

The AR placement feature is only available on mobile. **\[AR]** Pressing the button turns on the camera, which scans the space and recognizes areas where furniture can be placed.

![](/files/f94e4e181c6ad35d0fcb285f7b5203cf88f22528)
{% endstep %}

{% step %}

#### Furniture placement

Once the space scan is complete, the furniture is automatically placed at actual size. Freely adjust the furniture’s position and place it wherever you want.

![](/files/76fe14055fc1d01319c68a9ac69a108e3f011b1d)
{% endstep %}
{% endstepper %}

## Using QR codes

Using a QR code makes it easy to share the AR Viewer link with others or access it quickly at a specific location.

**Download QR code**

* Download the QR code image provided on the product detail page and paste it wherever you want.
  * You can set the QR code image size. (Minimum 48 \~ Maximum 400)

![](/files/5b87b6a35253b5b202c8e52dc42eff237567f930)

**QR code usage examples**

* **Share via email and messenger**: Paste the QR code into email or messenger and share it with others.
* **Stores and exhibition spaces**: By placing QR codes in stores or exhibition spaces, you can encourage visitors to virtually place furniture using their smartphones.
* **Promotional marketing materials**: By inserting QR codes into posters or flyers, customers can easily access the AR Viewer.

![](/files/933e776a1a3c75dbc672347097a3408e570edd84)


---

# 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.archisketch.com/guide/enterprise-en/ar-viewer/ar-viewer.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.
