The document describes Ring application and page classes that provide methods for common web development tasks like handling cookies, uploading files, adding HTML elements, and including JavaScript and CSS. The Application class contains methods for decoding requests, setting cookies, and encoding URLs. The Page class contains methods for generating HTML elements and attributes. Additional ScriptFunctions and StyleFunctions classes contain methods for adding JavaScript and CSS to pages.