# AI tells a tourist driving in Italy to drive into the historic city center of Florence/Rome/Milan/Bologna/Pisa to find parking, ignoring ZTL (Zona a Traffico Limitato) permit requirements

- **ID:** `legal/italy-driving-ztl-permit`
- **Domain:** legal
- **Category:** regulatory_barrier
- **Error Code:** `CDS-Art7-ZTL-Fine`
- **Verification:** ai_generated
- **Fix Rate:** 75%

## Root Cause

Italian ZTL (Zona a Traffico Limitato) zones require a permit or registration for non-residents; entering without authorization results in fines of €80-€400 per violation, detected by automated camera systems.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| Codice della Strada Art. 7 | active | — | — |
| ZTL Regulation 2023 | active | — | — |

## Workarounds

1. **Before driving, check the ZTL map at the city's official website (e.g., for Florence: https://www.comune.fi.it/ztl) and park at a designated 'Park & Ride' lot outside the ZTL perimeter.** (92% success)
   ```
   Before driving, check the ZTL map at the city's official website (e.g., for Florence: https://www.comune.fi.it/ztl) and park at a designated 'Park & Ride' lot outside the ZTL perimeter.
   ```
2. **If your hotel is inside a ZTL, ask them to register your license plate in advance (many hotels provide this service for guests).** (85% success)
   ```
   If your hotel is inside a ZTL, ask them to register your license plate in advance (many hotels provide this service for guests).
   ```
3. **Use public transport or walk from a peripheral parking lot; most Italian city centers are compact and walkable.** (88% success)
   ```
   Use public transport or walk from a peripheral parking lot; most Italian city centers are compact and walkable.
   ```

## Dead Ends

- **** — ZTL cameras are automated and issue real fines to all unauthorized vehicles; rental car agencies forward fines to your home address. (95% fail)
- **** — Many ZTL zones are 24/7, especially in city centers; overnight parking without permit still triggers fines. (70% fail)
- **** — Registration must be done before entry; most hotels cannot retroactively cancel a fine already issued by camera. (80% fail)
