> 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-en/contents/model-viewer.md).

# 4. Model Viewer

## Guide: Model Viewer

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

Archisketch offers a variety of 3D/VR/AR contents (**2D/3D Floor Plan Viewer**, **Render Images**, **720°/Panorama Viewer**, and **Model Viewer**.)

This page introduces the **Model Viewer** and provides guidance on how to effectively use this feature.

## 📌 Introduction

| Title                           | Guide URL                                                                         |
| ------------------------------- | --------------------------------------------------------------------------------- |
| **1. Model Viewer: 3D**         | [4.1. Model Viewer: 3D](/guide/dev-en/contents/model-viewer/3d.md)                |
| **2. Model Viewer: 360 Images** | [4.2. Model Viewer: 360 Images](/guide/dev-en/contents/model-viewer/360-image.md) |

## 📌 How to Use

| Title                            | Guide URL                                                                            |
| -------------------------------- | ------------------------------------------------------------------------------------ |
| **1. Model Viewer: Share/Embed** | [4.3. Model Viewer: Share/Embed](/guide/dev-en/contents/model-viewer/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-en/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.
