# Home

Lukkit allows developers to create plugins for the Spigot API in an efficient and effective manner using the Lua scripting language. Lua is a quite simple scripting language that even beginners can master, which makes it a great option for newer developers who want to get started with plugin development.

### Why should I choose Lukkit?

Lua is a simple scripting language for both beginners and experienced developers Creating simple, or even complex, Lukkit plugins take almost no time at all compared to Java The entire Spigot API is supported right out of the box, meaning no add-ons are needed

### Where do I start?

Get started with Lukkit through our [getting started](https://docs.lukkit.net/getting-started) guide. We offer extensive documentation and a multitude of examples to get you going with Lukkit plugin development. For support or more information, contact us via Discord.


---

# 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.lukkit.net/master.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.
