> 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/on-premises/ar/aldam/project-limits.md).

# حدود المشاريع

| الميزة                                            | الحد                                                                                                                                                                   |
| ------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| مهلة التجميع                                      | **الافتراضي:** 180 ثانية. انظر [تحديث مهلة تجميع المشروع](/on-premises/ar/idarh-almstkhdmyn-walmsharya/project-management.md) لمزيد من المعلومات حول تخصيص هذه القيمة. |
| الحد الأقصى لعدد الملفات لكل مشروع                | 2000                                                                                                                                                                   |
| الحد الأقصى لحجم المواد القابلة للتحرير لكل مشروع | **الافتراضي:** 7 ميجابايت. انظر [متغيرات البيئة](broken://pages/bca89dade4e5026a2a8886e6037f772e93d93ef4) لمزيد من المعلومات حول تخصيص هذه القيمة.                     |
| الحد الأقصى لحجم ملف نصي قابل للتحرير فردي        | 2 ميجابايت\*                                                                                                                                                           |
| الحد الأقصى لحجم عملية رفع فردية                  | 50 ميجابايت (قابل للتهيئة عبر `MAX_UPLOAD_SIZE`)                                                                                                                       |
| الحد الأقصى لحجم المشروع                          | غير محدود†                                                                                                                                                             |
| الحد الأقصى لعدد المشاريع                         | غير محدود                                                                                                                                                              |

\* قد تظل بعض الملفات الأكبر قابلة للتحرير في ظروف معينة. ومع ذلك، لضمان بقاء الملف قابلاً للتحرير، ينبغي أن تقتصر حجمه على 2 ميجابايت أو أقل.

† لا يوجد حد مفروض على الحجم الإجمالي للمشروع. ومع ذلك، قد تواجه بعض القيود التقنية عند العمل على مشاريع كبيرة جدًا. نوصي بأن يكون الحد الأقصى لحجم المشروع 500 ميجابايت، أو أقل من 100 ميجابايت إذا كنت تستخدم [تكامل Git](https://www.overleaf.com/learn/how-to/Git_integration). قد تعمل المشاريع التي تتجاوز هذه الأحجام، لكن الالتزام بهذه الحدود سيمنحك أفضل تجربة.


---

# 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/on-premises/ar/aldam/project-limits.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.
