> 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/147-using-the-file-outline-in-overleaf.md).

# استخدام مخطط الملف في Overleaf

يمكنك عرض البنية المنطقية لـ `.tex` ملفك باستخدام ميزة مخطط الملف لدينا. يعرض هذا معظم عناصر تقسيم LaTeX القياسية في شريط جانبي للسماح بالتنقل السريع داخل الملف المفتوح `.tex` الملف. يظهر مخطط الملف في أسفل الجزء الأيسر، الذي يحتوي أيضًا على شجرة الملفات.

![نظرة عامة على مخطط الملف](/files/9d44f4c68a0549f00c0b1bb16fd80cad995d495e)

تعرض هذه الميزة المخطط للملف المفتوح لديك في المحرر، وليس مشروعك بالكامل. إذا كان لديك مشروع متعدد الملفات، فسيتم عرض مخطط جديد عندما تفتح ملفًا مختلفًا في المحرر.

وبناءً على ذلك، يُرجى ملاحظة أن مخطط الملف لا يعرض حاليًا عناوين الأقسام المضمنة عبر أوامر \input أو \include أو \import. أحد الحلول البديلة لذلك هو استخدام هذه الأوامر بعد [أمر عنوان مدعوم](#supported-heading-commands). على سبيل المثال، باستخدام:

`\chapter{Chapter One}`

`\include{chapter1.tex}`

سيعرض "Chapter One" في مخطط الملف، بدلًا من مجرد استخدام `\include{chapter1.tex}`، والذي لا يتم عرضه في مخطط الملف.

## توسيع وطيّ مخطط الملف

استخدم السهم الموجود إلى يسار مخطط الملف لتوسيع الشجرة أو طيّها. يمكنك أيضًا تغيير حجم مخطط الملف بالنقر على المقبض وسحبه لأعلى أو لأسفل.

![توسيع وطيّ مخطط الملف](/files/de914bac4555cfd81ce35247e7d7d705942c9108)

## التنقل داخل ملفاتك باستخدام مخطط الملف

مع الملفات الأطول `.tex` ، قد ترغب في الانتقال بسرعة إلى عنوان قسم آخر داخل الملف. تتيح لك ميزة مخطط الملف القيام بذلك. انقر على العنوان الذي ترغب في الانتقال إليه، وسينتقل المؤشر إلى ذلك العنوان في جزء التحرير. وسيتم تمييز العنوان المحدد في قائمة مخطط الملف كمرجع أثناء تحريرك للملف.

## أوامر العناوين المدعومة

تدعم ميزة مخطط الملف أوامر عناوين الأقسام القياسية في [LaTeX](/latex/ar/bnyh-almstnd/01-sections-and-chapters.md#document-sectioning):

* `\book` (من فئة مستند memoir)
* `\part` (لفئتي مستند book وreport)
* `\chapter` (لفئتي مستند book وreport)
* `\section`
* `\subsection`
* `\subsubsection`
* `\paragraph`
* `\subparagraph`

كما تُدعَم أيضًا المتغيرات المعلَّمة بنجمة من هذه الأوامر للعناوين غير المرقمة.

ليست جميع `.tex` الملفات ستستخدم كل مستوى من مستويات العناوين. إذا لم يحتوي ملفك على جميع هذه المستويات، فلا مشكلة في ذلك. ستعرض منطقة مخطط الملف بنية ملفك وفقًا لمستويات العناوين التي نكتشفها داخل الملف.

لا تشغّل ميزة مخطط الملف محرك LaTeX كاملًا، لذلك لا يتم دعم جميع أوامر LaTeX داخل عناوين الأقسام. وعلى وجه الخصوص، لن يتم عرض توسيع الماكروهات المخصصة ومحتوى وضع الرياضيات في قائمة مخطط الملف. كما أن الاستخدامات غير القياسية الأخرى، مثل وجود عدة `\label`s تلي أمر تقسيم، أو أوامر تقسيم موزعة على عدة أسطر مصدر، لن يتم اكتشافها أيضًا بواسطة مخطط الملف في جميع الحالات.


---

# 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/147-using-the-file-outline-in-overleaf.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.
