> 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-el/odigos-diaxeirisis/admin-guide/platform-settings/glossary-settings.md).

# Γλωσσάρι

Συμπεριφορά του εργαλείου **Glossary** του μαθήματος.

Πρόσβαση σε αυτές τις ρυθμίσεις μέσω **Administration > Configuration settings > Glossary**. Αυτή η κατηγορία περιέχει **3 ρυθμίσεις**, που παρατίθενται παρακάτω με τον τίτλο και το σχόλιο που παρέχονται στα fixtures των ρυθμίσεων της πλατφόρμας (`SettingsCurrentFixtures.php`).

> Το όνομα της μεταβλητής στον κώδικα εμφανίζεται σε monospace. Χρησιμοποιήστε το κατά την προγραμματισμό μέσω API ή όταν χρειάζεται να αλλάξετε αυτές τις ρυθμίσεις σε παγκόσμιο επίπεδο επεξεργαζόμενοι το [`config/settings_override.yaml`](https://github.com/chamilo/chamilo-lms/wiki/Configurations#configsettings_overridesyaml).

## Ρυθμίσεις

### `allow_remove_tags_in_glossary_export`

**Remove HTML tags in glossary export**

Όταν είναι ενεργοποιημένη, τα HTML tags αφαιρούνται από τους ορισμούς όρων του γλωσσαρίου κατά την εξαγωγή.

*Προεπιλογή: `false`*

### `default_glossary_view`

**Default glossary view**

Επιλέξτε ποια προβολή ('table' ή 'list') θα χρησιμοποιείται από προεπιλογή στο εργαλείο γλωσσαρίου.

*Προεπιλογή: `table`*

### `show_glossary_in_extra_tools`

**Show the glossary terms in extra tools**

Από εδώ μπορείτε να ρυθμίσετε πώς θα προστεθούν οι όροι του γλωσσαρίου στα επιπλέον εργαλεία όπως το εργαλείο learning path και exercice tool


---

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

```
GET https://docs.chamilo.org/2.x-el/odigos-diaxeirisis/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.
