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

# الروابط

يسمح أداة الروابط بمشاركة عناوين URL مفيدة مع متعلميك، منظمة حسب الفئة.

## إضافة رابط

1. افتح أداة **Links** <img src="/files/lzi91mG5ZvISgOqbJfFz" alt="Links" data-size="line"> من الصفحة الرئيسية للمقرر
2. انقر على **Add a link** <img src="/files/k7mV0upGxiJX4HpzVLEq" alt="Add link" data-size="line">
3. املأ التفاصيل:
   * **URL** — عنوان الويب (مثال: `https://example.com/resource`)
   * **Link name** — اسم وصفي للرابط
   * **Description** — شرح اختياري لما يتعلق به المورد
   * **Category** — تعيين الرابط إلى فئة للتنظيم
   * **Target** — مكان فتح الرابط: `_self` (نفس النافذة)، `_blank` (تبويب جديد)، `_parent`، أو `_top`
   * **Show link on course homepage** — ما إذا كنت تريد عرضه كأيقونة أداة في الصفحة الرئيسية للمقرر
4. احفظ

## التنظيم باستخدام الفئات

تساعد الفئات في تجميع الروابط ذات الصلة معًا:

1. انقر على **Add a category**
2. أدخل **category name** ووصفًا اختياريًا
3. احفظ

يتم عرض الروابط داخل الفئة معًا، مما يسهل على المتعلمين العثور على الموارد ذات الصلة.

## إدارة الروابط

* **Link checking** <img src="/files/Cvp9N9649lYrjOzMxmh8" alt="Validity" data-size="line"> — يمكن لـ Chamilo التحقق مما إذا كانت الروابط لا تزال نشطة أو معطلة
* **Edit** <img src="/files/jko35shzAdh6l5A0CTuf" alt="Edit" data-size="line"> — تحديث عنوان URL للرابط، أو العنوان، أو الوصف
* **Visibility** <img src="/files/7qqiYMd6iCnymnhIajxw" alt="Visibility" data-size="line"> — إخفاء الرابط أو إظهاره للمتعلمين
* **Delete** <img src="/files/EoRcIChMwgHq9CNMt3Oe" alt="Delete" data-size="line"> — إزالة الرابط

## تصدير الروابط

يمكنك تصدير مجموعة الروابط الخاصة بك إلى PDF. ابحث عن خيار **Export** في أداة الروابط.

## نصائح

* **Categorize by topic** — إنشاء فئة لكل وحدة أو أسبوع في مقررك
* **Add descriptions** — مساعدة المتعلمين على فهم سبب صلة الرابط قبل النقر عليه
* **Check regularly** — يمكن أن تصبح روابط الويب قديمة أو معطلة مع مرور الوقت


---

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