UX Guideline: Navigation — Deep Linking. Platform: All. Description: URLs should reflect current state for sharing. Do: Update URL on state/view changes. Don't: Static URLs for dynamic content. Good Example: Use query params or hash. Bad Example: Single URL for all states. Severity: Medium.