There are several guides in the WildFly documentation series. This list gives an overview of each of the guides:
*Getting Started Guide - Explains how to download and start WildFly.
*Getting Started Developing Applications Guide - Talks you through developing your first applications on WildFly, and introduces you to JBoss Tools and how to deploy your applications.
*JavaEE 6 Tutorial - A Java EE 6 Tutorial.
*Admin Guide - Tells you how to configure and manage your WildFly instances.
*Developer Guide - Contains concepts that you need to be aware of when developing applications for WildFly. Classloading is explained in depth.
*High Availability Guide - Reference guide for how to set up clustered WildFly instances.
*Extending WildFly - A guide to adding new functionality to WildFly.