> For the complete documentation index, see [llms.txt](https://docs.jentis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jentis.com/troubleshooting.md).

# Troubleshooting

- [Debugging Events & Connectors](https://docs.jentis.com/troubleshooting/debugging-events-and-connectors.md)
- [Debug Session is not connecting](https://docs.jentis.com/troubleshooting/debugging-events-and-connectors/debug-session-is-not-connecting.md)
- [Google Analytics 4](https://docs.jentis.com/troubleshooting/debugging-events-and-connectors/google-analytics-4.md)
- [Google Analytics 4 Essential Mode Data not visible](https://docs.jentis.com/troubleshooting/debugging-events-and-connectors/google-analytics-4/google-analytics-4-essential-mode-data-not-visible.md)
- [GA4 Essential Mode Configuration Issues and Troubleshooting](https://docs.jentis.com/troubleshooting/debugging-events-and-connectors/google-analytics-4/ga4-essential-mode-configuration-issues-and-troubleshooting.md)
- [Common Integration Errors](https://docs.jentis.com/troubleshooting/common-integration-errors.md)
- [Infinite Loading](https://docs.jentis.com/troubleshooting/common-integration-errors/infinite-loading.md)
- [CMP integration not working](https://docs.jentis.com/troubleshooting/common-integration-errors/cmp-integration-not-working.md)
- [Javascript error, although I fixed it already in the code in the "current version"](https://docs.jentis.com/troubleshooting/common-integration-errors/javascript-error-although-i-fixed-it-already-in-the-code-in-the-current-version.md)
- [Common Setup Errors](https://docs.jentis.com/troubleshooting/common-setup-errors.md)
- [DNS A-Record does not get verified](https://docs.jentis.com/troubleshooting/common-setup-errors/dns-a-record-does-not-get-verified.md)
- ["net::ERR\_NAME\_NOT\_RESOLVED" error related to JENTIS shown on your Website](https://docs.jentis.com/troubleshooting/common-setup-errors/net-err_name_not_resolved-error-related-to-jentis-shown-on-your-website.md)
- ["404 NOT FOUND" error related to JENTIS on your website](https://docs.jentis.com/troubleshooting/common-setup-errors/404-not-found-error-related-to-jentis-on-your-website.md)
- [SSL certificate is not getting issued](https://docs.jentis.com/troubleshooting/common-setup-errors/ssl-certificate-is-not-getting-issued.md)
- [JENTIS and Content Security Policies (CSP)](https://docs.jentis.com/troubleshooting/common-setup-errors/jentis-and-content-security-policies-csp.md)


---

# 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.jentis.com/troubleshooting.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.
