> 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-almalm/teacher-guide/adding-content/glossary.md).

# القاموس

يسمح أداة **القاموس** بتحديد المصطلحات الرئيسية لدورة دراسية. يمكن للمتعلمين تصفح القاموس للبحث عن التعريفات أثناء الدراسة.

## إضافة مصطلح

1. افتح أداة **القاموس** <img src="/files/3J7h1SQtdG11KcLX9FAI" alt="قاموس المصطلحات" data-size="line"> من الصفحة الرئيسية للدورة
2. انقر على **إضافة مصطلح قاموس جديد**
3. أدخل **المصطلح** و**تعريفه** (يدعم التعريف تنسيق النص الغني)
4. احفظ

## إدارة المصطلحات

* **تعديل** <img src="/files/jko35shzAdh6l5A0CTuf" alt="تعديل" data-size="line"> — تحديث مصطلح أو تعريفه
* **حذف** <img src="/files/EoRcIChMwgHq9CNMt3Oe" alt="حذف" data-size="line"> — إزالة مصطلح من القاموس
* **بحث** <img src="/files/FH0FM8OjZY3Zecxtf2oy" alt="بحث" data-size="line"> — استخدام وظيفة البحث للعثور على مصطلحات محددة بسرعة

## الاستيراد والتصدير

يمكنك بناء قاموسك بشكل أسرع باستخدام الاستيراد/التصدير:

* **استيراد** <img src="/files/E1F8tdQNCsLw9I02I9OP" alt="استيراد" data-size="line"> — تحميل قائمة من المصطلحات والتعريفات من ملف CSV أو XLS. يمكنك أيضًا تحديد "تحديث المصطلحات الموجودة" للكتابة فوق التعريفات للمصطلحات الموجودة بالفعل في القاموس.
* **تصدير** <img src="/files/LvDy6XoIXa48f1JM4C9t" alt="تصدير" data-size="line"> — تنزيل القاموس كـ CSV، أو Excel (XLS)، أو PDF لاستخدامه في دورة أخرى أو للرجوع إليه دون اتصال

## خيارات العرض

يمكن عرض القاموس بتنسيقين، يتم تبديلهما من شريط الأدوات:

* **عرض الجدول** — المصطلحات مدرجة في جدول مع تعريفاتها
* **عرض القائمة** — المصطلحات معروضة كلوحات فردية متراصة فوق بعضها البعض

## نصائح

* **بناؤه تدريجيًا** — أضف المصطلحات مع تقديمها في الدورة، بدلاً من إضافتها جميعها دفعة واحدة
* **اجعل التعريفات موجزة** — التعريفات القصيرة والواضحة أكثر فائدة من الشروحات الطويلة
* **ربط من مسارات التعلم** — ارجع إلى مصطلحات القاموس من محتوى مسار التعلم لتشجيع المتعلمين على استخدام القاموس


---

# 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-almalm/teacher-guide/adding-content/glossary.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.
