> 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: Installation ## Article: Installation ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/get-started/installation.md ## Article Content: # Getting Started: Installation To add the Wix eCommerce platform’s functionality to a site, a Wix user needs to install it as an app. However, unlike other Wix apps, the eCommerce platform can't be installed by itself. Instead, the Wix eCommerce app is added automatically as a dependency when installing a business solution app that relies on its functionalities, such as [Wix Bookings](https://support.wix.com/en/article/wix-bookings-about-wix-bookings), [Wix Stores](https://support.wix.com/en/article/wix-stores-about-wix-stores), [Wix Restaurants Orders](https://www.wix.com/app-market/wix-restaurants-orders-new), or a business solution app you develop. The following articles explain how developers building different types of products should handle installation of the eCommerce app: + [Wix site creators & developers: Add eCommerce functionality to your site.](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/get-started/sites/add-e-com-to-a-site.md) + [Wix Headless developers: Use Wix eCommerce from any platform.](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/get-started/headless/use-wix-e-com-from-any-platform.md) + [Wix App developers: Build a feature app that extends eCommerce functionality.](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/get-started/apps/build-a-feature-app.md) + [Wix App developers: Build a new eCommerce business solution.](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/get-started/apps/build-a-business-solution.md)