# Plugin management

## Installing plugins on your sub-server

{% hint style="info" %}
In order to install plugins, you'll need to be on your server. If you're not sure on how to connect to it, the [Basic Instructions](/legacy-v2.x/basic-instructions.md) page might help you.
{% endhint %}

After successfully connecting to your subserver, you need to execute the command below:

```
/menu
```

A Inventory GUI should appear. If it does not, please contact the server administrator for help. The GUI should look like this:

![Server Management GUI](/files/-M7DfhbrHExSFUdgcK-x)

After entering the GUI, select the clock icon with text Plugin Management. By clicking this button, you'll see all available plugins that owners pre-configured for you to be able to install. All the plugins marked with red-stone blocks are disabled and ready for you to install them. All the plugins that are marked with emerald blocks are currently installed and can be removed with a simple click.

{% hint style="danger" %}
**WARNING**: Please make sure to reboot your server after installing new plugins by typing in the command `/stop.`After that, you can boot your server back up by executing command `/playerserver start`. For more informations, visit the [Basic Instructions](/legacy-v2.x/basic-instructions.md) page.
{% 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://playerservers.thearcadia.xyz/legacy-v2.x/plugin-management.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.
