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

# مسح ذاكرة التخزين المؤقت

عندما تقوم بتجميع مشروعك، يُنشئ LaTeX العديد من الملفات المساعدة التي تُخزَّن لكل مستخدم على حدة في «ذاكرة تخزين مؤقت» بدلًا من تخزينها مع المشروع. وتشمل هذه الملفات المُولَّدة عادةً **`.aux`**, **`.log`** و **`.toc`** الملفات، التي تُستخدم للإحالة المرجعية المتبادلة، وإنشاء الببليوغرافيات، وإنشاء جداول المحتويات. لا تكون الملفات المُولَّدة (المساعدة) في LaTeX مُدرجة، أي ظاهرة، داخل مشروعك، لكنها تبقى «خلف الكواليس» داخل ذاكرة التخزين المؤقت، ليُعاد إنشاؤها عند الحاجة في المرة التالية التي تعيد فيها تجميع المستند.

إذا وجدت أن أحد المتعاونين معك يستطيع تجميع مشروعك دون أخطاء، لكنك تواجه أخطاء عند التجميع على جهازك، فقد يساعدك إعادة التجميع من البداية (المعروفة أيضًا باسم مسح ذاكرة التخزين المؤقت). بالإضافة إلى ذلك، قد ترغب في إعادة التجميع من البداية إذا واجهت رسائل خطأ متعلقة بالملفات المُولَّدة، أو إذا كنت ترغب ببساطة في حذف الملفات المُولَّدة لأي سبب آخر.

## إعادة التجميع من البداية

ال **إعادة التجميع من البداية** يؤدي إجراء القائمة إلى حذف الملفات المُولَّدة وإعادة تجميع مشروعك فورًا. يمكنك العثور على هذا الزر بفتح قائمة إعادة التجميع ثم النقر على إعادة التجميع من البداية.

![لقطة شاشة لقائمة إعادة التجميع](/files/bd7cc7fa0c6507cc8965f8d971ffab86b159f387)

## مسح الملفات المخزنة مؤقتًا

ال **مسح الملفات المخزنة مؤقتًا** يؤدي الزر إلى حذف الملفات المُولَّدة، لكنه لا يعيد تجميع مشروعك فورًا. يمكنك العثور على هذا الزر أولًا بالنقر على **السجلات والمخرجات** زر الملفات، ثم النقر على زر مسح الملفات المخزنة مؤقتًا الأحمر في الأسفل.

![لقطة شاشة لزر مسح الملفات المخزنة مؤقتًا](/files/36272f3026ba4e184518141004988d077fdbb4cd)


---

# 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/ar/qaadh-almarfh/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.
