> 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-jp/ar-viewer/ar-viewer.md).

# ARビューアー

Archisketch AR（製品配置）機能をご紹介します ✨

## ARビューアとは？

ARビューアはアーキスケッチにアップロードされた家具を実際の環境に仮想的に配置して確認できる機能です。この機能を通じて、ユーザーは製品を360度回転させたり、拡大/縮小しながら詳しく見ることができます。

![](/files/614838549c3787e6678b90d60e58ab377efebba0)

* **360度回転および拡大/縮小機能**：製品を360度回転させてさまざまな角度から確認し、拡大/縮小してディテールを確認できます。

![](/files/a9a6193b2f427795c2a987e4db361c84e8127c39)

* **モバイル環境対応**：モバイルでは仮想的に家具を空間に配置し、実際のサイズどおりに配置された様子をリアルタイムで確認できます。

## ARで仮想配置する（モバイルのみ可能）

{% stepper %}
{% step %}

#### \[共有/埋め込み]をクリック

製品詳細ページで\[共有/埋め込み]ボタンをクリックします。

![](/files/4853a6949faf60ae7bff621eca882394e1edaa5c)
{% endstep %}

{% step %}

#### モデルビューアに入る

* **1) QRダウンロード：** QRコードをスマートフォンのカメラでスキャンすると、モデルビューアのリンクが開きます。
* **2) モデルビューアを見る：** PCですぐにモデルビューアを確認したい場合は、\[モデルビューアを見る]をクリックしてください。

![](/files/c5ce99b0dd5035376b9388f2010fc96b54ba1706)

モデルビューアに入ると、基本的に家具モデルが3Dで表示されます。

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

{% step %}

#### 空間スキャン

AR配置機能はモバイルでのみ使用できます。 **\[AR]** ボタンを押すとカメラが起動し、空間をスキャンして家具を配置できる領域を認識します。

![](/files/208594468108af679b78c329348894b7788344fb)
{% endstep %}

{% step %}

#### 家具の配置

空間スキャンが完了すると、家具が実際のサイズで自動配置されます。家具の位置を自由に調整して、希望の場所に配置してください。

![](/files/7f109dc2681e9f91f1395badb6b0ee02392cb1c6)
{% endstep %}
{% endstepper %}

## QRコードの活用

QRコードを使うと、ARビューアのリンクを他の人と簡単に共有したり、特定の場所からすばやくアクセスしたりできます。

**QRコードダウンロード**

* 製品詳細ページで提供されるQRコード画像をダウンロードし、希望の場所に貼り付けます。
  * QRコード画像のサイズを設定できます。（最小48～最大400）

![](/files/f24a2ad68559ff631b1e2335c26bf315608910d6)

**QRコード活用例**

* **メールおよびメッセンジャーでの共有**：QRコードをメールやメッセンジャーに貼り付けて、他の人と共有します。
* **店舗および展示スペース**：店舗や展示スペースにQRコードを貼り付けて、来場者がスマートフォンで家具を仮想配置できるよう促すことができます。
* **宣伝用マーケティング資料**：ポスターやチラシにQRコードを挿入し、顧客が手軽にARビューアへアクセスできるようにします。

![](/files/e94528a253c09b5c28bf0030a8f3772d220a9c13)


---

# 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-jp/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.
