> 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/087-images-not-showing-up.md).

# 이미지가 표시되지 않음

가장 먼저 확인할 설정은 컴파일러가 *일반* 모드인지, 아니면 *빠른 \[초안]* 모드인지(드롭다운 메뉴에서 아래의 *다시 컴파일* 버튼). 그 *빠른 \[초안]* 모드는 컴파일 속도를 높이기 위해 일부 단계를 건너뛰며, 포함된 이미지를 자주 표시하지 않습니다.

![Fast-draft-compile.png](/files/c50616075923eeca0ff2ff80b893472cc42eda8b)

때때로, *Overleaf* PDF 뷰어 문제로 인해 미리보기에서 이미지가 보이지 않을 수 있습니다—하지만 코드가 모두 올바르다면 다운로드한 PDF 파일에는 이미지가 여전히 표시되어야 합니다. 이 문제를 해결하려면 PDF 뷰어를 *Overleaf* 을 *브라우저* 에서 찾을 수 있는 지침을 사용하여 [여기](/latex/ko/knowledge-base/027-changing-pdf-viewer.md).

이미지가 여전히 표시되지 않는다면, LaTeX에 문제가 있을 가능성이 큽니다. 다음이 있는지 확인하세요 [파일을 업로드했는지](/latex/ko/knowledge-base/088-including-images-on-overleaf.md) 및 [파일 위치를 지정했는지](/latex/ko/latex-1/09-file-xxx-not-found-on-input-line-xxx.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://overleaf-pro.ayaka.space/latex/ko/knowledge-base/087-images-not-showing-up.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.
