# \[Troubleshooting] QA Assistant doesn’t load on my website

## 🛠️ \[Troubleshooting] QA Assistant doesn’t load on my website

This article will explain how to solve specific issues with the QA Assistant.

{% hint style="success" %}
**⭐ Tip:** You can trigger the QA Assistant module by pressing ***ctrl+Q+A*** or by adding ***?abtasty\_qa\_assistant=true*** at the end of your website URL.
{% endhint %}

{% hint style="info" %}
To access the QA Assistant, your campaign doesn't specifically need the "in QA" status. You can view all campaigns that are live on your page or website. Press Ctrl+Q+A on your website to open the window and check your campaigns.
{% endhint %}

If you have tried to launch the QA Assistant from AB Tasty or the keyboard shortcut but nothing appears on your page, this could come from one of the following reasons:

### The tag is not present on the page

To function properly, the tag must be present on the page where you want to apply your changes. To check if the tag is present on the page, read [How to check if the AB Tasty tag is installed?](/help-center/faq/how-to-check-if-the-ab-tasty-tag-is-installed-on-my-website.md)

### My browser configuration doesn't allow third-party cookies

We use cookies to validate your authentication. If you see the "Disabled cookies" error in the QA Assistant, it means that you need to enable third-party cookies:

#### Enabling cookies in Safari (desktop or mobile): <a href="#h_01hfpqptaa61anjdwg1jsz93wt" id="h_01hfpqptaa61anjdwg1jsz93wt"></a>

1. Go to the **Safari** drop-down menu
2. Select **Preferences**
3. Click **Privacy** in the top panel
4. Turn off **Prevent cross-site tracking** and **Block all cookies**

If the issue persists, open Safari’s **Preferences** > **Privacy** and disable the **Prevent cross-site tracking,** and **Block all cookies** options.

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

#### Enabling cookies in Mozilla Firefox: <a href="#h_01hfpqptaadv4afx16f7hwd78e" id="h_01hfpqptaadv4afx16f7hwd78e"></a>

1. Go to the **Firefox** drop-down menu
2. Select **Preferences**
3. Click **Privacy**
4. Under **Cookies**, select **Accept cookies from sites**
5. You may need to restart your browser to proceed

If the issue persists, open Firefox’s **Settings** > **Privacy & Security** > **Enhanced tracking protection** and select the **Custom** option, then change **Cookies** to **Cross-site tracking cookies**.

#### Enabling cookies in Google Chrome: <a href="#h_01hfpqptaadb5ymq9cjvnmmkst" id="h_01hfpqptaadb5ymq9cjvnmmkst"></a>

1. Open Chrome’s **Preferences**, click **Settings**, then **Show Advanced Settings**
2. Near the bottom of the page, select **Show advanced settings**
3. Under **Privacy and security**, click **Cookies and other site data**
4. If **Allow all cookies** is not enabled, Add **\[\*.]abtasty.com** in the **Sites that can always use the cookies** section

### There is a cache issue on your browser

1. Check whether the QA Assistant opens on an Incognito browser window. If the module appears when your browser is set to Incognito, your cache might be blocking the display in the regular browser.
2. If so, clear your cache on your browser by performing a hard reload:

* Type **Ctrl+F5** (on Windows) or **Cmd+Shift+R** (on a Mac)
* Or click on the browser’s page **reload button** while holding **Ctrl**

### A browser extension is blocking the QA Assistant

In Chrome, Firefox, and Safari, various extensions may prevent the QA Assistant from loading.

To disable Chrome extensions, follow these steps:

1. In your Chrome browser, click ![image7.png](https://support.abtasty.com/hc/article_attachments/6428862400924) > **More tools** > **Extensions**
2. Switch **Off** the push button
3. Repeat step 2 to disable each extension manually

The Ghostery extension may cause multiple issues.

### There is a Content Security Policy (CSP) error in the console

If you notice **Content Security Policy** errors in the console when you try to load the QA Assistant, there is a problem with your server configuration. **Content Security Policy** may be blocking everything on your website. This means that you have to individually approve every external request and allowlist them on the server configuration.

To resolve this issue, consult the back-end developers of your website and allowlist the **\*.abtasty.com** domain in your **Content Security Policy**.

Other authorizations may be needed, such as **blob**, and so on. All details are visible in the console errors.

As a workaround you could try downloading the [Disable Content Security Policy Chrome Extension](https://chromewebstore.google.com/detail/disable-content-security/ieelmcmcagommplceebfedjlakkhpden?hl=en).

In most cases, if QA Assistant doesn’t load on your website, it is due to one of these reasons. If this article doesn’t resolve the issue, contact the Support Team or your dedicated CSM.


---

# 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/troubleshooting/troubleshooting-qa-assistant-doesnt-load-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.
