# Extension Features

This popup lets you choose your data extraction area. It's the first screen you'll see when you launch the Listly extension, and it's where all your data extraction begins.

<figure><img src="https://3090065457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgoHfMCeMlqJPW61OR5d1%2Fuploads%2F50SdUs5wKxmH450fXe6h%2Fextension-popup-1.png?alt=media&#x26;token=02f3b4ab-96b6-4442-8a42-5f54f35dcbb9" alt=""><figcaption></figcaption></figure>

{% tabs %}
{% tab title="Basic" %} <mark style="color:red;">**➊**</mark> [**WHOLE**](https://help.listly.io/getting-started/extension-features/whole) : Extract all visible data from a webpage in one go. Listly automatically detects repeating data patterns based on what's displayed on your screen. Click it, and you'll jump straight to the results page once extraction is complete.

<mark style="color:red;">**➋**</mark> [**PARTS**](https://help.listly.io/getting-started/extension-features/parts) : Select specific areas to extract exactly what you need. This gives you more control over data arrangement and improves extraction accuracy. Click to open the selection options panel.

<mark style="color:red;">**➌**</mark>**&#x20;TABLE DATA** : Use this feature for data that looks like a table. We recommend keeping it OFF by default. If you're not happy about the results, try switching it ON and running the extraction again.

<mark style="color:red;">**➍**</mark>**&#x20;USE COOKIE** : Save your login session when accessing websites that require authentication. Once you log in, Listly temporarily stores your cookie so you can extract data without logging in again. It's handy for pages locked behind a login wall. Note that cokie duration varies by website.
{% endtab %}

{% tab title="Tabs" %}
Tabs lets you extract matching sections from all open browser tabs at once. For details, check out the [Tabs-Parts](https://help.listly.io/getting-started/extension-features/tabs-parts) guide.

<mark style="color:red;">**➎**</mark>**&#x20;OPEN TABS** : Opens multiple links in new tabs using click-and-drag selection. Set your activation key in the popup that appears.

<mark style="color:red;">**➏**</mark>**&#x20;TABS-PARTS** : Works like the PARTS button, but extracts the same selection from all tabs open in your browser.
{% endtab %}

{% tab title="Common" %} <mark style="color:red;">**❼**</mark>**&#x20;DATABOARD** : Jump to your Listly account's Databoard.
{% endtab %}
{% endtabs %}


---

# 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.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.
