> 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/009-can-i-share-files-e.g.-.bib-and-some-graphics-across-my-projects.md).

# هل يمكنني مشاركة الملفات (مثل .bib وبعض الرسومات) عبر مشاريعي؟

نعم، يمكنك القيام بذلك باستخدام **من مشروع آخر** الخيار الموجود ضمن **إضافة ملفات** النافذة المنبثقة:

![إضافة ملف من مشروع آخر](/files/de0c037e65b62b77d2d8400c2b0635bd5f19b215)

إذا كنت ترغب في استخدام الملفات نفسها (بشكل منتظم) عبر عدة مشاريع، فقد يكون من الملائم استخدام الترتيب التالي:

1. أنشئ مشروعًا «أبًا» يحتوي على ملفاتك القابلة لإعادة الاستخدام؛ مثلًا، `.bib`, `.cls`, `.sty`، الرسومات، إلخ.
2. داخل مشروع «ابن»، حيث تريد إعادة استخدام ملف، اتبع الإجراء التالي:

* انقر زر «رفع الملفات» (![UploadIcon.png](/files/367522a5f2b50f118145561b2ec1eaf225e0fe42)) في أعلى لوحة قائمة الملفات. يعرض Overleaf **إضافة ملفات** النافذة المنبثقة. هنا، تحتاج إلى القيام بما يلي:

  * اختر **من مشروع آخر**;
  * ضمن **اختر مشروعًا**، واختر المشروع «الأب» الذي يحتوي على الملفات القابلة لإعادة الاستخدام؛
  * ضمن **اختر ملفًا**، واختر الملف الذي تحتاجه.

  ![Uploading a file from another Overleaf project](/files/919e0b52d76059547a634a0a2fe64aa4def78a68).

ستتمكن الآن من *تستخدم* الملف المرتبط داخل مشروعك «الابن»، ولكنك ست *لن تكون قادرًا على تحريره*على الرغم من أن الملفات المرتبطة في المشاريع «الابن» لا يمكن تحريرها، فإنه يمكن تحديثها (إنعاشها) إذا كنت قد عدّلت النسخة الأصلية من الملف(ات) في المشروع الأب:

* انقر على الملف المرتبط في المشروع «الابن»؛
* اختر **تحديث** لسحب التغييرات.

**ملاحظة**: أي `.tex` ملفات تم استيرادها باستخدام **من مشروع آخر** لا يمكن تعيينها كملف رئيسي لتجميع المشروع «الابن».


---

# 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/009-can-i-share-files-e.g.-.bib-and-some-graphics-across-my-projects.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.
