Docs Menu

Docs HomeView & Analyze DataMongoDB Compass

Manage Documents

Documents are individual records in a MongoDB collection and are the basic unit of data in MongoDB.

From the Documents tab, you can view, insert, modify, modify multiple, clone, delete, and delete multiple documents in your selected collection or view.

Note

For query result sets larger than 20 documents, Compass shows paginated results. By default, pages display 20 documents at a time.

From the query bar, you can specify a query to filter the displayed documents. Click Options to specify query options.

Tip

See also:

← Views