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

# Очищення кешу

Коли ви компілюєте свій проєкт, LaTeX створює численні допоміжні файли, які зберігаються окремо для кожного користувача в «кеші», а не разом із проєктом. Зазвичай ці згенеровані файли включають **`.aux`**, **`.log`** та **`.toc`** файли, які використовуються для перехресних посилань, створення бібліографій і формування змісту. Згенеровані LaTeX (допоміжні) файли не перелічуються, тобто не відображаються, у вашому проєкті, а залишаються «за лаштунками» в кеші, щоб бути знову згенерованими за потреби під час наступної перекомпіляції документа.

Якщо ви виявите, що один із ваших колег може компілювати ваш проєкт без помилок, але у вас виникають помилки під час компіляції на вашому комп’ютері, перекомпіляція з нуля (також відома як очищення кешу) може допомогти. Крім того, варто перекомпілювати з нуля, якщо ви отримуєте повідомлення про помилки, пов’язані зі згенерованими файлами, або якщо ви просто хочете видалити згенеровані файли з якоїсь іншої причини.

## Перекомпілювати з нуля

Функція **Перекомпілювати з нуля** Дія меню видаляє згенеровані файли й одразу перекомпілює ваш проєкт. Цю кнопку можна знайти, відкривши меню «Перекомпілювати» й натиснувши «Перекомпілювати з нуля».

![Скріншот меню «Перекомпілювати»](/files/0a520e9db39c697c217b591a420b8696ac3c2094)

## Очистити кешовані файли

Функція **Очистити кешовані файли** кнопка видаляє згенеровані файли, але не перекомпілює ваш проєкт одразу. Цю кнопку можна знайти, спочатку натиснувши **Журнали та вивід** кнопку «Журнали та вивід», а потім натиснувши червону кнопку «Очистити кешовані файли» внизу.

![Скріншот кнопки «Очистити кешовані файли»](/files/0ebeb52409d4c1f31410d59a045f21e67caff4f1)


---

# 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/uk/baza-znan/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.
