> Portal Navigation:
>
> - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version.
> - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages).
> - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`).
> - Top-level index of all portals: https://dev.wix.com/docs/llms.txt
> - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt
## Resource: ExtendedBookings
## Article: Introduction
## Article Link: https://dev.wix.com/docs/velo/apis/wix-bookings-v2/extended-bookings/introduction.md
## Article Content:
# About the Wix Bookings Extended Bookings API
Developer Preview
APIs in Developer Preview are subject to change and are not intended for use in production.
Send us your suggestions for improving this API. Your feedback is valuable to us.
With the Wix Bookings Extended Bookings API, you can retrieve bookings for a site's services.
In addition to retrieving information about bookings, you also retrieve additional extended information, such as whether the booking can be refunded or rescheduled, and attendance for the booking.
## Before You Begin
Before using any `extendedBookings` functions, make sure to [install Wix Bookings](https://support.wix.com/en/article/wix-bookings-about-wix-bookings#adding-wix-bookings-to-your-site) on your site.
To use the Wix Bookings Extended Bookings V2 API, import `{ extendedBookings }` from the `wix-bookings.v2` module:
```javascript
import { extendedBookings } from 'wix-bookings.v2';
```
## Terminology
For a glossary of terms, see [Terminology](https://www.wix.com/velo/reference/wix-bookings-v2/terminology)