Your public booking site is where customers browse your offerings, pick a time, and book. It's available at /b/{teamSlug} — use the View Booking Site button in the header to open it.
https://yourdomain.com/b/{teamSlug} (or your custom domain if configured).
| Path | Description |
|---|---|
/ | Landing page with hero section, search, and services/meeting types |
/services | Full catalog of services or meeting types |
/staff | Staff/team directory (when enabled) |
/staff/{staffSlug} | Individual staff profile with their services |
/locations | List of physical locations (when Locations module is enabled) |
/locations/{locationSlug} | Location detail with available services |
/category/{categorySlug} | Services filtered by category |
/book | Start booking (no service pre-selected) |
/book/{serviceSlug} | Booking flow for a specific service/event type |
/confirmation/{token} | Booking confirmation page |
/{serviceSlug} | Service/event type detail page |
Customers land on your booking site and can:
| Path | Description |
|---|---|
/poll/{pollSlug} | Vote on proposed times |
/poll/{pollSlug}/results | View current voting results |
See Meeting Polls for the full flow.
The underlying behavior is identical; only the labels change.
You can embed the booking flow for a single event type on external websites:
html<iframe src="https://yourdomain.com/embed/{slug}" width="100%" height="700" frameborder="0"></iframe>
The embed includes the full booking flow: date/time selection, details form, payment, and confirmation.
The look and feel of all public pages is controlled through Customize in Settings. See Customize.
Manage physical locations where you offer services or hold meetings.
Manage contacts — create, edit, invite to the customer portal, and track bookings.
Your clients' self-service portal — view bookings, leave reviews, manage profile.
How invitees view, reschedule, or cancel their booking via the manage link.
Manage team members, assign roles, send invitations, and set hours and days off.