# How to Check if the AB Tasty Tag Is Installed on My Website?

You can check if the AB Tasty tag is installed on your website by using one of the tools presented below.

{% tabs %}
{% tab title="AB Tasty Chrome Extension" %}

In your Chrome browser, you can install and use the [***AB Tasty Chrome extension***](https://chromewebstore.google.com/detail/ab-tasty/liaeijonjkogflicmmlcdhckabgmhjdp)***.***&#x20;

Once installed, the AB Tasty plugin icon appears in your toolbar.

If you click the AB Tasty plugin icon from any page of your website, information about whether the tag is installed or not will be displayed.

<div><figure><img src="/files/62R59zKDiKPQRnwBlr25" alt=""><figcaption><p>The tag is installed: the extension displayed the implemented version</p></figcaption></figure> <figure><img src="/files/8tlteIvSAaRDTfJoGzXU" alt=""><figcaption><p>The tag is not installed : the extension suggest to inject one</p></figcaption></figure></div>
{% endtab %}

{% tab title="Console" %}
Follow the steps below to check if your tag is installed on your website, using the console:

1. Access your website and press the **F12** key or right-click and select **Inspect**.
2. Open the **Console** tab.
3. Search for the “ABTasty” character string in the console.

If the tag is installed on your website, you should be able to see this line:

<figure><img src="/files/0QkTOZ7cf3Cm6V46O15r" alt=""><figcaption></figcaption></figure>

If the tag is not installed on your website, the console will return an error.

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

You can also enter the “ABTasty” character string in the **Network** tab.

\
If the tag is installed on your website, you should be able to see the following lines:

If the tag is not installed on your website, the tab will remain empty.

<figure><img src="/files/OMIusPjSlGLInGD78enS" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Source Code" %}
Follow the steps below to check whether your tag is installed on your website using the source code:

1. From any page of your website, press the **\[Ctrl+U]** keys or right-click and select Inspect.
2. Open the **Elements** tab.
3. From the search bar or by pressing the **\[CTRL+F]** keys, search for **try.abtasty** character string.\
   **Note:** The tag will always be written in this format.

If the tag is not installed on your website, the search will return no results.

<figure><img src="/files/Wpky14iKLK4wglyoTQUy" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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/help-center/faq/how-to-check-if-the-ab-tasty-tag-is-installed-on-my-website.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.
