This document provides an overview of FluentDOM, a jQuery-like library for traversing, manipulating, and selecting nodes in XML/HTML documents using XPath expressions. FluentDOM chains methods to allow concise queries and modifications, supports common DOM manipulation functions, and can be extended through custom node loaders and inheritance from the FluentDOMCore class.