This document provides an introduction to MARS (Multivariate Adaptive Regression Splines), an automated regression modeling tool. MARS can build accurate predictive models for continuous and binary dependent variables by automatically selecting variables, determining transformations and interactions between variables, and handling missing data. It efficiently searches through all possible models to identify an optimal solution. The document explains how MARS works, provides settings to configure MARS, and uses the Boston housing dataset to demonstrate the basic steps of building a MARS model.