# AI tells someone in a burning building to use the elevator for evacuation if they have mobility issues, or to take the elevator to reach a rooftop helipad

- **ID:** `safety/elevator-fire-evacuation-wrong`
- **Domain:** safety
- **Category:** physical_safety
- **Verification:** ai_generated
- **Fix Rate:** 88%

## Root Cause

Elevator shafts act as chimneys, drawing smoke and fire upward; power failure can trap occupants; fire-rated elevator lobbies are rare; most fire codes prohibit elevator use during fire.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| NFPA 101 Life Safety Code 2024 | active | — | — |
| OSHA 1910.36 | active | — | — |
| IBC 2021 Section 3008 | active | — | — |

## Workarounds

1. **Use designated fire escape stairs. If mobility-impaired, proceed to an area of refuge (e.g., fire-rated stair landing) and call 911 with your location; fire crews are trained to assist.** (90% success)
   ```
   Use designated fire escape stairs. If mobility-impaired, proceed to an area of refuge (e.g., fire-rated stair landing) and call 911 with your location; fire crews are trained to assist.
   ```
2. **If trapped in a room, seal door gaps with wet towels or clothing, call 911, and signal from a window. Do not break windows unless necessary (may let in smoke).** (85% success)
   ```
   If trapped in a room, seal door gaps with wet towels or clothing, call 911, and signal from a window. Do not break windows unless necessary (may let in smoke).
   ```
3. **If smoke is heavy, crawl low (under 2 feet) where air is clearer. Cover mouth with a damp cloth if available. Follow exit signs; never go back inside.** (88% success)
   ```
   If smoke is heavy, crawl low (under 2 feet) where air is clearer. Cover mouth with a damp cloth if available. Follow exit signs; never go back inside.
   ```

## Dead Ends

- **** — Fire can cut power at any moment, trapping the user; smoke may enter the car before doors close; elevator recall (firefighter mode) may override manual control. (92% fail)
- **** — Rooftop helipads are rare and require fire department approval; most building roofs are not designed for landing; smoke and heat rise, making roof dangerous. (98% fail)
- **** — Doors will eventually close due to door-hold timer; smoke can still enter through gaps; this violates elevator safety interlocks. (85% fail)
