> 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/016-can-i-use-overleaf-with-endnote.md).

# هل يمكنني استخدام Overleaf مع EndNote؟

نعم، يمكنك تصدير قائمة المراجع الخاصة بك من EndNote لاستخدامها في Overleaf. يمكن تحميل الملف المُصدَّر مباشرةً إلى مشروعك على Overleaf أو استيراده من خدمة خارجية لاستضافة الملفات.

## كيفية تصدير ملف .bib من EndNote

إليك دليل يوضح [كيفية تصدير `.bib` ملف من مكتبة EndNote الخاصة بك](https://library.unimelb.edu.au/recite/reference-management-software/bibtex-and-latex/managing-citations2/endnote). إذا لم ترَ خيار التصدير إلى BibTeX في EndNote، فقد تحتاج إلى تنزيل وتثبيت نمط EndNote المطلوب [المكوّن الإضافي](http://endnote.com/downloads/style/bibtex-export).

## كيفية إضافة ملف .bib إلى مشروعك على Overleaf

بعد تصدير مراجعك من EndNote، حدِّد رمز تحميل الملف (![UploadIcon.png](/files/367522a5f2b50f118145561b2ec1eaf225e0fe42)) **إضافة ملفات** لإظهار النافذة المنبثقة. الملف المُصدَّر `.bib` يمكن إضافة الملف إلى مشروعك باستخدام **رفع** أو **من عنوان URL خارجي**:

![نوافذ رفع الملفات في Overleaf](/files/677a4de0c29e7ccc0be702ec70e71d0b89c4269d)

### باستخدام التحميل

يمكنك سحب وإفلات `.bib` الملف على **إضافة ملفات** النافذة أو اختيار ملف باستخدام **اختر من جهازك**.

**ملاحظات**:

* إذا قمت بتحميل `.bib` الملف مباشرةً إلى مشروعك، فيمكنك بعد ذلك تحريره باستخدام محرر Overleaf — إلا إذا تجاوز الملف [حدّ الملفات القابلة للتحرير البالغ 2 ميغابايت](https://github.com/ayaka-notes/overleaf-learn-wiki/tree/main/learn-scripts/index.php?title=Kb/What_is_the_maximum_compilation_time,_file_number,_and_project_size_allowed_on_free_vs_paid_plans?\&action=edit\&redlink=1/README.md).
* إذا قمت بتحرير `.bib` الملف على Overleaf، فقد لا تعود مراجع مشروعك متزامنة مع المراجع المخزنة في EndNote.

### استخدام من عنوان URL خارجي

افترض أنك حفظت الملف المُصدَّر `.bib` في خدمة استضافة ملفات سحابية تتيح التنزيل المباشر — مثل Google Drive. وباستخدام **من عنوان URL خارجي**، يمكنك استيراد نسخة من الملف المستضاف خارجيًا `.bib` إلى مشروعك على Overleaf. لمزيد من المعلومات، راجع مقالة المساعدة في Overleaf [كيف يمكنني رفع الملفات من Google Drive؟](/latex/ar/qaadh-almarfh/051-how-can-i-upload-files-from-google-drive.md)

**ملاحظة**:

* إذا كنت قد استوردت `.bib` عبر Google Drive، أو خدمة مماثلة لاستضافة الملفات، فلن تتمكن من تحريره على Overleaf. يجب عليك تحديث `.bib` الملف خارج Overleaf ثم تحديث النسخة المستوردة عن طريق تحديد `.bib` الملف واختيار **تحديث** الزر الموجود أعلى الصفحة — انظر [هذا الفيديو](https://learn.overleaf.com/learn/Kb/How_can_I_upload_files_from_Google_Drive%3F#Video_showing_Google_Drive_file_upload) للاطلاع على عرض توضيحي.

## استخدام ملف .bib المُصدَّر

بمجرد تحميل ملف قائمة المراجع، يمكن استخدام عدة حزم مراجع لعرض الإدخالات ذات الصلة في مستندك (أثناء الاستشهاد بها). على سبيل المثال، غالبًا ما نستخدم `natbib` الحزمة، وأوامر  `natbib` تبدو هكذا:

```latex
...
\usepackage{natbib}
...
\begin{document}
...
\bibliographystyle{plainnat}
\bibliography{name-of-your-bib-file-here}
\end{document}
```

للحصول على معلومات إضافية حول إضافة قائمة مراجع إلى مستندك، راجع الجزء 2 من [مقدمة إلى LaTeX](https://www.overleaf.com/blog/9).


---

# 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/016-can-i-use-overleaf-with-endnote.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.
