# iFrame

## iFrame 이란 무엇인가요?

iFrame 은 현재 웹 페이지 안에 또 다른 웹 페이지를 삽입하는 데에 사용되는 HTML 태그입니다. 간단히 말해 웹 페이지 안에 중첩된 웹 페이지를 보여줄 때 사용되는데, 정확한 데이터 추출을 위해 확인이 필요합니다.

{% hint style="success" %}
리스틀리에서는 간편하게 iFrame 데이터를 추출할 수 있도록 iFrame 자동 탐지 기능을 제공하고 있습니다. 확장프로그램을 누르는 순간 iFrame 영역이 검게 표시되며, iFrame 버튼을 누르면 해당 콘텐츠가 들어있는 원본 페이지가 별도로 열리게 됩니다. **iFrame은 반드시 원본 페이지를 먼저 열고난 후에 리스틀리 WHOLE 또는 PARTS 기능을 이용**해 원하는 데이터를 추출해보세요.
{% endhint %}

<div align="left"><figure><img src="/files/B8lsJOfGbTJ5azBxcE9v" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
**초간단 따라하기**

➡️ 리스틀리 클릭 → 검은색 iFrame 영역 클릭 → 새롭게 열린 페이지에서 리스틀리 버튼을 다시 후 추출
{% endhint %}


---

# 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://help.listly.io/docs/ko/getting-started/listly-basics/iframe.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.
