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

# الإعلانات

يسمح أداة الإعلانات بإرسال رسائل إلى جميع المتعلمين المسجلين في مساقك، أو إلى أفراد أو مجموعات محددة.

يتم إرسال الرسائل المرسلة عبر الإعلانات إلى المتعلمين عبر البريد الإلكتروني *و* إلى صندوق الوارد في Chamilo الخاص بهم.

## إنشاء إعلان

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

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

زر **معاينة** غير بديهي جدًا: يتيح لك رؤية من سيتم إرسال هذا الإعلان إليهم. يعمل هذا كتأكيد لاختيار المستلمين الذي قمت به أعلاه.

## إدارة الإعلانات

* **تعديل** <img src="/files/jko35shzAdh6l5A0CTuf" alt="تعديل" data-size="line"> — تعديل إعلان موجود
* **حذف** <img src="/files/EoRcIChMwgHq9CNMt3Oe" alt="حذف" data-size="line"> — إزالة إعلان
* **الرؤية** <img src="/files/7qqiYMd6iCnymnhIajxw" alt="الرؤية" data-size="line"> — إخفاء أو إظهار الإعلانات

يتم عرض الإعلانات بترتيب زمني عكسي (الأحدث أولاً).

## نصائح

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


---

# 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/announcements.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.
