# Modules

## What is Modules

<mark style="color:green;">**Modules**</mark> - powerful addition to the main plugin. They provide possibility to make almost all features to <mark style="color:purple;">**DiscordWhitelist**</mark> what user's want without waiting a lot of time for developer to add them. User's can code them almost without any problems using Java knowledge.

## How to use them

Simply. Just drop **.jar** file of this module into modules folder inside the main plugin folder. If module provides possibility to modify any files inside it's folder, you can do it.

## List of Modules

{% hint style="info" %}
To add here your Module you can contact developer in his [Discord server](https://discord.gg/KNffm6uBuF)
{% endhint %}

<table><thead><tr><th width="107">Module</th><th width="139">Author</th><th width="114">Version</th><th width="161">Description</th><th width="121">Commands</th><th>Download</th></tr></thead><tbody><tr><td>Reload</td><td>WIND STUDIO</td><td>1.0<br>1.1 comes with plugin</td><td>Adds a command to completely reload plugin</td><td>/dswl reload</td><td><a href="https://drive.google.com/uc?export=download&#x26;id=1hZ6DBbioyL9lzzUdFnD0tEYwZssEenLx">Google Drive</a></td></tr></tbody></table>


---

# 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://windstudio.gitbook.io/discordwhitelist/step-by-step-setting/modules.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.
