This document discusses using MongoDB for content management systems. It provides an overview of sample CMS applications and considerations for schema design in MongoDB. It also covers querying and indexing data, replication for high availability, and scaling MongoDB horizontally for large datasets. Specific topics covered include embedding documents, indexing tags and slugs, building custom RSS feeds, and reading from secondary nodes.