# Pin Scoping Element references via `data-volt-pin` require a scoping strategy to avoid name collisions and provide predictable access patterns. This document explores three approaches that were considered ## Current Implementation: [data-volt] Root Scoping **How it works:** - Each `[data-volt]` root has its own pin registry - Pins are isolated to their scope - `$pins.name` accesses pins within the current root **Example:** ```html