> 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've decorated.\
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 interior reviews much more vivid.

![](/files/90ed29ee0ad32b57288c08b53b0f21bbdb0645a4)

## How to create a 720 tour

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

* Capture 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've finished selecting, click the \[Create] button to complete a great 720 tour!

![](/files/67e32a2fa93cc6c3c54b1a9e21a295b04c327c65)

![](/files/59c9e5fe7a238757ff66e8c0552c0956fa674efa)

## View 720 Tour

* If you set the room type or name in the editor, each room name will be displayed.
* Use the mouse cursor to move to the desired position, or freely move to other rooms.
* The first time you move, it may take a little time to load, but after that, the screen loads instantly without delay.

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

### Learn about the 720 Tour toolbar features

![](/files/0a079d6da95b6af9207ebe858d43c49517877dc3)

❶ Show/Hide Tags

In a 720 tour, you can turn product tags on or off.\
However, unlike regular render shots, automatic tags are not created, so please note.

* How do I check product tags?
  * Before capturing the panorama, you need to take it after adding tags to the render shot.\
    Then, you can check the product tags in the panorama result.

❷ Look Around

A feature that automatically rotates the screen 360 degrees.

❸ Turn on background music

You can enable the default background music.

❹ View floor plan

You can display a mini map in the upper-right corner to check the space.

* Clicking a pin on the mini map lets you 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 and share it so anyone can view it!

## Frequently Asked Questions

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

720 tours do not support saving as videos, but you can use screen recording to create it like a moving video.\
We recommend using this to make the video you want!


---

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