# Privacy

Privacy and data-protection (GDPR-style) controls — consent, data export, account deletion requests, and similar.

Access these settings under **Administration > Configuration settings > Privacy**. This category contains **6 settings**, listed below with the title and comment shipped in the platform's settings fixtures (`SettingsCurrentFixtures.php`).

> The variable name in code is shown in monospace. Use it when scripting via the API or when you need to change those settings at a global level by editing [`config/settings_override.yaml`](https://github.com/chamilo/chamilo-lms/wiki/Configurations#configsettings_overridesyaml).

## Settings

### `data_protection_officer_email`

**Data protection officer e-mail address**

Email address for the designated data protection officer, displayed in GDPR/privacy sections.

### `data_protection_officer_name`

**Data protection officer name**

Full name of the designated data protection officer, displayed in personal data and privacy pages.

### `data_protection_officer_role`

**Data protection officer role**

Job title or role of the designated data protection officer, displayed alongside their name in privacy information.

### `disable_change_user_visibility_for_public_courses`

**Disable making tool users visible in public courses**

Avoid anyone making the 'users' tool visible in a public course.

*Default: `true`*

### `disable_gdpr`

**Disable GDPR features**

If you already manage your personal data protection declaration to users elsewhere, you can safely disable this feature.

*Default: `true`*

### `hide_user_field_from_list`

**Hide fields from users list in course**

By default, we show all data from users in the users tool in the course. This array allows you to specify which fields you do not want to display. Only affects main fields (not extra fields).


---

# 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/administration-guide/admin-guide/platform-settings/privacy-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.
