# How to check that Batch JavaScript tag is available on my website?

Once you have followed the steps to [integrate web push into your website](https://doc.batch.com/developer/sdk/web/getting-started/prerequisites), you may need to check if the JavaScript tag that launches Batch is correctly added to your website.

Here is how to do it using Firefox and Chromium-based web browsers:

## A) Chromium-based browsers (Chrome, Edge...) <a href="#h_9b295c1587" id="h_9b295c1587"></a>

Right-click anywhere on your website, then click "*Inspect*".

<figure><img src="/files/eNQam1f2fQTpyHyFLPXW" alt="List of actions available displayed on Chrome after right-clicking on the website to select &#x27;Inspect&#x27; option."><figcaption></figcaption></figure>

1. In the section that opens, press **Ctrl + F** (on Windows) or **⌘+F** (on Mac) to open the search bar.
2. Look for text contained in the tag (for example "**batchsdk(**").
3. Press ⏎ Enter on your keyboard until you see the code of the tag:

<figure><img src="/files/w5R6FU58GYvgiakCttsZ" alt="In the Elements section of the web inspector of Chrome, perform a search using the keyword &#x27;batchSDK&#x27; to locate the JavaScript tag."><figcaption></figcaption></figure>

## B) Firefox <a href="#h_8211842519" id="h_8211842519"></a>

Right-click anywhere on your website then click "*Inspect Element*".

<figure><img src="/files/9jnNX8znoUYhz37MDH7b" alt="List of actions available displayed on Firefox after right-clicking on the website to select &#x27;Inspect Element&#x27; option."><figcaption></figcaption></figure>

1. In the section that opens, press **Ctrl + F** (on Windows) or **⌘ + F** (on Mac) to open the search bar.
2. Look for text contained in the tag, for example, "**batchsdk(** ".
3. Press **⏎ Enter** on your keyboard until you see the code of the tag:

<figure><img src="/files/CCxA9Z77QeCQbWjGbjpy" alt="In the Inspector section of the web inspector of Firefox, perform a search using the keyword &#x27;batchSDK(&#x27; to locate the JavaScript tag."><figcaption></figcaption></figure>

## Can't find the JavaScript tag? <a href="#h_b38ecf23e1" id="h_b38ecf23e1"></a>

Check the following options:

* Ensure that you deployed the JavaScript tag on the correct website (e.g., staging instead of production).\
  If you used Google Tag Manager, make sure you followed these steps: [How to integrate Batch's snippet using Google Tag Manager?](/developer/technical-guides/how-to-guides/web/how-to-integrate-batchs-snippet-using-google-tag-manager.md)
* You may also have added the JavaScript tag as an external script. For example:

```
<script async="" src="//static/js/pushweb.min.js"></script>
```

In this case, ensure that this reference is available in the source code of the page (as described above) and that the referenced script corresponds to the tag.


---

# 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://doc.batch.com/developer/technical-guides/how-to-guides/web/how-to-check-that-batch-javascript-tag-is-available-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.
