This document discusses using AJAX with JavaScript in WordPress. It defines AJAX as asynchronous JavaScript and XMLHttpRequests. The document outlines how to use AJAX in WordPress plugins and themes by hooking into wp_ajax_ and wp_ajax_nopriv_. It provides examples of common AJAX uses and walks through the steps of an AJAX transaction between JavaScript, the browser, and WordPress. Potential issues and tips are also covered.