> 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: Introduction

## Article: Introduction

## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/meetings/provisioning-v1/introduction.md

## Article Content:

# About the Meetings Provisioner API

The Meetings Provisioner API sets up [Wix Meetings](https://dev.wix.com/docs/api-reference/business-solutions/meetings/introduction.md) infrastructure on a Wix site. Use it when building an app that relies on Meetings functionality for customers who may not have the Meetings app installed.

With the Meetings Provisioner API, you can:

- Provision all required Wix Meetings infrastructure in a single call.
- Retrieve IDs for the default booking form, booking policy, and scheduling link created during provisioning.

## Before you begin

It's important to note the following points before starting to code:

- [Provision Meetings App](https://dev.wix.com/docs/api-reference/business-solutions/meetings/provisioning-v1/provision-meetings-app.md) creates all required components in a single call: a [headless OAuth client](https://dev.wix.com/docs/go-headless/self-managed-headless/authentication/oauth/create-a-client-for-authentication-with-oauth.md), a [booking form](https://dev.wix.com/docs/api-reference/business-solutions/bookings/wix-forms-integration.md#booking-forms), a default [booking policy](https://dev.wix.com/docs/api-reference/business-solutions/bookings/policies/booking-policies/introduction.md), a default [schedule](https://dev.wix.com/docs/api-reference/business-management/calendar/schedules-v3/introduction.md), and a default [service](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/services-v2/introduction.md) (scheduling link).
- This method is idempotent and works on any Wix site. It installs the Wix Meetings app automatically if the site doesn't have it yet, and calling it multiple times on the same site has no additional effect.
- After provisioning, use the [Bookings APIs](https://dev.wix.com/docs/api-reference/business-solutions/bookings/introduction.md) to manage services, bookings, and other Meetings entities.

## Use cases

- [Set up Wix Meetings](https://dev.wix.com/docs/api-reference/business-solutions/meetings/meetings-provisioner/sample-flows.md#set-up-wix-meetings).

## Terminology

- **Scheduling link**: A shareable link to a meeting's booking page. A scheduling link corresponds to a [service](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/services-v2/introduction.md) in the Wix Bookings API.
- **Provisioning**: The process of creating the required Meetings infrastructure on a site, including form, policy, schedule, and default service.

## See also

- [About Wix Meetings](https://dev.wix.com/docs/api-reference/business-solutions/meetings/introduction.md)
- [Wix Meetings Sample Flows](https://dev.wix.com/docs/api-reference/business-solutions/meetings/sample-flows.md)

@sdk_package_setup