# Welcome to SkyDocs

## <mark style="color:yellow;">Before you start</mark>

<mark style="color:purple;">Please check out the Codersky Network Discord</mark> [<mark style="color:red;">here</mark>](https://discord.codersky.net)<mark style="color:purple;">, if you like our projects, you may also like our Minecraft network. Every single project here has been created by its founder,</mark> [<mark style="color:red;">xDec0de\_</mark>](https://github.com/xDec0de)<mark style="color:purple;">.</mark>

{% hint style="info" %}
Take a look at our public maven repository [here](https://repo.codersky.net)
{% endhint %}

## Open source projects

This category contains all of our free and open source projects. Keep in mind that you can add some of these projects (Libraries and plugin APIs) to your project by [using our maven repository](https://docs.codersky.net/the-codersky-repository-java).

### JSky

A general purpose Java library, designed to help you build your own Java applications.

* [Source code](https://github.com/xDec0de/JSky)
* [Documentation](https://app.gitbook.com/o/ue0Ff9nw9MPCKyLyGztz/s/i48Tr6hYawPjCKbJbcLy/)

### SkyUtils

A multi-platform utility library to make your own Minecraft plugins with ease.

* [Source code](https://github.com/xDec0de/SkyUtils)
* [Documentation](https://app.gitbook.com/o/ue0Ff9nw9MPCKyLyGztz/s/1eVeBAFsN4AjmIJKCrUK/)

### JDS

A collection of utilities for Discord bots using JDA

* [Source code](https://github.com/xDec0de/JDS)
* [Documentation](https://app.gitbook.com/o/ue0Ff9nw9MPCKyLyGztz/s/IITLk8Su2Y0PaJPPhuzj/)

### CustomAnvils

A simple yet powerful plugin to customise how anvils work on your server.

* [Source code](https://github.com/xDec0de/CustomAnvils)
* [Documentation](https://app.gitbook.com/o/ue0Ff9nw9MPCKyLyGztz/s/qCllYtALGX1DxbzgBvV9/)


---

# 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.codersky.net/welcome-to-skydocs.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.
