# Set up the AB Tasty Tag in 5 Minutes

{% hint style="info" %}
This article helps you implement a Tag hosted by AB Tasty. If you want to delegate the Tag, please read T[ag domain delegation implementation article.](/account/tag-integration/implement-ab-tasty-tag/how-to-implement-the-generic-tag/tag-domain-delegation-implementation.md)
{% endhint %}

#### Prerequisites

* Access to your website’s HTML code
* AB Tasty account and platform access

{% hint style="info" %}
If you can't access and modify your website code, you can inject AB Tasty Tag using a Tag Management System (TMS). Ensure you follow best practice to prevent flickering:&#x20;

* Choose **Synchronous Tag**
* Paste it within the `<head>` section.

:point\_right: Read our implementation guide dedicated to [the implementation with Google Tag Manager.](/account/tag-integration/implement-ab-tasty-tag/set-up-the-ab-tasty-tag-with-google-tag-manager.md)
{% endhint %}

#### Step-by-Step

{% stepper %}
{% step %}
Go to the [Tag implementation page](https://app2.abtasty.com/settings/installation-code/tag).
{% endstep %}

{% step %}
Enter a Domain[^1].

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

{% hint style="info" %}
When implementing tags, it's possible to restrict their execution to specific subdomains. This ensures that tags will only function on designated subdomains and not on others.

To know more, read the article dedicated to subdomain management.
{% endhint %}
{% endstep %}

{% step %}
On the Implement the AB Tasty Tag field, select **Standard**.
{% endstep %}

{% step %}
Copy the AB Tasty tag script from the platform.

{% hint style="warning" %}
[Choose between the Synchronous and Asynchronous method and paste the dedicated tag only](/account/tag-integration/understand-ab-tasty-tag-implementation-methods/choose-between-synchronous-and-asynchronous-methods.md).

Read more about Synchronous and Asynchronous methods in our dedicated article.
{% endhint %}
{% endstep %}

{% step %}
Paste it into the `<head>` of your HTML, as early as possible.
{% endstep %}

{% step %}
Save and deploy changes.
{% endstep %}

{% step %}
To finalize, on the [Tag Implementation Page](https://app2.abtasty.com/settings/installation-code/tag), click **I’m done**
{% endstep %}

{% step %}
Open your website and check that the tag is loading
{% endstep %}

{% step %}
For verification, use AB Tasty [Chrome extension](/web-experimentation-and-personalization/editors-and-widget/chrome-extension.md): if the Tag is correctly implemented, the Chrome extension displays Tag version and weight.\
![](/files/uYbe0CC1hPz4aVaRMQVX)

For More QA Methods or resolution, read our [QA and Validate Your AB Tasty Tag](/account/tag-integration/qa-and-validate-your-ab-tasty-tag.md) article.&#x20;
{% endstep %}
{% endstepper %}

#### For a more detailed procedure read :&#x20;

{% content-ref url="/pages/f6Qg2e6fpg5DuEbCTq3f" %}
[How to implement the Generic Tag (comprehensive guide)](/account/tag-integration/implement-ab-tasty-tag/how-to-implement-the-generic-tag.md)
{% endcontent-ref %}

#### Suggested articles:&#x20;

{% content-ref url="/pages/uXQ3uMIa9Eh0aj2Uy5Ee" %}
[About domains](/account/tag-integration/understand-ab-tasty-tag-implementation-methods/about-domains.md)
{% endcontent-ref %}

{% content-ref url="/pages/cRtj6MZLLyqGIB9lDvzt" %}
[About cookies tracking](/account/tag-integration/understand-ab-tasty-tag-implementation-methods/about-cookies-tracking.md)
{% endcontent-ref %}

[^1]: Your domain is everything that goes before the first slash (the path) and after the potential subdomains.\
    Hence, if you want to implement your tag on[ www.my-website.com/fr](http://www.my-website.com/fr) , then the domain you need to set here is "my-website.com".


---

# 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/account/tag-integration/implement-ab-tasty-tag/set-up-the-ab-tasty-tag-in-5-minutes.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.
