This document provides an overview of using MongoDB with examples of common operations like inserting documents, querying, updating, and indexing. It demonstrates how to: - Set up and connect to a MongoDB database using Docker - Insert, find, update, and remove documents from a collection - Query documents using equality, greater/less than, AND/OR operators - Sort and limit output with projections - Create indexes on fields for improved performance