> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/getting-started/extension-features.md).

# Extension Features

Extension Popup

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%2Fpq20A3nVgjcvFpcUhM70%2F3.-%E1%84%92%E1%85%AA%E1%86%A8%E1%84%8C%E1%85%A1%E1%86%BC%E1%84%91%E1%85%A2%E1%84%82%E1%85%A5%E1%86%AF-%E1%84%8B%E1%85%B5%E1%84%86%E1%85%B5%E1%84%8C%E1%85%B5.png?alt=media&amp;token=316259a5-c528-4b43-a20f-53bd7bbb4013" alt=""><figcaption></figcaption></figure>

{% tabs %}
{% tab title="Key Features" %}
[<mark style="color:red;">**➊**</mark>](#user-content-fn-1)[^1] [**Extract Whole**](https://help.listly.io/~/revisions/98ZJYlTqrjNzVxw2LK0b/getting-started/extension-features/whole) : A feature that extracts all visible data on a web page at once. It automatically detects and extracts repeating data patterns based on the information displayed on the screen. Once clicked, you will be redirected to the results page immediately after extraction is complete.

<mark style="color:red;">**➋**</mark> [**Extract Part**](https://help.listly.io/~/revisions/98ZJYlTqrjNzVxw2LK0b/getting-started/extension-features/parts) : A feature that allows you to selectively extract data from specific areas. It helps improve the layout and accuracy of the targeted data. Once clicked, a panel will appear to set up partial selection options.

<mark style="color:red;">**➌**</mark>[ **Extract Tabs**](https://help.listly.io/~/revisions/98ZJYlTqrjNzVxw2LK0b/getting-started/extension-features/tabs-parts) : A feature that extracts matching elements across all currently open tabs simultaneously.

<mark style="color:red;">**➍**</mark> [**Deep Extract**](https://help.listly.io/~/revisions/rx6ermatA4jFMcQk3727/getting-started/extension-features/deep-extract) : A feature that extracts detailed information from multiple inner pages at once directly from the web browser, without passing through a server.

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

&#x20;<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="Navigation" %} <mark style="color:$tint;">**➊**</mark>**&#x20;Home** : The default main screen that appears when you open the Listly extension.

<mark style="color:$tint;">**➋**</mark>**&#x20;Archive** : A space where you can view your past extraction tasks.

<mark style="color:$tint;">**➌**</mark>**&#x20;Subscription** : Click to view detailed information about your plan, such as your current subscription and remaining URLs.

<mark style="color:$tint;">**➍**</mark>**&#x20;Quick Guide** : Introduces the core features and main action buttons of the Listly extension.

<mark style="color:$tint;">**➎**</mark>**&#x20;Help Center** : A self-service support space where users can resolve their questions or issues, including FAQs and troubleshooting guides for extraction failures.

<mark style="color:$tint;">**➏**</mark>**&#x20;Databoard** : A user workspace to collect and manage extracted data in one place. Here, you can access premium features—like auto-click, auto-extract, and scheduler—as well as extraction settings, re-extraction options, data logs, and screenshots.

<mark style="color:$tint;">**❼**</mark>**&#x20;Log Out** : Click to sign out of your current Listly account.
{% endtab %}
{% endtabs %}

[^1]:


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.listly.io/getting-started/extension-features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
