> For the complete documentation index, see [llms.txt](https://visi-digital-internasional.gitbook.io/geo-prospector/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://visi-digital-internasional.gitbook.io/geo-prospector/geo-prospector-ko/prospecting-workflows/data-delay.md).

# 데이터 지연

데이터 지연은 자동 탐색 및 수집의 리듬을 제어합니다.

## 다음과 같은 경우 더 안전한 설정을 선택하세요

* 인터넷 연결이 불안정합니다
* 대상이 큽니다
* 여러 카테고리가 선택되어 있습니다
* 이메일 찾기가 활성화되어 있습니다
* 소스 페이지의 응답이 느립니다

## 더 빠른 설정을 신중하게 선택하세요

더 빠른 설정은 작업 시간을 줄일 수 있지만, 안정성은 네트워크 상태와 소스의 동작에 따라 달라집니다. 운영 워크플로에서는 최대 속도보다 완전성과 반복 가능성을 우선해야 합니다.


---

# 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://visi-digital-internasional.gitbook.io/geo-prospector/geo-prospector-ko/prospecting-workflows/data-delay.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.
