2Click "Zoom In" on Server → see UserService, AuthService, PaymentService
3Zoom in on UserService → see individual methods
4Zoom into createUser() → see the actual implementation code
In a nutshell
LLD (Low-Level Design) is about the internal structure of components — classes, methods, data structures, and algorithms. HLD shows WHAT components exist; LLD shows HOW each component works internally.