> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/ko/knowledge-base/163-why-does-it-sometimes-take-a-lot-of-time-to-show-the-pdf-preview.md).

# 왜 가끔 pdf 미리보기를 표시하는 데 시간이 오래 걸리나요?

이는 작업 중인 문서의 오류 때문일 수 있습니다—미리보기는 문서가 성공적으로 컴파일될 때만 업데이트됩니다. 따라서 어떤 오류든 미리보기가 업데이트되는 것을 막으며, 오류가 수정될 때까지 마지막으로 성공한 컴파일 상태를 계속 표시합니다.

미리보기 오른쪽 상단의 'error'라는 단어 위에 마우스를 올리면 문서의 모든 오류를 볼 수 있습니다. 예를 들어, 흔한 오류는 수학 기호를 달러 기호로 감싸야 한다는 것입니다. 예를 들면 $$\phi$$ 그냥 \phi 대신.

오류가 해결되었는데도 PDF 미리보기가 업데이트되지 않으면, 부디 [알려주세요](https://www.overleaf.com/contact) 그러면 저희가 대신 살펴보겠습니다.


---

# 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://overleaf-pro.ayaka.space/latex/ko/knowledge-base/163-why-does-it-sometimes-take-a-lot-of-time-to-show-the-pdf-preview.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.
