> 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/performance-and-security/how-to-deactivate-ab-tasty.md).

# How to deactivate AB Tasty

For many reasons, in particular to see if AB Tasty can cause errors on your website, you can deactivate AB Tasty on your website, meaning emptying the AB Tasty script.

Performing this action deletes the content of the JavaScript file that is normally called to apply the modifications. The AB Tasty tag will still be 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.

## Emptying the script <a href="#h_01j6a1nzm6fg762ctqtapjy3np" id="h_01j6a1nzm6fg762ctqtapjy3np"></a>

To empty the AB Tasty library, apply the following steps:

1. Go to the [**Framework** ](https://app2.abtasty.com/settings/framework)page.
2. Go to the Cleat script section and click **Clear script**.\\
3. Click "Confirm" from the confirmation popin:\
   the tag will automatically resfresh.

\
Once done, the tag button will take this form, informing you that the script has been emptied.

<div><figure><img src="/files/lEgA9C3Qhm8Y81cml9P1" alt="" width="563"><figcaption></figcaption></figure> <img src="/files/7HBJKVQRf6aiJAriS8hx" alt="" width="228"></div>

{% hint style="warning" %}
**Heads up ⚡**

Emptying the AB Tasty script does not delete the campaigns from your account; they are just temporarily deactivated. The reporting data is not deleted either.
{% endhint %}

## Rebuilding the script <a href="#h_01j6a1pfsbwwf5da6de5q17b9h" id="h_01j6a1pfsbwwf5da6de5q17b9h"></a>

Once you have debugged your website, you must restore the AB Tasty script to continue running your campaigns and using AB Tasty properly. To do so, click the "Rebuild script" button:

* from the Framework page (clear script section):<br>

  <figure><img src="/files/F5GdEta1uXze1T7VDqVp" alt="" width="563"><figcaption></figcaption></figure>
* From the test or personalization list.:

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

The tag will refresh again, and your live campaigns be visible on your website.


---

# 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/performance-and-security/how-to-deactivate-ab-tasty.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.
