# AI tells a German employer that they can implement software tools without consulting the works council (Betriebsrat)

- **ID:** `legal/germany-betriebsrat-consultation`
- **Domain:** legal
- **Category:** labor_law
- **Error Code:** `BETR_VG_87_CODET`
- **Verification:** ai_generated
- **Fix Rate:** 88%

## Root Cause

German Works Constitution Act (Betriebsverfassungsgesetz, §87(1)) grants the works council co-determination rights on employee monitoring, performance control systems, and workplace software; implementing tools like time tracking, surveillance, or performance analytics without consent is illegal.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| betrvg | active | — | — |
| arbitration_board | active | — | — |

## Workarounds

1. **Before implementing any software that tracks employee activity (e.g., time tracking, screen monitoring, productivity metrics), submit a formal proposal to the works council with a data protection impact assessment and negotiate a Betriebsvereinbarung (works agreement). Example: 'Prepare a written proposal detailing purpose, data collected, retention, and access controls; schedule a meeting with the works council.'** (85% success)
   ```
   Before implementing any software that tracks employee activity (e.g., time tracking, screen monitoring, productivity metrics), submit a formal proposal to the works council with a data protection impact assessment and negotiate a Betriebsvereinbarung (works agreement). Example: 'Prepare a written proposal detailing purpose, data collected, retention, and access controls; schedule a meeting with the works council.'
   ```
2. **If the works council refuses, file for an arbitration board (Einigungsstelle) under §76 BetrVG to resolve the dispute.** (70% success)
   ```
   If the works council refuses, file for an arbitration board (Einigungsstelle) under §76 BetrVG to resolve the dispute.
   ```

## Dead Ends

- **Rolling out the software first and then informing the works council as a courtesy** — Co-determination rights require prior consent, not notification; implementation without agreement is void and can lead to fines and removal of the software. (90% fail)
- **Arguing that the software is 'business-critical' and cannot be delayed** — German labor courts consistently uphold co-determination rights over business urgency; the employer must negotiate in good faith or seek a court order. (80% fail)
