Saltar al contenido principal

GDPR & Compliance

Data protection and regulatory compliance in Ever Gauzy.

GDPR Requirementsโ€‹

RequirementGauzy Implementation
Right to accessEmployee data export
Right to erasureAccount deletion, data purge
Data minimizationConfigurable data collection
Consent managementScreenshot consent, tracking
Data portabilityJSON/CSV export
Breach notificationAudit logging, alerts

Data Subject Rightsโ€‹

Right to Access (Article 15)โ€‹

Employees can export their data:

  1. Go to Profile โ†’ Privacy โ†’ Export My Data
  2. Downloads JSON with all personal data

Right to Erasure (Article 17)โ€‹

Admin can delete employee data:

  1. Go to Employees โ†’ select employee
  2. Click Delete โ†’ Permanently Delete All Data
  3. Removes: user account, time logs, screenshots, activities

Data Collection Settingsโ€‹

Data TypeDefaultConfigurable
ScreenshotsEnabledโœ… Per org
Activity levelsEnabledโœ… Per org
App/URL trackingEnabledโœ… Per org
Mouse/keyboardEnabledโœ… Per org
GPS locationDisabledโœ… Per org

Data Retentionโ€‹

Configure automatic data cleanup:

# Auto-delete screenshots older than N days
SCREENSHOT_RETENTION_DAYS=90

# Auto-delete activity logs older than N days
ACTIVITY_RETENTION_DAYS=365

Audit Trailโ€‹

All data access and modifications are logged. See Audit Logging.