> For the complete documentation index, see [llms.txt](https://docs.abtasty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abtasty.com/commerce/getting-started.md).

# Getting started

Welcome to **AB Tasty Commerce**. Commerce brings catalog management, ranking rules, recommendations, merchandising, and search together in a single app. This page mirrors the in-app **Get started** onboarding so you can go from an empty account to a live, data-driven catalog.

{% hint style="info" %}
**What changed:** Commerce is the successor to the former **Recommendations & Merchandising** and **Search** products. The underlying concepts (strategies, rules, ranking blocks, RECO/MERCH ids) are the same, they are now unified under one **Commerce** app and navigation.
{% endhint %}

### The Getting started checklist

<figure><img src="/files/GeebmkVjyQMr8XOtccAe" alt=""><figcaption></figcaption></figure>

The onboarding screen presents a checklist organized into three groups. Each group shows its own progress (for example, `0/3` or `2/2` completed). Work through them top to bottom.

#### 1. Connect your catalog

Bring your products into Commerce. This group has three steps:

| Step                           | What you do                                                                   |
| ------------------------------ | ----------------------------------------------------------------------------- |
| **Connect catalog source**     | Choose where your product data comes from (see below).                        |
| **Set catalog basics**         | Define the core settings for how your source catalog is imported.             |
| **Import your catalog fields** | Map the product fields you want available for rules, filters, and strategies. |

{% hint style="success" %}
Once your catalog source is connected and the first synchronization completes, your products appear under **Catalog** (the header shows the product count and the last update, for example "Last update: about 8 hours ago from Shopify").
{% endhint %}

#### 2. Unleash algorithmic power

Feed performance data into Commerce so the ranking algorithms can use real metrics such as views, purchases, and revenue:

| Step                                   | What you do                                                                                                 |
| -------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| **Connect analytics source**           | Link your analytics tool.                                                                                   |
| **Enrich catalog with analytics data** | Attach behavioral metrics (for example `pageviews_last_30_days`, `revenues_last_30_days`) to your products. |

#### 3. Unleash personalization power

Enable the front-end signals that make recommendations and merchandising personal:

| Step                              | What you do                                                                                       |
| --------------------------------- | ------------------------------------------------------------------------------------------------- |
| **Install JS tag**                | Add the AB Tasty tag to your site so visitor events are collected.                                |
| **Set visitor context variables** | Define the dynamic context (such as page type, category, viewed items) passed to your strategies. |

{% hint style="info" %}
Groups can be completed in any order, but connecting the catalog first is recommended, most other steps build on the products it imports.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.abtasty.com/commerce/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
