> For the complete documentation index, see [llms.txt](https://rosetta-ai.gitbook.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rosetta-ai.gitbook.io/help-center/onboarding/getting-started/connecting-gtm.md).

# Connecting Google Tag Manager

After you’ve created your account, you need to connect your Google Tag Manager (GTM) to work with Rosetta.ai. You don't need to do this step if you are a Shopify user.

{% hint style="warning" %}
Please note you will need to authorize with a GTM account that has "Publish" permissions for recommendations to display properly.
{% endhint %}

Shopify users can skip this step.

First, click the **Authenticate GTM** button.

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

You’ll be prompted to pick a Google account to connect. Pick the Google account that is the admin in GTM.

A pop up will come up with the permissions required for Rosetta.ai and GTM to work together. Select all of the permissions and click **Allow** at the bottom.

<figure><img src="/files/3ZqHvu4wSeGj1PoLHJqE" alt=""><figcaption></figcaption></figure>

You’ll now be prompted to select the information in GTM related to your store. Click the dropdowns and select the appropriate **Account**, **Container**, and **Workspace** that were set up for your store's analytics.

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

When you’re done, click **Confirm**.

If the account is connected correctly, you will get a success message. If you had a problem connecting, you will be prompted to try again.

For Shopline, EasyStore and WACA users: congratulations, you have finished the setup! Now you are ready to start creating [**recommenders**](/help-center/functions/recommenders.md) and [**promotions**](/help-center/functions/promotions.md).

For 91APP, Cyberbiz, meepshop and other platforms users: you just have one more step to complete, which is to input your [**product feed link**](/help-center/onboarding/getting-started/product-feed-url.md).

## Checking Your GTM Configuration

You can check if GTM is connected by clicking **Settings** in the left menu and selecting the **Configuration** tab.

The **Google Tag Manager** field will have a green **Connected** icon next to it if you were successful. If there is a red **Not Connected** icon, then click **Authenticate GTM** to try again.

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

Once you have a connected GTM, in case you need to change to another GTM or rebind it for any reason, click the **Reconfigure** button, and repeat the same steps to reconnect a GTM.

{% hint style="success" %}
**Shopline, Easystore, Waca users:** Setup is complete! You can now create recommenders and promotions.

[Quick Start to Setup Recommenders or Promotions](/help-center/onboarding/getting-started/quick-start-setup.md)
{% endhint %}

{% hint style="info" %}
**91APP, Cyberbiz, meepshop & other platform users** still need to input product feed links.

[Finding your Product Feed URL](/help-center/onboarding/getting-started/product-feed-url.md)
{% 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://rosetta-ai.gitbook.io/help-center/onboarding/getting-started/connecting-gtm.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.
