# القاموس

سلوك أداة **المصطلحات** في الدورة.

الوصول إلى هذه الإعدادات تحت **الإدارة > إعدادات التكوين > المصطلحات**. تحتوي هذه الفئة على **3 إعدادات**، مدرجة أدناه مع العنوان والتعليق المرسل في إعدادات المنصة (`SettingsCurrentFixtures.php`).

> يتم عرض اسم المتغير في الكود بخط monospace. استخدمه عند البرمجة عبر API أو عند الحاجة إلى تغيير هذه الإعدادات على المستوى العام عن طريق تحرير [`config/settings_override.yaml`](https://github.com/chamilo/chamilo-lms/wiki/Configurations#configsettings_overridesyaml).

## الإعدادات

### `allow_remove_tags_in_glossary_export`

**إزالة علامات HTML في تصدير المصطلحات**

عند التفعيل، يتم إزالة علامات HTML من تعريفات مصطلحات المصطلحات أثناء التصدير.

*افتراضي: `false`*

### `default_glossary_view`

**عرض المصطلحات الافتراضي**

اختر العرض الذي سيتم استخدامه افتراضيًا في أداة المصطلحات ('table' أو 'list').

*افتراضي: `table`*

### `show_glossary_in_extra_tools`

**عرض مصطلحات المصطلحات في الأدوات الإضافية**

من هنا يمكنك تكوين كيفية إضافة مصطلحات المصطلحات في الأدوات الإضافية مثل أداة مسار التعلم وأداة التمرين


---

# Agent Instructions: 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:

```
GET https://docs.chamilo.org/2.x-ar/dlyl-alidarh/admin-guide/platform-settings/glossary-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
