> 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/ko/getting-started/databoard-features/screenshot.md).

# 스크린샷

## 스크린샷이란?

데이터 추출이 실패하면, 원인을 확인할 수 있도록 **스크린샷이 자동 생성**됩니다. 실패 시점의 페이지 상태와 에러코드가 함께 제공되므로, 문제의 원인을 파악하는 데 큰 도움이 됩니다.

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

***

## 스크린샷 페이지 구성

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

<figure><img src="/files/2ksOuU8ANnEI5Jlgo0qu" alt=""><figcaption></figcaption></figure>

{% endcolumn %}

{% column width="41.666666666666664%" %} <mark style="color:red;">➊</mark> URL : 추출을 시도한 웹사이트 주소입니다.

<mark style="color:red;">➋</mark> 에러내용 : 발생한 에러코드가 표시됩니다.&#x20;

<mark style="color:red;">➌</mark> 날짜 시간 : 에러가 발생한 시점을 의미합니다.&#x20;

<mark style="color:red;">➍</mark> 스크린샷 : 실패 당시의 화면을 그대로 캡처한 것으로, 원인을 파악할 수 있는 가장 중요한 단서입니다. 상기 예시 화면에서는 해당 웹사이트로의 접근이 차단되어 정상적인 페이지로 연결되지 않아 추출에 실패했음을 확인할 수 있습니다.
{% endcolumn %}
{% endcolumns %}

***

## 스크린샷 활용하기 &#x20;

{% hint style="success" %}

#### 스크린샷 활용법&#x20;

스크린샷은 추출 실패의 원인을 빠르게 진단할 수 있도록 도와주는 기능입니다. 데이터 추출 실패 시, 스크린샷 확인 후 적절한 조치를 바로 취해보세요. 자주 발생하는 실패 원인과 해결 방법은 아래 도움말에서 확인하실 수 있습니다.&#x20;

**참고 도움말** : [추출 실패 메시지별 해결방법](/docs/ko/support/troubleshooting.md)&#x20;
{% endhint %}


---

# 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/ko/getting-started/databoard-features/screenshot.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.
