# Issues

Finding and solving issues can be one of the most stressful parts of coding, especially for those new to Skript.

This category contains explanations of issues, a guide to troubleshooting steps you can use to fix an issue yourself, and how to ask for help when needed.

Not sure what's wrong with your code? Try [debugging](/syntask/issues/debugging.md).

Have an error message? See the [Errors page](/syntask/issues/errors.md).

Looking for some assistance? Check out the [peer-help requirements and 'how-to's](/syntask/resources/peer-help.md).


---

# 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://x8ight.gitbook.io/syntask/issues.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.
