Adding custom help pages
As descriptive as field labels can be, a good plugin always needs to be accompanied by a set of documentation to allow users to quickly understand how to activate the plugin and perform the right steps to get the expected results. While a README file is often what developers first think of producing, users almost never read an external file or instructions on the official WordPress plugin page. They just install the plugin and try to figure it out by themselves.
To address this concern, WordPress introduced the ability to create elaborate multi-section help pages right in the plugin's administration pages to enable users to quickly get answers to their questions.
Getting ready
You should have already followed the Displaying a confirmation message when options are saved recipe, and the resulting plugin should still be active on your development site. Alternatively, you can get the resulting code (ch3/ch2-page-header-output/ch2-page-header-output...