This document discusses the Ajaxian framework Prototype and its utilities for asynchronous JavaScript (Ajax). It provides an overview of Prototype's basic utilities for DOM manipulation and Ajax helpers. The Ajax helpers include an Ajax object that handles cross-browser XMLHttpRequests and an Ajax.Request method for making Ajax calls with configurable options and callbacks. An example is given showing how to make an Ajax request and specify a callback function using Ajax.Request.