> For the complete documentation index, see [llms.txt](https://onsharp.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onsharp.gitbook.io/docs/modules/lazy-mover.md).

# Lazy Mover

On this page we explain the lazy mover module. This module can be used for debugging purposes or just if the developer of a plugin is too lazy to specify the right places for the right libraries.

In order to use the lazy mover, it must be activated first. Therefore head over to the [configuration ](/docs/onsharp-environment/configuration.md)and set **LazyMoverActive** to *true*.

Now you need to start the server once. After the server has been successfully started, you can shutdown the server. A directory called **lazy** should have been created. Now you just can move all your dependencies and plugins in this folder and on server start, the lazy mover will sort them and move them to the right places.
