> For the complete documentation index, see [llms.txt](https://support.quizkitapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.quizkitapp.com/ai-shopping-assistant/setting-up-ai-assistant/syncing-and-training.md).

# Syncing and training

AI Shopping Assistant needs access to your store’s products, pages, and content to provide helpful recommendations and respond to customer questions. Syncing your store trains the AI model and ensures it stays up to date with any changes.&#x20;

You can perform an initial sync, and additional syncs happen automatically every three days or you can sync manually, whenever you like. This helps your customers get the most accurate and timely guidance while shopping.

***

## Initial store sync

You need to let AI Shopping Assistant sync your store to learn about your products, metafields, and pages so that it can make intelligent product recommendations to your customers.

After you've installed the Quiz Kit app, navigate to the AI Shopping Assistant in the menu bar, and then do the following:

**Steps:**

1. Click **Start setup**.
2. If your storefront is password-protected, enter your password and press enter.
3. Click **Sync data** to allow AI Shopping Assistant to collect information from your products, collections, pages, and metafields.

Syncing might take a minute. You can [continue setting up AI Shopping Assistant](/ai-shopping-assistant/setting-up-ai-assistant/customizing-and-styling.md) while syncing runs in the background.

***

## Additional syncing

Syncs happen automatically every 3 days.&#x20;

You can re-sync your store any time later by clicking **Sync store** under **Sync data** on the dashboard. This updates the AI Shopping Assistant with any new changes in your store and ensures customers get the most accurate information.


---

# 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://support.quizkitapp.com/ai-shopping-assistant/setting-up-ai-assistant/syncing-and-training.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.
