> 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/readme.md).

# مقدمة

هل تواجه صعوبة في إنشاء جدول LaTeX؟ هل تحتاج إلى مساعدة في تنسيق الأشكال؟ أنت في المكان الصحيح. من أساسيات LaTeX إلى التقنيات المتقدمة، Overleaf معك في كل خطوة.

## مقدمة إلى LaTeX

ابدأ مع دورتنا الجديدة [دورة LaTeX عبر الإنترنت](https://learn.overleaf.com/path/novice-learning-path) المصممة للمبتدئين تمامًا في [مركز تعلم Overleaf](https://learn.overleaf.com).

سجّل في ندوات ويب مباشرة مجانية تغطي Overleaf ومواضيع أخرى — اطّلع على [تقويم الفعاليات المباشرة](https://learn.overleaf.com/calendar) للبدء.

راجع [وثائق Overleaf](https://docs.overleaf.com/) للمزيد من [اقتراحات الدروس التعليمية](https://docs.overleaf.com/getting-started/latex-tutorials).

## أدلة Overleaf

* [توثيق مستخدمي Overleaf](https://docs.overleaf.com/)
* [إدارة مجموعات Overleaf](https://docs.overleaf.com/groups)
* [إدارة Overleaf Commons](https://docs.overleaf.com/commons)
* [Overleaf داخل المؤسسة](https://docs.overleaf.com/on-premises)
* [مركز تعلم Overleaf](https://learn.overleaf.com/)

## أساسيات LaTeX

اطّلع على [القائمة الشاملة لموضوعات LaTeX](https://www.overleaf.com/learn/latex/Contents). تتضمن بعض الصفحات الأكثر شيوعًا في مجموعتنا ما يلي:

* [الجداول](/latex/ar/alashkal-waljdawl/01-tables.md)
* [تحديد موضع الصور والجداول](/latex/ar/alashkal-waljdawl/02-positioning-images-and-tables.md)
* [محاذاة النص](/latex/ar/altnsyq/06-text-alignment.md)
* [قائمة الحروف اليونانية والرموز الرياضية](/latex/ar/alryadhyat/11-list-of-greek-letters-and-math-symbols.md)
* [القوائم](/latex/ar/asasyat-latex/04-lists.md)
* [الأخطاء](/latex/ar/asasyat-latex/05-errors.md)
* [استخدام الألوان في LaTeX](/latex/ar/altnsyq/13-using-colors-in-latex.md)
* [محاذاة المعادلات](/latex/ar/alryadhyat/06-aligning-equations-with-amsmath.md)
* [فواصل الأسطر والمسافات الفارغة](/latex/ar/altnsyq/05-line-breaks-and-blank-spaces.md)

[المزيد من الموضوعات](https://www.overleaf.com/learn/latex/Contents)

## TeX/LaTeX المتقدم

نشرت Overleaf مجموعة واسعة من [المقالات التقنية المتعمقة](/latex/ar/tex-latex-almtqdm/01-articles.md) للقراء المهتمين بالسلوك منخفض المستوى لمحركات 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/readme.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.
