# How to setup catalog synchronisation

Manage data synchronisation between your Catalog and AB Tasty's recommendation engine.

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

{% stepper %}
{% step %}

### Run synchronization processes

Choose the appropriate sync type:

#### Retrieve CMS data

Retrieves catalog data from the current Catalog integration.<br>

1. Click **RUN** under **Retrieve CMS data**
2. This pulls catalog data from your current Catalog integration
3. Use when you need fresh product data from your e-commerce platform

#### Generate catalog

Generates the catalog from the defined fields mapping based on previously retrieved Catalog data.

1. Click **RUN** under **Generate catalog**
2. Creates the catalog from defined field mappings
3. Based on previously retrieved Catalog data

#### Full synchronization

Combines data retrieval and catalog generation, it resynchronize the whole catalog end-to-end.

1. Click **RUN** under **Full synchronization**
2. Combines data retrieval and catalog generation
3. Resynchronizes the entire catalog end-to-end
   {% endstep %}

{% step %}

### Monitor sync history

Review the sync log table showing:

* **Status**: Success/failure of each sync
* **Type**: Merchandising deployment or full synchronization
* **Begin/End**: Start and completion timestamps
* **Duration**: Time taken in seconds

Use the eye icon to view detailed information for each synchronization process.

{% 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/recommendations-and-merchandising/how-tos/how-to-configure-your-account-and-settings/how-to-setup-catalog-synchronisation.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.
