# 設定 - 螢幕截圖

## 截圖是什麼？

資料提取失敗時，**會自動生成截圖**以確認原因。提供失敗時的頁面狀態和錯誤代碼，有助於了解問題原因。

<figure><img src="/files/a185c4c0c6e9fd50b9a9818d23ffe82c6b76409b" alt=""><figcaption></figcaption></figure>

***

## 截圖頁面結構

{% columns %}
{% column width="58.333333333333336%" %}

<figure><img src="/files/888f90061df5da7d578ce0b11955cf04f0a05dac" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="41.666666666666664%" %} <mark style="color:red;">➊</mark> URL：嘗試提取的網站地址。

<mark style="color:red;">➋</mark> 錯誤內容：顯示發生的錯誤代碼。

<mark style="color:red;">➌</mark> 日期時間：表示發生錯誤的時間點。

<mark style="color:red;">➍</mark> 截圖：原樣捕捉失敗當時的畫面，是了解原因最重要的線索。在上述範例畫面中，可以確認因封鎖對該網站的存取，無法連接到正常頁面而導致提取失敗。
{% endcolumn %}
{% endcolumns %}

***

## 活用截圖

{% hint style="success" %}
**截圖活用方法**

截圖是幫助快速診斷提取失敗原因的功能。資料提取失敗時，確認截圖後立即採取適當措施。可以在下方幫助中確認常見失敗原因和解決方法。

**參考幫助**：[提取失敗訊息別解決方法](https://app.gitbook.com/o/Uu6AM3fgpZza0EpsJM4N/s/QSPSOmaFPAz7khj6t7Ds/support/solutions-by-extraction-error-message-zh-hant)
{% 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/zh-hant/getting-started/databoard-features/screenshot-zh-hant.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.
