This document discusses Ajax and provides code examples for implementing basic Ajax functionality. It begins with an overview of Ajax and its motivation, then describes the basic Ajax process including defining a request object in JavaScript, initiating a request, and handling the response. It provides JavaScript and HTML code examples to send a GET request, handle the response, and display returned data.