The document discusses using the HTML5 History API to make AJAX applications feel more like regular web pages by modifying the URL bar and allowing the back button to work properly. It describes how pushing state objects to the history maintains page states, and listening for popstate events allows handling back button clicks. Browser support is covered, with all major browsers supporting it except older Internet Explorers. Examples of sites that use this technique include Flickr, Google, and GitHub.