> 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 through and experience the space you've designed.\
You can view the virtual space in 360 degrees, allowing you to check every part from the ceiling to the floor.\
It lets you look around every corner as if exploring a real space, making interior reviews feel even more vivid.

![](/files/ebdce097168caeb5e71903bf3176547d678be9e1)

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

* 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 will become the thumbnail and starting point of the 720 Tour.
* Once you finish selecting and click the \[Create] button, a great 720 Tour will be completed!

![](/files/a3a395801747f3bd90850df4192957f219ca8a34)

![](/files/247a9d5bb61ed7fdefb3780e703fbb200da0c676)

## View 720 Tour

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

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

### Learn about the 720 Tour toolbar features

![](/files/f320daa56ef3ff55bdf6518fc764218efee1a463)

❶ Show/Hide Tags

This feature lets you turn product tags on or off in the 720 Tour.\
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 capture it with tags added to the render shot.\
    That way, you can check the product tags in the panorama result.

❷ Look Around

This feature 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 your 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 video, but you can use screen recording to create it like a moving video.\
We recommend trying to make the video you want using this method!


---

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