> For the complete documentation index, see [llms.txt](https://docs.abtasty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abtasty.com/account/tag-integration/implement-ab-tasty-tag/advanced-options.md).

# Advanced options

## **jQuery Library option** <a href="#h_01gg77cx5x6m5zz5kv69swt4vb" id="h_01gg77cx5x6m5zz5kv69swt4vb"></a>

By activating this option, the jQuery library will be loaded with the tag.

Note that it's not mandatory to install the library jQuery to make AB Tasty work on your website.

There are three options for configuring jQuery loading in the [**framework page**](https://app2.abtasty.com/settings/framework).

* Load AB Tasty’s jQuery
* Do not use jQuery
* Load my jQuery<br>

  <figure><img src="/files/EoOmGZ92RNR9YFc3YFRf" alt="" width="563"><figcaption></figcaption></figure>

### Load AB Tasty’s jQuery <a href="#h_01j5xbp0m96nj6phfqw3vj3cyq" id="h_01j5xbp0m96nj6phfqw3vj3cyq"></a>

This option is enabled by default. It enables you to load the AB Tasty jQuery library in addition to any existing library on your website.

### Do Not Use jQuery <a href="#h_01j5xbp5kga2ps1rms4a30dyvn" id="h_01j5xbp5kga2ps1rms4a30dyvn"></a>

This option disables all jQuery libraries on your website.

### Load My jQuery <a href="#h_01j5xbpbmwfcph7xy0p5thywzr" id="h_01j5xbpbmwfcph7xy0p5thywzr"></a>

This option enables you to load only your version of jQuery and disable the AB Tasty library.

This decreases the weight of the AB Tasty script by 30 kB compared to loading AB Tasty's jQuery.

{% hint style="info" %}
In this case, the AB Tasty tag must be placed after your jQuery call in the source code of your pages and you must be using version 3.7.1 of this framework or above.
{% endhint %}

## **Automatic Reload option** <a href="#h_01gg77dvygwmk4wphffgv0chsn" id="h_01gg77dvygwmk4wphffgv0chsn"></a>

By default, our tag will continue looking for the URL of the current page. If the URL is modified, then it will trigger a complete reload of the engine. This is useful for handling Single Page Applications.

If you do not need this feature, you can safely disable it in the [**framework page**](https://app2.abtasty.com/settings/framework)**.**

![](/files/lutbse0qkcK9y4wgv7kH)

## Disabling the tag: clear Script functionality <a href="#h_01gg77es8m3mb5y6y125a5p3ez" id="h_01gg77es8m3mb5y6y125a5p3ez"></a>

![](/files/uxLLxqFOcujtaz5mNpPb)

To allow you to see whether AB Tasty causes errors on your website, you can deactivate the tag and empty the script in the [**framework page**](https://app2.abtasty.com/settings/framework).

It deletes the content of the JavaScript file that is normally called to apply the modifications. In other words, the AB Tasty tag is still present on your website, but the file it calls is empty of any JavaScript instructions. Therefore, it cannot cause any errors on your website.

If errors persist on your website after you have emptied the AB Tasty script, you can eliminate AB Tasty from your investigations and look for other sources of errors.

The entire AB Tasty folder is emptied of its content within **two minutes.**

{% hint style="warning" %}
***Emptying the AB Tasty script does not delete the tests from your account;*** they are just temporarily deactivated. Furthermore, the report data is not deleted either.
{% endhint %}

Once you have debugged your website, you should restore the AB Tasty script so you can continue to run your tests. To do so, click the warning message at the top of the interface. After a few minutes, AB Tasty will be operational again and your tests will start running.

![](/files/ZIfz6B09PJJPsmc4r6jY)


---

# 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://docs.abtasty.com/account/tag-integration/implement-ab-tasty-tag/advanced-options.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.
