The document provides an introduction to Visualforce, including:
- Visualforce is a framework that allows developers to build custom user interfaces that can be hosted natively on the Force.com platform using a tag-based markup language similar to HTML.
- A Visualforce page consists of Visualforce markup and a Visualforce controller. The markup defines the user interface and the controller specifies what happens when a user interacts with the interface.
- Visualforce pages can be used to override standard buttons and tabs, embed components in layouts, and create custom tabs and applications.