# 2. 렌더 이미지(Render Images)

## 렌더 이미지: 가이드

{% embed url="<https://content.archisketch.com/card/Xo79oNA085ACA33AE7B4BEF>" %}

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

해당 페이지는 **렌더 이미지**에 대해 소개하고, 이를 활용하는 **활용 방법**에 대하여 안내해 드립니다.

### 📌 렌더 이미지: 소개

| 제목                | 가이드 URL                                                                           |
| ----------------- | --------------------------------------------------------------------------------- |
| **1. 렌더 이미지: 소개** | [자세히 보기](https://docs.archisketch.com/dev-guide/contents/render-images/introduce) |

### 📌 렌더 이미지: 활용 방법

| 제목                    | 가이드 URL                                                                             |
| --------------------- | ----------------------------------------------------------------------------------- |
| **1. 렌더 이미지: 공유/임베드** | [자세히 보기](https://docs.archisketch.com/dev-guide/contents/render-images/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/render-images.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.
