> 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 Business Flows ## Article: About Wix Managed Business Flows ## Article Link: https://dev.wix.com/docs/go-headless/develop-your-project/business-flows/about-business-flows.md ## Article Content: # About Business Flows Wix Headless provides access to [business solutions](https://dev.wix.com/docs/go-headless/get-started/about-headless/wix-headless-business-solutions.md) 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-managed business flows in both Wix-managed and self-managed headless projects. ## Domain configuration To use Wix-managed business flows, 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/business-flows/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/develop-your-project/business-flows/set-a-wix-pages-domain.md). ## Available business flows Each business flow provides a complete, pre-built solution that you can use with your headless project. The following are the available types of Wix-managed business flows: - **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-managed business flows from your headless project using either the [JS SDK](https://dev.wix.com/docs/go-headless/develop-your-project/business-flows/redirect-to-wix-pages-using-the-js-sdk.md) or [REST API](https://dev.wix.com/docs/go-headless/develop-your-project/business-flows/redirect-to-wix-pages-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/get-started/tutorials/self-managed-headless/java-script-sdk-tutorials/e-commerce-quick-start.md) - [Bookings Quick Start](https://dev.wix.com/docs/go-headless/get-started/tutorials/self-managed-headless/java-script-sdk-tutorials/bookings-quick-start.md) - [Pricing Plans Quick Start](https://dev.wix.com/docs/go-headless/get-started/tutorials/self-managed-headless/java-script-sdk-tutorials/pricing-plans-quick-start.md) - [Events Quick Start](https://dev.wix.com/docs/go-headless/get-started/tutorials/self-managed-headless/java-script-sdk-tutorials/events-quick-start.md)