> 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/023-can-t-find-the-pdf-viewer.md).

# PDF 뷰어를 찾을 수 없음

Overleaf 편집기와 PDF 미리보기를 포함하는 분할 화면이 보이지 않거나, PDF 미리보기 또는 Overleaf 편집기가 화면에서 숨겨져 있다면, **레이아웃** 메뉴를 사용하여 Overleaf 작업 공간을 빠르게 재배치하고 새로고침할 수 있습니다.

예를 들어 분할 화면 보기를 복원하려면, **Editor & PDF** 에서 **레이아웃** 메뉴를 아래와 같이 선택하세요. 현재 활성화된 옵션 옆에는 체크 표시가 있습니다:

![Overleaf 레이아웃 메뉴](/files/2e1058f82be459611443ff74a10ff6be0423c41a)

다음에 대한 자세한 내용은 **레이아웃** 메뉴를 Overleaf 도움말 페이지에서 확인하세요 [Overleaf 레이아웃 메뉴 사용 방법](/latex/ko/knowledge-base/083-how-to-use-the-overleaf-layout-menu.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/023-can-t-find-the-pdf-viewer.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.
