> 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-guide/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 a space you've designed.\
You can look around the virtual space in 360 degrees, allowing you to check everything from the ceiling to the floor.\
You can explore every corner as if you were touring 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!

* Take a panorama shot in Render Studio. ([Learn how to use Render Studio →](/guide/user-guide/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 your awesome 720 Tour!

![](/files/67e32a2fa93cc6c3c54b1a9e21a295b04c327c65)

![](/files/59c9e5fe7a238757ff66e8c0552c0956fa674efa)

## View 720 Tour

* If you've 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 the screen loads instantly without delay.

Using the 720 Tour like this lets you experience the space you've designed more vividly!

### Learn about 720 Tour toolbar functions

![](/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 generated, so please keep that in mind.

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

❷ Look Around

This function automatically rotates the screen 360 degrees.

❸ Turn Background Music On

You can enable the default background music.

❹ View Floor Plan

You can view the space by displaying a minimap in the upper right corner.

* Click a minimap pin: you can jump straight to that location.

❺ Copy Link

* Click the Share button to copy the 720 Tour link to your 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 Tours don't support saving as video, but you can use screen recording to create one that looks like moving footage.\
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-guide/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.
