# Automations

### Bulk syncing

What does a bulk sync *actually* do? It syncs everything. Any changes (big or small) actioned in your Shopify catalogue, will be captured in the bulk sync and flow through to Reactify Search.

| Settings                         | Info                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![](/files/OC5ii2Fgbkd4mZ8ZeoHK) | <p>Modify how frequent your daily bulk sync schedule should run. The following are our recommendations:</p><ul><li>Every 4 hours if catalogue is <mark style="color:red;">10,000+</mark></li><li>Every 12 hours if catalogue is <mark style="color:red;">5,000+</mark></li><li>Every 24 hours if catalogue is <mark style="color:red;">< 5,000</mark></li></ul><p>There’s no need to make the schedule hourly as most product updates happen in real time so the only thing left to do in the bulk sync is the <code>collection positions</code>, but most merchants would use boosting rules anyway</p> |
| ![](/files/PCxGVppw2y3bHgQ90z67) | Enable or disable certain tasks like syncing, webhooks, mapping, and curations. We recommend keeping all tasks in this list enabled.                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| ![](/files/2nauNPHejCWmOw79VESY) | <p>The first button unlocks the syncing task, the other bulk refreshes curations.</p><p><a href="/pages/FbEBzPI6tVQlgbMUV3yl">Learn about syncs here.</a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                            |

### Choose to exclude "draft" products in the bulk sync

Draft products are excluded by default. With lesser products, syncs run even faster. However, if you do choose to include them, simply click on the checkbox and draft products will be included in the next bulk sync.

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

### Individually sync a product or collection

The *Catalogue* section in the app, allows merchants to sync a specific product or collection individually. This is helpful if you’ve made changes to a few products or collections within Shopify but don’t want to wait for the scheduled bulk sync. Simply navigate to this section in the app:

Catalogue -> Click Products catalogue or Collection catalogue

The list of items on the page shows all the Shopify products/collections that Reactify Search is aware of. To start the sync, simply hover over the specific line item and press “Sync”. Once the sync is complete, changes should appear on the live site immediately.

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

{% hint style="info" %}
Please note: You can only sync one item at a time.
{% endhint %}

### The types of syncing within the app

There are two main types:

* **Bulk sync** = captures all data in your entire Shopify catalogue, and automatically runs every few hours. Simply click the "start sync" button in the *Dashboard* section of the app.
* **Individual sync** = captures all data for a specific product or collation, and manually runs when the "sync" button is clicked for the specific item within the *Catalogue* section of the app.

<table><thead><tr><th width="127.33333333333331">Type</th><th width="113">Platform</th><th width="291">Scenario</th><th width="221">Sync required for changes to appear live</th></tr></thead><tbody><tr><td>Collection</td><td>Shopify</td><td><p>Sort order is changed in Shopify</p><p>(product order in collections)</p></td><td>Bulk sync</td></tr><tr><td></td><td>Reactify Search</td><td>Sort order, product positions, pins and hidings in curations</td><td>NA - changes are instant</td></tr><tr><td></td><td>Shopify</td><td>New collection is created in Shopify</td><td>Bulk sync</td></tr><tr><td>Product</td><td>Shopify</td><td>New product is created in Shopify</td><td>Bulk sync</td></tr><tr><td></td><td>Shopify </td><td>New tag is added against a product in Shopify</td><td>Bulk or individual sync</td></tr><tr><td></td><td>Shopify</td><td>Changes to title, descriptions</td><td>Bulk or individual sync</td></tr><tr><td></td><td>Reactify Search</td><td>New merged value field is configured</td><td>Bulk sync</td></tr><tr><td></td><td>Reactify Search</td><td>Add a new extract tag and syncing to Shopify catalogue</td><td>Bulk sync</td></tr></tbody></table>

### Navigate straight to the product or collection in Reactify Search

In the specific product or collection in Shopify, click on More actions -> View in Reactify Search

<figure><img src="https://lh6.googleusercontent.com/3kMRn82f-sqjqTqp_mb8vG88XTPeUwQs_Z157UBWgvhMZBBvkKeiIFJqUA3dTBYkA4PyjVgOLNohVWdHK9Fm31sbxMD8cJ5VM51WVKAefGrteKNfJ3l7pWU1RwCtBtRCxD9sZzcfTItniY3OMSDCQptY4Kl9RkVRhBfXLMsPxExUnKY_z24kTwmk4WxkJA" alt=""><figcaption></figcaption></figure>


---

# 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://search.guides.reactify.com.au/manage/automations.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.
