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

# ARビューア

アキスケッチAR（製品配置）機能をご紹介します ✨

## ARビューアとは？

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

![](/files/665408ea49ac8938f8c3785bac817860063cd06c)

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

![](/files/3b1b36e0e0903491f90ab1897d6eec376391b6dc)

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

## AR仮想配置を行う（モバイルのみ可能）

{% stepper %}
{% step %}

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

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

![](/files/4bd3a7ab5ad493fa20ac5eba3a68ce1c8254df76)
{% endstep %}

{% step %}

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

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

![](/files/c1be90956b650b51605468e039d6ceca868a5e2f)

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

![](/files/4ccbd0aab4b3437bfa9bdcaf3cb4c168d00f3f51)
{% endstep %}

{% step %}

#### 空間スキャン

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

![](/files/749c222354faaeefde488576c27cbdaaadbbedf0)
{% endstep %}

{% step %}

#### 家具配置

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

![](/files/70949890bdbacf89e5263d774233bbe5f1b03879)
{% endstep %}
{% endstepper %}

## QRコードの活用

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

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

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

![](/files/990b6d6c094286bc9f578f70946b9733a55e1601)

**QRコード活用例**

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

![](/files/a74bb3adb1bc814779c18688180088e867bd46b1)


---

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