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

# إدارة الإضافات

## الوصول إلى مدير الإضافات

![مدير الإضافات يعرض قائمة بالإضافات المتاحة مع مفاتيح تبديل التفعيل وخيارات التكوين](/files/pn7UJqXPMY5pwQadsi58)

من لوحة الإدارة، انقر على **إدارة الإضافات** لرؤية قائمة الإضافات المتاحة.

## حالات الإضافة

لكل إضافة واحدة من حالتين:

* **نشطة** — الإضافة مفعلة وميزاتها متاحة على المنصة
* **غير نشطة** — الإضافة مثبتة لكنها معطلة

## تفعيل إضافة

1. ابحث عن الإضافة في القائمة
2. انقر على **تثبيت**، ثم **تفعيل** أو قم بتبديلها إلى الوضع المفعل
3. قم بتكوين إعدادات الإضافة (إذا كان ذلك مناسباً، ابحث عن زر **تكوين**)
4. احفظ
5. إذا تم التوصية بذلك في ملف README، قم بتفعيلها في **منطقة** محددة

تضيف بعض الإضافات أدوات إلى الدورات، أو صفحات جديدة إلى المنصة، أو وظائف إضافية إلى الميزات الموجودة.

## تكوين إضافة

لدى العديد من الإضافات خيارات تكوين. بعد تفعيل إضافة:

1. انقر على زر **تكوين** بجانب الإضافة
2. املأ التكوين المطلوب (مفاتيح API، عناوين URL، خيارات، إلخ)
3. احفظ

## إلغاء تفعيل إضافة

1. ابحث عن الإضافة في القائمة
2. انقر على **تعطيل** أو قم بتبديلها إلى الوضع المعطل
3. يتم إزالة ميزات الإضافة فوراً من المنصة، لكن الإضافة لا تزال مثبتة وتحتفظ بتكوينها حتى تقوم بـ**إلغاء التثبيت**

لا يؤدي تعطيل إضافة إلى حذف بياناتها. إذا قمت بتفعيلها لاحقاً، ستظل البيانات متاحة.

## نصائح

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


---

# 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/plugins/managing-plugins.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.
