Open a collection
- Connect to a MongoDB deployment.
- Expand a database in the left pane.
- Click a collection.
Available document views
- table view for scanning many rows quickly
- JSON view for raw document inspection
- list view for compact reading
What you can do from the browser
- sort and scan records
- create a new document
- duplicate, copy, and paste documents
- delete documents
- switch to schema, aggregation, indexes, or query tools for the same collection
