The mongo shell is an interactive JavaScript shell for MongoDB, and is part of all MongoDB distributions. This section provides an introduction to the shell, and outlines key functions, operations, and use of the mongo shell.
Most examples in the MongoDB Manual use the mongo shell; however, many drivers provide similar interfaces to MongoDB.
The Getting Started with MongoDB provides a general introduction to MongoDB using examples from the mongo shell. Additionally, the following documents from other sections address areas relevant to users of the mongo shell:
Furthermore, consider the following reference material that addresses the mongo shell and its interface: