This document provides an agenda for a MongoDB basics session. It will cover reporting and aggregation options in MongoDB like MapReduce, the Aggregation Framework, and examples of using aggregation for common reports like popular tags, popular articles, and aggregating geospatial data. It also discusses using the aggregation framework pipeline and operators to build these reports and tuning performance with the explain plan.