> 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/028-clearing-the-cache.md).

# 캐시 지우기

프로젝트를 컴파일하면 LaTeX는 프로젝트와 함께 저장되는 대신 사용자별로 '캐시'에 저장되는 수많은 보조 파일을 생성합니다. 이러한 생성된 파일에는 일반적으로 **`.aux`**, **`.log`** 및 **`.toc`** 파일이 포함되며, 이는 상호 참조, 참고문헌 생성, 목차 작성에 사용됩니다. LaTeX가 생성한(보조) 파일은 프로젝트 안에 목록으로 표시되지 않으며, 즉 보이지 않으며, 캐시 안에서 "뒤에서" 유지되어 문서를 다시 컴파일할 때 필요에 따라 다시 생성됩니다.

공동 작업자 중 한 명은 오류 없이 프로젝트를 컴파일할 수 있는데, 본인의 컴퓨터에서 컴파일할 때는 오류가 발생한다면, 처음부터 다시 컴파일하는 것(캐시를 지우는 것이라고도 함)이 도움이 될 수 있습니다. 또한 생성된 파일과 관련된 오류 메시지가 표시되거나, 다른 이유로 단순히 생성된 파일을 삭제하고 싶을 때도 처음부터 다시 컴파일하고 싶을 수 있습니다.

## 처음부터 다시 컴파일

다음 **처음부터 다시 컴파일** 메뉴 동작은 생성된 파일을 삭제하고 즉시 프로젝트를 다시 컴파일합니다. 이 버튼은 Recompile 메뉴를 열고 Recompile from scratch를 클릭하면 찾을 수 있습니다.

![Recompile 메뉴의 스크린샷](/files/40f73eff0129df8d683e1693dfa3cfec3f657d19)

## 캐시된 파일 삭제

다음 **캐시된 파일 삭제** 버튼은 생성된 파일을 삭제하지만 프로젝트를 즉시 다시 컴파일하지는 않습니다. 이 버튼은 먼저 **로그 및 출력** 파일 버튼을 클릭한 다음, 아래쪽의 빨간색 캐시된 파일 삭제 버튼을 클릭하면 됩니다.

![캐시된 파일 삭제 버튼의 스크린샷](/files/3ce3c570d95a999da0ae1769652bf8f7e4991dc1)


---

# 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/028-clearing-the-cache.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.
