This document introduces MongoDB, a non-relational database that uses flexible, JSON-like documents with dynamic queries and indexing. MongoDB is horizontally scalable, supports replication and auto-sharding. It is suitable for caching, the web, and high-volume applications, but less suitable for highly transactional or offline business intelligence workloads. The document provides examples of basic CRUD operations and queries in MongoDB.