> 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/dev-ko/contents/panorama.md).

# 3. 720°/파노라마(Panorama)

## 720°&파노라마(Panorama): 가이드

{% embed url="<https://planner.archisketch.com/?mode=360&projectId=Xj3c9Qk0041C320DBCC4294&id=Xj3732y869234CB402C46D8>" %}

아키스케치는 다양한 3D/VR/AR 콘텐츠(**2D/3D 도면 뷰어**, **렌더 이미지**, **720°/파노라마 뷰어**, **모델 뷰어**)를 제공합니다.

해당 페이지는 **720°/파노라마**에 대해 소개하고, 이를 활용하는 **활용 방법**에 대하여 안내해 드립니다. 모델 뷰어 가이드 목차는(은) **1️⃣ 하단 목차 테이블** 또는 **2️⃣ 좌측 Content Manual > Model Viewer 내부 메뉴**를(을) 통해 확인할 수 있습니다.

## 📌 720°/파노라마: 소개

| 제목                   | 가이드 URL                                                                  |
| -------------------- | ------------------------------------------------------------------------ |
| **1. 720°/파노라마: 소개** | [3.1. 720°/파노라마: 소개](/guide/dev-ko/contents/panorama/introduce.md) |

## 📌 720°/파노라마: 활용 방법

| 제목                       | 가이드 URL                                                                             |
| ------------------------ | ----------------------------------------------------------------------------------- |
| **1. 720°/파노라마: 공유/임베드** | [3.2. 720°/파노라마: 공유/임베드](/guide/dev-ko/contents/panorama/share-embed.md) |


---

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

```
GET https://docs.archisketch.com/guide/dev-ko/contents/panorama.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
