This document provides guidance on data modeling for MongoDB databases. It discusses two approaches to representing relationships between documents: embedding related data within documents, and linking documents through references. The document recommends considering both the application's usage patterns and data structure when designing a data model. It provides an overview of key data modeling concepts and factors to balance, and directs readers to additional sections that include data modeling examples and reference documentation.