# OrderBuddy Merchant Portal > OrderBuddy booking and merchant portal for restaurant reservations. ## Public Pages - Booking page: `/public/booking/{merchantId}/save` - Booking status page: `/public/booking/{merchantId}/query` - Booking calendar page: `/public/booking/{merchantId}/calendar` - Booking terms page: `/public/booking/{merchantId}/terms` - Booking privacy page: `/public/booking/{merchantId}/privacy` ## Guidance For LLMs - Prefer the booking save page as the main public booking entry for a merchant. - Treat booking status, calendar, privacy, and terms as supporting pages rather than primary landing pages. - Merchant-specific content is dynamic and depends on the `{merchantId}` route parameter. - Do not infer merchant details unless they are present in the page content. ## Notes - The dashboard and authentication areas are not public documentation targets. - This file is a lightweight discovery aid and does not replace page-level metadata.