# Introdução

## O que abordaremos nesta documentação?

Esta documentação é mais voltada para especialistas na área de desenvolvimento de plugins para a [Spigot MC API](https://www.spigotmc.org/). Também abordaremos assuntos mais simples como arquivos de configuração dos plugins, como configurar e etc.

## Qual linguagem que utilizaremos?

A linguagem principal que abordaremos aqui será o **Java.**

## Por onde começo?

Primeiro comece lendo como utilizar o **AtlasLicense** (Loader oficial da Atlas Plugins) e apartir disso você pode começar a entender como utilizar os plugins e como utilizar a API de cada plugin.


---

# 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.atlasplugins.com/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.
