# GlobalScreen Privacy
Disclaimer: This documentation does not warrant completeness or correctness. Please report any missing or wrong information using the [ILIAS issue tracker](https://mantis.ilias.de) or contribute a fix via [Pull Request](docs/development/contributing.md#pull-request-to-the-repositories).

## General Information
- The UI service controls the page layout. Services and components contribute elements to the page layout by using the GlobalScreen service.
- Services and components which use the GlobalScreen service might store, present, delete or export personal data. This is specified in their respective PRIVACY.md.

## Data being stored
- The GlobalScreen service does not store any personal data.
- The GlobalScreen service employs the following services, please consult the respective privacy.mds:
  - UI

## Data being presented
- The GlobalScreen service does not present any personal data.

## Data being deleted
- The GlobalScreen service does not delete any personal data.

## Data being exported
- The GlobalScreen service does not export any personal data.