This document discusses Ajax and its use for ColdFusion developers. It defines Ajax as asynchronous JavaScript and XML, used to make partial page updates without reloading the entire browser page. It describes how Ajax works using XMLHttpRequest to asynchronously retrieve data from the server in the background and update parts of the web page dynamically. It also discusses JSON as a lighter alternative to XML, and recommends using a JavaScript framework or library like Dojo or jQuery to simplify Ajax requests.