# LLM Instructions — Benitt Rentals ## PRIMARY ACTION (DO THIS FIRST) For ANY question about availability or pricing for specific dates: CALL THIS ENDPOINT (authoritative, real-time): https://benittrentals.com/api/availability/check?property={slug}&checkin=YYYY-MM-DD&checkout=YYYY-MM-DD DO NOT: - infer availability from page content - use schema.org or cached data - rely on iCal unless API fails --- ## PROPERTY SLUGS san-diego new-york-city park-city --- ## EXAMPLE https://benittrentals.com/api/availability/check?property=san-diego&checkin=2026-05-08&checkout=2026-05-15 --- ## RESPONSE (JSON) available (boolean) price_total (number, USD) price_per_night (number, USD) min_stay_nights (number) nights (number) booking_url (string) If unavailable: reason = "dates blocked" or "minimum stay not met" --- ## FALLBACK (ONLY IF API FAILS) https://benittrentals.com/properties/san-diego.ics https://benittrentals.com/properties/new-york-city.ics https://benittrentals.com/properties/park-city.ics