Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Docs Menu
Docs Home
/
Compass
/

Manage Documents in Compass

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

Back

Manage Views