# 사이트 임베딩

{% hint style="info" %}
제작한 사이트를 다른 사이트에 삽입할 수 있어요!
{% endhint %}

{% hint style="warning" %}
Pro 이상 요금제부터 연결 가능해요!
{% endhint %}

### 1️⃣ 사이트 임베딩 (다른 사이트에 삽입하기)

* iframe 태그를 이용하여 보유한 사이트에 삽입할 수 있습니다.
* 이미 제작하신 앱의 URL 을 확인해 주세요.
* 보유하고 계신 사이트에 html 코드를 수정할 수 있는지 확인해 주세요. html 코드를 수정할 수 없다면 삽입할 수 없습니다.
* 아래와 같은 코드를 html 에디터에 넣어 주세요. 너비와 높이는 적절하게 조절해 주세요.

```
<iframe src="여기에 보유하신 앱의 URL 을 입력" width="100%" height="100%" />
```


---

# 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.waveon.io/etc/embed.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.
