> 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: About Wix-Hosted Pages

## Article: About Wix Managed Business Flows

## Article Link: https://dev.wix.com/docs/go-headless/business-solutions/wix-hosted-pages/about-wix-hosted-pages.md

## Article Content:

# About Wix-Hosted Pages

Wix Headless provides access to business solutions like eCommerce, Bookings, and Events. For certain processes that require a user interface like checkout or booking confirmation, you can redirect visitors to Wix-hosted pages instead of building them yourself. These pre-built pages handle the specific business logic, then redirect visitors back to your site or app.

> **Note:** you can use Wix-hosted pages in both Wix-managed and self-managed headless projects.

## Domain configuration

To use Wix-hosted pages, you must set up your domains:

- Approve domains that Wix can redirect visitors back to by [adding allowed redirect domains](https://dev.wix.com/docs/go-headless/develop-your-project/wix-hosted-pages/add-allowed-redirect-domains.md).
- Set the domain users see in their browser by [setting a Wix page domain](https://dev.wix.com/docs/go-headless/business-solutions/wix-hosted-pages/set-a-wix-pages-domain.md).

## Available Wix-hosted pages

Each Wix-hosted page provides a complete, pre-built solution that you can use with your headless project. The following are the available types of Wix-hosted pages:

- **Booking page**: Service details and scheduling page from [Wix Bookings](https://dev.wix.com/docs/api-reference/business-solutions/bookings/introduction.md).
- **Bookings checkout**: Checkout page for booking a service from [Wix Bookings](https://dev.wix.com/docs/api-reference/business-solutions/bookings/introduction.md).
- **eCommerce checkout**: Checkout page for a shopping cart from [Wix eCommerce](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/introduction.md).
- **Events checkout**: Checkout page for event ticket purchases from [Wix Events](https://dev.wix.com/docs/api-reference/business-solutions/events/introduction.md).
- **Paid plans checkout**: Checkout page for subscription plans from [Wix Pricing Plans](https://dev.wix.com/docs/api-reference/business-solutions/pricing-plans/introduction.md).
- **Product page**: Product details page from [Wix Stores](https://dev.wix.com/docs/api-reference/business-solutions/stores/introduction.md).

## Implementation 

You can redirect to Wix-hosted pages from your headless project using either the [JS SDK](https://dev.wix.com/docs/go-headless/business-solutions/wix-hosted-pages/redirect-using-the-js-sdk.md) or [REST API](https://dev.wix.com/docs/go-headless/business-solutions/wix-hosted-pages/redirect-using-the-rest-api.md). Both methods use the [Create Redirect Session API](https://dev.wix.com/docs/api-reference/business-management/headless/redirects/create-redirect-session.md) to handle the redirection process.

## See also

- [Headless Redirects: Sample Flows](https://dev.wix.com/docs/api-reference/business-management/headless/redirects/sample-flows.md)
- [E-commerce Quick Start](https://dev.wix.com/docs/go-headless/self-managed-headless/self-managed-tutorials/java-script-sdk-tutorials/e-commerce-quick-start.md)
- [Bookings Quick Start](https://dev.wix.com/docs/go-headless/self-managed-headless/self-managed-tutorials/java-script-sdk-tutorials/bookings-quick-start.md)
- [Pricing Plans Quick Start](https://dev.wix.com/docs/go-headless/self-managed-headless/self-managed-tutorials/java-script-sdk-tutorials/pricing-plans-quick-start.md)
- [Events Quick Start](https://dev.wix.com/docs/go-headless/self-managed-headless/self-managed-tutorials/java-script-sdk-tutorials/events-quick-start.md)