This document introduces MongoDB, an open-source document database. It describes MongoDB as schema-less, highly scalable, and capable of replication and auto-sharding. Key features include storing data as JSON documents, a familiar database and collection structure, easy insertion and querying of documents, and aggregation of data using map-reduce functions. The document encourages readers to try MongoDB themselves by downloading it or exploring online tutorials.