# Installing the Plugin

<a href="https://github.com/Mr-Baguetter/ThaumielMapEditor/releases/latest" class="button secondary" data-icon="arrow-down-to-line">Latest Release</a>

***

1. Get the latest release
   * Download only stable releases.
   * Pre-releases may be unstable or have unfinished features.
2. Once downloaded, move the plugin DLL to `SERVER/LabApi/plugins/PORT or global`.
   * `PORT` is the port your server is running on.
3. Restart your server.


---

# 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://thaumiel.gitbook.io/tme-docs/documentation/tutorials/plugin/installing-the-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.
