> 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/docs/zh-hant/getting-started/extension-features-zh-hant.md).

# 代表機能

這是選擇資料擷取範圍的彈出視窗。執行 Listly 擴充功能後最先看到的畫面，所有資料擷取都從這個畫面開始。

<figure><img src="https://1853862850-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQSPSOmaFPAz7khj6t7Ds%2Fuploads%2Fv0rPBwGNYD2jI445b1rg%2Fimage.png?alt=media&amp;token=a062ed98-938b-47c6-b3af-76ee60e706c9" alt=""><figcaption></figcaption></figure>

{% tabs %}
{% tab title="主要功能" %} <mark style="color:red;">**➊**</mark> [**擷取整頁（Extract Whole）**](https://help.listly.io/docs/zh-hant/~/revisions/CjIcF7FqZJApaer9TCQI/getting-started/extension-features-zh-hant/whole-zh-hant)：可以一次擷取網頁上所有可見資料的功能。系統會依據畫面上顯示的所有資訊，自動擷取重複出現的資料模式區塊。點擊後，資料擷取完成便會立即跳轉到結果畫面。

<mark style="color:red;">**➋**</mark> [**部分擷取（Extract Part）**](https://help.listly.io/docs/zh-hant/~/revisions/CjIcF7FqZJApaer9TCQI/getting-started/extension-features-zh-hant/parts-zh-hant)：可以只選取想要的區塊、部分擷取資料的功能。能提升想擷取資料的排列與擷取準確度。點擊後，會出現用於設定部分擷取選項的面板。

<mark style="color:red;">**➌**</mark> [**分頁擷取（Extract Tabs）**](https://help.listly.io/docs/zh-hant/~/revisions/CjIcF7FqZJApaer9TCQI/getting-started/extension-features-zh-hant/tabs-parts-zh-hant)：分頁擷取（Extract Tabs）是可以一次擷取所有開啟分頁中相符部分的功能。

<mark style="color:red;">**➍**</mark> [**深層擷取（Deep Extract）**](https://help.listly.io/docs/zh-hant/~/revisions/CjIcF7FqZJApaer9TCQI/getting-started/extension-features-zh-hant/shen-ceng-xie-qu-deep-extract)：不經過伺服器，直接在網頁瀏覽器中一次擷取多個詳細頁面內部細節資訊的功能。

<mark style="color:red;">**➎**</mark> **表格資料（TABLE DATA）**：用於擷取網頁中「表格」形式的資料。一般擷取情況下，建議將預設值維持為 OFF（關閉）。若表格形式資料的結果不理想，可以切換為 ON（開啟）狀態再次進行擷取。

<mark style="color:red;">**➏**</mark> **使用 Cookie（USE COOKIE）**：儲存連上網站時所使用的登入資訊等 Cookie 值。若您要擷取需要登入的資料，只要在想收集資料的網站上登入，該伺服器就會在特定時間內重複使用暫時 Cookie（登入資訊）。啟用此功能後，在 Cookie 儲存的特定時間內，即使不再額外登入，也能使用 Listly 擷取資料。Cookie 值的有效期間會因網站而異。
{% endtab %}

{% tab title="探索功能" %} <mark style="color:$tint;">**➊**</mark> **首頁畫面**：開啟 Listly 擴充功能時最先出現的預設主畫面。

<mark style="color:$tint;">**➋**</mark> **保管箱**：可以查看擷取工作紀錄的空間。

<mark style="color:$tint;">**➌**</mark> \*\*付款資訊：\*\*點擊後，可以查看訂閱方案、剩餘網址等付款紀錄的詳細資訊。

<mark style="color:$tint;">**➍**</mark> \*\*快速指南：\*\*介紹 Listly 擴充功能的主要功能與主要操作按鈕。

<mark style="color:$tint;">**➎**</mark> **說明中心**：提供 FAQ、擷取失敗解決方法等，讓使用者可以自行連上並解決疑問或不便之處的支援空間。

<mark style="color:$tint;">**➏**</mark> **Databoard**：可以一次彙整查看或管理已擷取資料的使用者空間。在 Databoard 中，可以使用付費方案功能，如自動點擊、自動擷取、排程器等資料擷取設定，以及重新擷取、資料紀錄、螢幕截圖等功能。

<mark style="color:$tint;">**❼**</mark> **登出**：點擊後，可以從已登入的 Listly 帳號登出。
{% endtab %}
{% endtabs %}


---

# 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/docs/zh-hant/getting-started/extension-features-zh-hant.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.
