# Setup the platform and launch

Once AB Tasty's team has created your tailored environment, you can set it up and be trained on it.

{% stepper %}
{% step %}

### Data integration

1. **Review data mapping**
   * Ensure your product feed matches the required data model.
   * AB Tasty will assist with the transformation if needed.
2. **Validate data sync**
   * Confirm your product catalog is syncing correctly with the AB Tasty platform.
     {% endstep %}

{% step %}

### Front-end implementation

1. **Choose integration method**
   * Decide between AB Tasty Widget Integration, Mixed Integration, or API Integration.
2. **Implement widgets or API**
   * If AB Tasty is handling the front-end, review and approve widget designs.
   * If your team is handling the front-end, implement the HTML/CSS or API calls as specified.

<figure><img src="/files/nAFmIEGHqhL2JRPWsZHw" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Tracking setup

1. **Enrich HTML for tracking**
   * Ensure recommendation widgets (if chosen) include required data attributes for tracking.
2. **Configure Tag**&#x20;

   * Set up triggers and tags to send interaction data (clicks, views) to your analytics tool.

   To know more about tag implementation, [read our dedicated article.](/onboarding/web-experimentation-and-personalization-quick-start-guide/set-up-your-platform.md)
3. **Test tracking**
   * Validate that all tracking events are firing correctly and data appears in your analytics reports.
     {% endstep %}

{% step %}

### Strategy setup

1. **Configure strategies in the platform**
   * Work with AB Tasty to set up all recommendation strategies and read our dedicated documentation on [recommendation creation](/recommendations-and-merchandising/getting-started/recommendations/creating-a-recommendation.md) or [merchandising creation](/recommendations-and-merchandising/getting-started/merchandising/creating-a-merchandising-strategy.md).
2. **Assign strategies to placements**
   * Map each strategy to the appropriate page or widget location.
     {% endstep %}

{% step %}

### Quality Assurance

1. Click **PREVIEW** to see how your recommendations/merchandising will appear
2. Review the generated recommendations/merchandising in the preview
3. Test different scenarios if your recommendations/merchandising uses dynamic parameters
   {% endstep %}
   {% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.abtasty.com/onboarding/recommendation-merchandising-and-search-quick-start-guide/setup-the-platform-and-launch.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
