# iFrame

## What is iFrame?

iFrame is an HTML tag used to embed another web page within the current web page. Simply put, it's used to show nested web pages within a web page, requiring verification for accurate data extraction.

{% hint style="success" %}
Listly provides automatic iFrame detection to easily extract iFrame data. The moment you click the extension, iFrame areas are highlighted in black, and clicking the iFrame button opens the original page containing that content in a separate window. **For iFrames, always open the original page first, then use Listly WHOLE or PARTS features** to extract the data you want.
{% endhint %}

![iframe detect gif](/files/ef16702c65e28a7bc6323ab908742f8b12fc4214)

{% hint style="info" %}
**Quick Start**&#x20;

➡️ Click Listly ➡️ Click iFrame area highlighted in black ➡️ Scrape data on a newly opened page using Listly&#x20;
{% 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/getting-started/extension-features/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.
