# Getting Started

## Installation

1. Download the latest `skript-mirror.jar` from GitHub
2. Move `skript-mirror.jar` to your `plugins/` folder
3. If you have third-party libraries you would like to use (that are not Bukkit plugins), [follow the steps outlined here.](/docs/1.x/advanced/loading-external-libraries.md)

{% hint style="info" %}
Tip: Enable effect commands in Skript's config! Effect commands make it extremely easy to prototype and test Skript code, which can be especially useful when working with skript-mirror.
{% endhint %}


---

# 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://skript-mirror.gitbook.io/docs/1.x/getting-started.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.
