The document provides instructions for a hands-on lab on creating a Hudson plugin. The lab includes exercises on:
1) Creating a skeleton Hudson plugin project using Maven.
2) Building and running the plugin project in NetBeans to see it installed and functioning on a test Hudson server.
3) Exploring how the plugin extends the "Builder" extension point to add a custom "HelloBuilder" that prints a message.