# /plugin

## Syntax

**/plugin list**

**/plugin name \[load | unload]**

**/plugin name \[load | unload] \[noauto]**

## Description

The plugin command can be used to list all plugins currently loaded, to load a new plugin, or to unload a plugin that is already loaded.

Loading a plugin will also add an entry to the **\[Plugins]** section of the [MacroQuest.ini](/macroquest/documentation/macroquest.ini.md) file. Next time MQ2 is started that plugin will be loaded automatically.\
Likewise, unloading a plugin will remove it from MacroQuest.ini. Using the *noauto* switch prevents this modification to MacroQuest.ini from occurring.

## Examples

`/plugin list`\
`/plugin mq2melee load`\
`/plugin mq2moveutils unload noauto`

## See Also

* [MacroQuest2:Plugins](https://github.com/macroquest/docs/blob/master/documentation/macroquest-plugins.md)
* [MacroQuest.ini](/macroquest/documentation/macroquest.ini.md)


---

# 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://macroquest.gitbook.io/macroquest/commands/slash-commands/plugin.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.
