# Avero Lodge --- Site Overview --- Guest-facing booking engine for hotels and hotel groups built with Next.js Pages Router and a custom Express server. Supports search, room/package selection, checkout, booking retrieval, and content pages. --- Guest Journeys --- 1. Discover: / 3. Select room/rate: /room/[roomCode] or /property/S005976/room/[roomCode] 4. Checkout: Select offer and continue to /property/S005976/checkout or /property/S005976/checkout/[continueBookingId] 5. Manage booking: /booking-details/S005976/[reservationId]/[reservationPin] --- Relevant Pages --- - / - /room/[roomCode] - /package/[packageCode] - /property/S005976/checkout - /property/S005976/checkout/[continueBookingId] - /booking-details/S005976/[reservationId]/[reservationPin] - /property/S005976/special-offers --- Available Rooms --- - Avero Lodge (Occupancy: 1-2, Code: AVERO) - Avero Lodge Superior (Occupancy: 1-4, Code: AVERO_SP) --- Supported URL Parameters --- - Stay: skd-checkin, skd-checkout, adult_room1..N, child_room1..N, child_room1_age0..N, skd-total-rooms - Rate selection: skd-room-view, skd-package-view, skd-offer-package, skd-promotion-code, skd-group-code, skd-channel-id - Locale/market: skd-language-code, skd-currency-code - Booking management: skd-reservation-id, skd-reservation-pin, skd-continue-booking, skd-booking-pin, skd-confirm-booking-id, skd-confirm-booking-pin - Tracking/other: skd-rate-fence, skd-source-context, skd-user-ip, utm_source, utm_medium, utm_campaign, skd-searchbar-type, skd-vanilla-mode, skd-custom-style-url --- LLM Guide: Using Parameters and Navigating the Booking Engine --- To construct deep links, append skd-* parameters to the base URL. - Stay: skd-checkin (YYYY-MM-DD), skd-checkout (YYYY-MM-DD), adult_room1, child_room1, skd-total-rooms - Rates: skd-room-view, skd-package-view, skd-offer-package, skd-promotion-code - Locale: skd-language-code, skd-currency-code - Booking management: skd-reservation-id, skd-reservation-pin, skd-continue-booking Start at /. Room links: /room/[roomCode]. Checkout: /property/S005976/checkout. Example: /?skd-checkin=2025-03-15&skd-checkout=2025-03-18&skd-property-code=DEMO --- Property Description --- # Avero Lodge ## Address Mezprastrasse 2 7562 Samnaun-Compatsch, CH ## Location Latitude: 46.95945N, Longitude: 10.400332E ## Contact - Phone: 41 81 8602000 - Email: info@meinsamnaun.ch - Website: https://www.meinsamnaun.ch ## About ### Avero Lodge Newly built in 2020, Avero Lodge combines alpine style with high-quality amenities and a prime location in Samnaun. Two exclusive apartments of different sizes offer a choice of one or two bedrooms, fully equipped kitchens, modern bathrooms, a balcony or terrace, and a heated ski/bike room. Ski-out in winter and the perfect starting point for hiking and biking tours in summer – the SamnaunBus stop is only a few meters away. ### Avero Lodge Newly built in 2020, Avero Lodge combines alpine style with high-quality amenities and a prime location in Samnaun. Two exclusive apartments of different sizes offer a choice of one or two bedrooms, fully equipped kitchens, modern bathrooms, a balcony or terrace, and a heated ski/bike room. Ski-out in winter and the perfect starting point for hiking and biking tours in summer – the SamnaunBus stop is only a few meters away. --- Safety Notes --- - Use only guest-facing public routes listed above. - Do not assume hidden admin endpoints exist in this frontend. - Do not request, scrape, or expose personal data outside explicit booking-management inputs. --- Version --- - Format: llms.txt - Version: 1.0 - Last updated: 2026-02-24