> 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/user-jp/manage-project/720-tour.md).

# 720ツアー

## 720ツアーとは？

720ツアーは、自分で作った空間を仮想的に歩き回りながら体験できる機能です。\
仮想空間を360度見渡せるので、天井から床まであらゆる部分を確認できます。\
実際の空間を探検するように隅々まで見られるため、より臨場感のあるインテリア確認が可能です。

![](/files/e9333562182661be22961d87b849b33901303d3b)

## 720ツアーの作成方法

720ツアーを作成するには、1枚以上のパノラマショットが必要です。以下の手順に従って簡単に作成できます！

* レンダースタジオでパノラマを撮影してください。([レンダースタジオの使い方を見る →](/guide/user-jp/rendershot/render-studio.md))
* プロジェクト内の［720ツアー作成］ボタンをクリックします。
* 作成する720ツアーに含めるパノラマショットを選択してください。
  * 最初に選択したショットが、720ツアーのサムネイル兼開始位置になります。
* 選択を完了したら［作成］ボタンをクリックすると、素敵な720ツアーが完成します！

![](/files/0ccb3594885bd853be7c7adcc624833eefa1c054)

![](/files/60e455be5aed6e14a20731b62e7bde49ab6ddf5d)

## 720ツアーを見る

* エディターで部屋のタイプや名前を設定している場合は、各部屋の名前が表示されます。
* マウスカーソルを使って好きな位置へ移動したり、別の部屋へ自由に移動したりできます。
* 最初の移動時には少し読み込み時間が必要ですが、その後は遅延なしですぐに画面が表示されます。

このように720ツアーを活用すれば、自分がデザインした空間をより臨場感たっぷりに体験できます！

### 720ツアーのツールバー機能を見る

![](/files/406aa3bfe88af54d801bc6aacb82a8ca8a10fc7e)

❶ タグの表示/非表示

720ツアーでは、製品のタグをオン/オフにできる機能です。\
ただし、通常のレンダリング画像とは異なり、自動タグは生成されないのでご注意ください。

* 製品タグを確認するには？
  * パノラマを撮影する前に、レンダリング画像にタグを追加した状態で撮影する必要があります。\
    こうすると、パノラマの結果画像で製品タグを確認できます。

❷ 見回す

画面が自動で360度回転する機能です。

❸ BGMをオンにする

デフォルトで設定されたBGMを有効にできます。

❹ 平面図を見る

右上にミニマップを表示して空間を確認できます。

* ミニマップのピンをクリック：該当位置へすぐ移動できます。

❺ リンクをコピーする

* 共有するボタンをクリックすると、720ツアーのリンクがクリップボードにコピーされます。コピーしたリンクを好きな場所に貼り付けて、誰でも見られるように共有してみてください！

## よくある質問

#### 720ツアーの動画は作れませんか？

720ツアーは動画としての保存には対応していませんが、画面録画を活用して動く映像のように制作できます。\
これを活用して、希望の動画を作ってみることをおすすめします！


---

# 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/user-jp/manage-project/720-tour.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.
