# Welcome

![](/files/-LscgcJA15Ygd1FvjN25)

### What is SmartCommands ?

**SmartCommands** is a powerful command **API** which helps you create your commands. It significantly improves your commands by including new features for both developers and users.&#x20;

### Usage

To use SmartCommands, just set it as a dependency. The sources are available on [GitHub](https://github.com/Syr0ws/SmartCommands) and the jar file can be downloaded on [Spigot](https://www.spigotmc.org/resources/smartcommands.72455/).

You can also use a build system:

#### Maven

```
SOON
```

#### Gradle

```
SOON
```

### Useful links

* [GitHub](https://github.com/Syr0ws/SmartCommands)
* [Spigot](https://www.spigotmc.org/resources/smartcommands.72455/)
* [Twitter](https://twitter.com/Syr0ws)
* [Discord](https://discord.gg/UPw8x2v)


---

# 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://syrows-development.gitbook.io/smartcommands/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.
