> 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/e-commerce/other-services/recommendations/recommendations-service-plugin/introduction.md
## Article Content:
# About the Recommendations Service Plugin
__Important:__
When developing websites or building apps with Blocks, use [Velo service plugins](https://dev.wix.com/docs/velo/events-service-plugins/about-events-service-plugins-and-the-sdk.md).
By implementing the Recommendations Service Plugin, you can integrate your service with Wix to provide advanced recommendation algorithms that allow Wix merchants to provide tailored product recommendations to their customers.
The integration process involves [creating an app](https://dev.wix.com/docs/build-apps/develop-your-app/about-developing-apps.md) and configuring the Recommendations [service plugin extension](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/service-plugins/about-service-plugin-extensions.md).
With this service plugin, you can design your app to deliver tailored recommendations across various content types, such as products, services, events, or any combination the above. For example, you can:
+ Recommend products frequently bought together with the selected one.
+ Recommend blog posts related to the one currently being viewed.
+ Suggest a yoga mat when a yoga class service is booked.
+ Recommend popcorn when a ticket for a movie event is purchased.
When your app implementing the Recommendations service plugin is installed on a Wix site, the recommendation algorithms it supports become accessible through the [Recommendations API](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/other-services/recommendations/recommendations/introduction.md).
## Before you begin
It’s important to note the following points before starting to code:
- This service plugin isn't yet supported by the [CLI](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-cli/about-the-wix-cli-for-apps.md).
- Algorithms select items to recommend from their supported catalogs. The apps providing these catalogs must be installed on the Wix site before you can start using the Recommendations service plugin on this site.
## Get started
To enable Wix to communicate with your app:
1. Select your app from the [Custom Apps page](https://manage.wix.com/studio/custom-apps) in your Wix Studio workspace.
1. Go to [**Extensions**](https://dev.wix.com/app-selector?title=Select+an+App&primaryButtonText=Select+Site&actionUrl=https%3A%2F%2Fdev.wix.com%2Fapps%2F%7BappId%7D%2Fextensions) and click **+ Create Extension**.
1. In the **Choose the extension you want to create** modal, use the search bar and look for **Recommendations**. Then select **Ecom Recommendations Provider** and click **Create**.
1. In the JSON editor, create the extension’s configuration file, ensuring that all required fields outlined in the table below are included.
### Configuration file fields
| Name | Type | Description |
|----------------------|--------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `deploymentUri` | string | Required. Base URI for your service's methods. Wix appends the method path to the base URI. For example, to call the Get Recommendations method at `https://my-recommendation.com/v1/get-recommendations`, the base URI you provide here is `https://my-recommendation.com/`.|
| `catalogAppIds` | Array | Required. App IDs of supported catalogs.
The following are Wix apps that provide catalogs and their app IDs: Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"` Wix Bookings: `"13d21c63-b5ec-5912-8397-c3a5ddb27a97"` Wix Restaurants: `"9a5d83fd-8570-482e-81ab-cfa88942ee60"` |
| `supportedAlgorithms`| Array