# Plugin Development

Guides and standard documentation for plugin development

For some examples of using the Rust API, check out the [official plugins](https://github.com/Nitrolaunch/nitrolaunch/tree/main/plugins/plugins).

## Debugging

For plugin debugging, you can set either one of the environment variables `NITRO_PLUGIN_DEBUG` and `NITRO_PLUGIN_PROFILE` to `1` in order to see what hooks are being run or how long they take to run respectively.
