# Troubleshooting & Common Errors

The following section aims to be a dynamic and evolving resource where frequently asked questions and common errors are continuously documented and addressed. This is intended to provide a foundational platform to delve deeper into potential issues and their resolutions. Often, misinterpretations can result in the JENTIS code not functioning as intended. By maintaining this living document, we hope to highlight recurring issues and offer clarity towards understanding and effectively using JENTIS code, ensuring it is executed accurately and as designed.


---

# 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/developer-guide/troubleshooting-and-common-errors.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.
