# SkriptLang

* [Skript GitHub](https://github.com/SkriptLang/Skript): The official GitHub page for Skript. Submit bugs here!
  * Downloads can be found under "Releases". For non-latest (for Minecraft 1.8 or pre-1.12), use the `/download` command in skUnity's Discord server.
* [SkriptLang Documentation](https://docs.skriptlang.org/): The official documentation for Skript, however does not list any syntax or examples for features from addons, making the links on the [last page](/syntask/resources/documentation-and-wikis.md) preferred.


---

# 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/resources/skriptlang.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.
