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

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

نعم، يمكنك تصدير قائمة المراجع الخاصة بك من RefWorks لاستخدامها في Overleaf. ستحتاج إلى [تسجيل الدخول إلى RefWorks](https://refworks.proquest.com/)، تحديد المراجع التي ترغب في استخدامها، وتصديرها كبيانات BibTeX محفوظة في ملف مع `.bib` الامتداد.

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

* [قم بتحميل `.bib` الملف يدويًا](/latex/ar/qaadh-almarfh/088-including-images-on-overleaf.md) إلى مشروعك في Overleaf.
* احفظه في التخزين السحابي (مثل Google Drive) واستخدم عنوان URL لمشاركة الملف لرفعه إلى Overleaf.

توضح المقالات التالية كيفية رفع الملفات إلى Overleaf باستخدام عناوين URL لمشاركة الملفات:

* [كيف يمكنني رفع الملفات من Google Drive؟](/latex/ar/qaadh-almarfh/051-how-can-i-upload-files-from-google-drive.md)
* [كيفية رفع ملف باستخدام عنوان URL خارجي](/latex/ar/qaadh-almarfh/081-how-to-upload-a-file-using-an-external-url.md)

### كيفية إضافة قائمة مراجع إلى مستندك

بعد تحميل `.bib` الملف، يمكنك استخدام حِزم مراجع مختلفة للاستشهاد بمراجعك وتنسيق قائمة المراجع. يوضح المثال التالي [`natbib` الحزمة](https://ctan.org/pkg/natbib?lang=en)، وهي خيار شائع:

```latex
\documentclass{article}  % استخدم فئة المقال القياسية
\usepackage[numbers]{natbib}  % حمّل natbib مع الاستشهادات الرقمية

\begin{document}

إليك مثالًا على الاستشهاد \citep{sample_ref}. % استشهد بمرجع بين قوسين

\bibliographystyle{plainnat}  % اختر نمطًا لقائمة المراجع
\bibliography{references}  % استخدم ملف .bib المسمى "references.bib"

\end{document}
```

## قراءة إضافية

إذا كنت ترغب في استكشاف المزيد من الموضوعات المتعلقة باستخدام المراجع الببليوغرافية في LaTeX، فقد تهمك مقالات Overleaf التالية:

* [استخدام المراجع الببليوغرافية على Overleaf](/latex/ar/qaadh-almarfh/145-using-bibliographies-on-overleaf.md)
* [إدارة المراجع الببليوغرافية في LaTeX](/latex/ar/mzyd-mn-almwdhwaat/05-bibliography-management-in-latex.md)
* [إدارة الببليوغرافيا باستخدام natbib](/latex/ar/almraja-walastshhadat/02-bibliography-management-with-natbib.md)
* [إدارة الببليوغرافيا باستخدام biblatex](/latex/ar/almraja-walastshhadat/03-bibliography-management-with-biblatex.md)
* [إدارة قائمة المراجع باستخدام BibTeX](/latex/ar/almraja-walastshhadat/01-bibliography-management-with-bibtex.md)
* [كيفية البحث عن المراجع في مشروع Overleaf](/latex/ar/qaadh-almarfh/076-how-to-search-for-references-in-an-overleaf-project.md)
* [كيفية ربط Mendeley بحساب Overleaf الخاص بك](/latex/ar/qaadh-almarfh/070-how-to-link-mendeley-to-your-overleaf-account.md)
* [كيفية ربط Zotero بحساب Overleaf الخاص بك](/latex/ar/qaadh-almarfh/073-how-to-link-zotero-to-your-overleaf-account.md)


---

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