# 4. 모델 뷰어(Model Viewer)

## 4. 모델 뷰어(Model Viewer)

3D(또는 360 이미지) 모델링 뷰어 소개와 뷰어 컨텐츠 활용 방법에 대해 소개합니다.

## 모델 뷰어: 가이드

{% embed url="<https://cylinder.archisketch.com/?id=X1MNWceF0DE919CAF004414>" %}

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

해당 페이지는 **"3D(또는 360° 이미지) 모델링 뷰어"**&#xC5D0; 대해 소개하고, 이를 활용하는 **활용 방법**에 대하여 안내해 드립니다.

### 📌 모델 뷰어: 소개

| 제목                    | 가이드 URL                                                                          |
| --------------------- | -------------------------------------------------------------------------------- |
| **1. 모델 뷰어: 3D**      | [자세히 보기](https://docs.archisketch.com/dev-guide/contents/model-viewer/3d)        |
| **2. 모델 뷰어: 360 이미지** | [자세히 보기](https://docs.archisketch.com/dev-guide/contents/model-viewer/360-image) |

### 📌 모델 뷰어: 활용 방법

| 제목                   | 가이드 URL                                                                            |
| -------------------- | ---------------------------------------------------------------------------------- |
| **1. 모델 뷰어: 공유/임베드** | [자세히 보기](https://docs.archisketch.com/dev-guide/contents/model-viewer/share-embed) |


---

# Agent Instructions: 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/dev-guide/contents/model-viewer.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.
