# QA and Validate Your AB Tasty Tag

Before launching any campaigns, it’s important to validate that the AB Tasty tag is properly implemented and functioning across your website.&#x20;

Here is a short summary of the availables methods:&#x20;

| Method                      | Purpose                                      | Success Indicator                                          |
| --------------------------- | -------------------------------------------- | ---------------------------------------------------------- |
| AB Tasty Chrome Extension   | Quick graphical check                        | Tag version displayed in plugin interface                  |
| Console (Console + Network) | Confirm AB Tasty object and network requests | `ABTasty` object available; requests via `try.abtasty.com` |
| Source Code inspection      | Verify tag presence in page HTML             | `try.abtasty.com` script tag found                         |
| Debug mode                  | Confirm correct domain configuration         | No domain errors in AB Tasty logs                          |

\
\
Please refer to our dedicated FAQ:&#x20;

{% content-ref url="/spaces/hZIDRsh66I8ikipjy42H/pages/sejrPexgv32qNiZ2qhoL" %}
[How to Check if the AB Tasty Tag Is Installed on My Website?](/help-center/faq/how-to-check-if-the-ab-tasty-tag-is-installed-on-my-website.md)
{% endcontent-ref %}


---

# 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/qa-and-validate-your-ab-tasty-tag.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.
