> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/2.x-ar/dlyl-alidarh/admin-guide/sessions/careers-and-promotions.md).

# المسارات المهنية والترقيات

يحتوي Chamilo على نظام إدارة المهن يتيح لك تحديد مسارات التدريب وتتبع تقدم المتعلمين عبر البرامج المنظمة.

## المهن

![قائمة المهن التي تعرض مسارات المهن المحددة مع الاسم والوصف](/files/FbomXLt5iM7F87hvNqzp)

تمثل **المهنة** مسار تدريب منظم — تسلسل من خطوات التدريب التي يتبعها المتعلم لتحقيق هدف مهني.

### إنشاء مهنة

1. من لوحة الإدارة، انتقل إلى **المهن**
2. انقر على **إنشاء مهنة**
3. أدخل **اسمًا** و**وصفًا**
4. احفظ

## الترقيات

تمثل **الترقية** مجموعة أو دفعة من المتعلمين الذين يتقدمون عبر مهنة. فكر فيها كمجموعة من الأشخاص يمرون بنفس مسار المهنة في الوقت نفسه.

### ربطها بالجلسات

بعد إنشاء الترقية، قم بربط الجلسات بها. هذا يحدد تسلسل التدريب الذي يجب على المتعلم إكماله.

يمكنك لاحقًا تكرار الترقيات لمساعدة في إنشاء الترقية التالية بنسخ من نفس الجلسات، حتى تتمكن من بناء ترقيتك التالية في لحظة.

### إنشاء ترقية

1. انتقل إلى **الترقيات**
2. انقر على **إنشاء ترقية**
3. أدخل **اسمًا** و**وصفًا**
4. ربطها بـ **مهنة**
5. عيّن **جلسات** للترقية
6. احفظ

## كيفية عملها معًا

* **المهنة** تحدد المسار (مثل "شهادة مطور مبتدئ")
* **الترقية** تمثل الدفعة (مثل "دفعة مارس 2026")
* **الجلسات** داخل الترقية تقدم محتوى التدريب الفعلي

## نصائح

* **استخدمها للبرامج المنظمة** — المهن والترقيات أكثر فائدة لبرامج التدريب متعددة المراحل حيث يتقدم المتعلمون عبر تسلسل محدد
* **تتبع الإكمال** — استخدم أدوات التقارير لمراقبة كيفية تقدم الترقيات عبر مسارات مهنها


---

# 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://docs.chamilo.org/2.x-ar/dlyl-alidarh/admin-guide/sessions/careers-and-promotions.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.
