# "404 NOT FOUND" error related to JENTIS on your website

## What is the Solution? <a href="#howtoresolvea-404notfound-errorrelatedtojentisonyourwebsite-whatisthesolution" id="howtoresolvea-404notfound-errorrelatedtojentisonyourwebsite-whatisthesolution"></a>

Follow these steps to resolve the JavaScript Error 404:

1. **Check the Tracking Script**: First, carefully review the tracking script you have implemented on your website. Copy and paste the script again to ensure accuracy.&#x20;
2. **Use a Fresh Copy**: Obtain a fresh copy of the tracking script directly from your JENTIS DCP. You can find the corresponding script by navigating to Settings → Containers → clicking on the status link in the “tracking code” column. [Read more.](/data-capture/web-tracking-setup/install-the-jentis-web-tag.md)
3. **Verify Special Characters**: During the copy-pasting process, special characters can sometimes get inadvertently omitted or altered. Make sure to double-check that all special characters (e.g., quotes, brackets, semicolons) in the script are correctly copied and pasted as they appear in the original script.
4. **Implement the Correct URL**: Ensure that the script includes the correct URLs for the resources it's trying to load. The URLs should point to valid locations where the tracking script and related assets are hosted.
5. **Test the Website**: After you re-implemented the tracking script, you should thoroughly test your website to ensure that the JavaScript Error 404 no longer occurs.

## Summary: <a href="#howtoresolvea-404notfound-errorrelatedtojentisonyourwebsite-summary" id="howtoresolvea-404notfound-errorrelatedtojentisonyourwebsite-summary"></a>

The JavaScript Error 404 is typically triggered by incorrect or faulty implementation of the tracking script. The issue often arises when characters are inadvertently omitted or altered during the copy-pasting process. To resolve this problem, you should double-check the tracking script, use a fresh copy if necessary, verify special characters, and ensure that the URLs in the script are correct. By following these steps, you should be able to eliminate the JavaScript Error 404 and successfully integrate the tracking script into your website. If the issue persists, further investigation may be required to identify any other underlying causes. Contact the JENTIS Helpdesk if this is the case.


---

# 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.jentis.com/troubleshooting/common-setup-errors/404-not-found-error-related-to-jentis-on-your-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.
