# The Oswald Grand Hotel --- 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/MTS_MBH_0061/room/[roomCode] 4. Checkout: Select offer and continue to /property/MTS_MBH_0061/checkout or /property/MTS_MBH_0061/checkout/[continueBookingId] 5. Manage booking: /booking-details/MTS_MBH_0061/[reservationId]/[reservationPin] --- Relevant Pages --- - / - /room/[roomCode] - /package/[packageCode] - /property/MTS_MBH_0061/checkout - /property/MTS_MBH_0061/checkout/[continueBookingId] - /booking-details/MTS_MBH_0061/[reservationId]/[reservationPin] - /property/MTS_MBH_0061/special-offers --- Available Rooms --- - NEW Deluxe (Occupancy: 2, Code: DELUX) - NEW Premium (Occupancy: 2-3, Code: PREM) - NEW Sky (Occupancy: 2, Code: SKY) - Standard (Occupancy: 2, Code: STAN) - Comfort (Occupancy: 2, Code: ROOM_1) - Superior (Occupancy: 2-4, Code: ROOM_2) - Oswald Family Suite (Occupancy: 3-4, Code: ROOM_6) - Camera Singola (Occupancy: 1, Code: ROOM_4) --- 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/MTS_MBH_0061/checkout. Example: /?skd-checkin=2025-03-15&skd-checkout=2025-03-18&skd-property-code=DEMO --- Property Description --- # The Oswald Grand Hotel ## Address Via Meisules 140 39048 Selva di Val Gardena, Trentino-Südtirol, IT ## Location Latitude: 46.555891N, Longitude: 11.755636E ## Contact - Phone: 039 0471 795151 - Email: info@hoteloswald.com - Website: http://www.hoteloswald.com ## About ### Hotel Oswald in Selva di Val Gardena Welcome to the 4-star-hotel Oswald in Selva di Val Gardena , the most popular South Tyrolean tourist destination amongst holiday-makers! ### Description Reservations are made directly through the hotel. The hotel's general terms and conditions apply. ### In the centre of Selva, in front of the Dolomites! Hotel Oswald, with its central position in Selva, at an altitude of 1.536 meters above sea level, and the surrounding scenery of the Dolomites, listed as a UNESCO WORLD NATURAL HERITAGE since 2009, has all needs to guarantee a wonderful and an unforgettable holiday.Let a suggestive place like Val Gardena inspire your choices: it is the ideal starting point for myriads of hiking, mountain bike, climbing and ski tours in the world-wide known Dolomiti Superski slopes, the most famous ski area in the world. --- 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