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

# 720 Tour

## What is a 720 Tour?

A 720 Tour is a feature that lets you virtually walk around and experience the space you designed.\
You can look around the virtual space in 360 degrees, so you can check everything from the ceiling to the floor.\
You can inspect every corner as if exploring a real space, making it possible to review the interior more vividly.

![](/files/2ffb98ee0c7066b435f452506854a5b6be1f3368)

## How to create a 720 Tour

To make a 720 Tour, you need at least one panorama shot. You can easily create one by following the steps below!

* Take a panorama in Render Studio. ([Learn how to use Render Studio →](/guide/user-en/rendershot/render-studio.md))
* Click the \[Create 720 Tour] button in the project.
* Select the panorama shots to include in the 720 Tour you want to create.
  * The first shot you select becomes the thumbnail and starting point of the 720 Tour.
* Once you finish selecting and click the \[Create] button, a great 720 Tour will be complete!

![](/files/c533394e46348000f53b6cdf2dfc4054148ed362)

![](/files/758380f89b85d68a63e40c42f11b7b4e9f26dfc1)

## View 720 Tour

* If you set room types or names in the editor, each room name will be displayed.
* Use the mouse cursor to move to the desired location, or freely move to another room.
* The first time you move, it may take a little time to load, but after that it will open instantly without delay.

By using the 720 Tour like this, you can experience the space you designed more vividly!

### Learn about the 720 Tour toolbar features

![](/files/150c54bda3dac322179d18cc99253977af9db904)

❶ Show/Hide Tags

In 720 Tour, this feature lets you turn product tags on or off.\
However, unlike regular render shots, automatic tags are not generated, so please keep that in mind.

* How do I check product tags?
  * Before taking the panorama, you need to shoot with tags added to the render shot.\
    If you do this, you can check the product tags in the panorama result.

❷ Look Around

This function automatically rotates the screen 360 degrees.

❸ Turn on background music

You can enable the default background music.

❹ View Floor Plan

You can display a minimap in the upper right corner to check the space.

* Click the minimap pin: you can jump directly to that location.

❺ Copy link

* When you click the Share button, the 720 Tour link is copied to the clipboard. Paste the copied link wherever you want to share it so anyone can view it!

## Frequently Asked Questions

#### Can't I make a 720 Tour video?

720 Tour doesn't support saving as a video, but you can use screen recording to create it like a moving video.\
We recommend making the video you want this way!


---

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