MongoDB Compass is a GUI application which manages the NoSQL, in particularly, MongoDB.
Compass is similar to PhpMyAdmin, Navicat, Jetbrains Datagrip
When Compass opens you will see a page titled "Connect to Host".
You will see something like this.
The left pane contains the information of the cluster and version, followed by the list of databases in this cluster.
The right pane is the table displaying the databases inside this cluster, as well as their sizes, number of collections and indexes.
We click on citybike database, Compass will show all collections inside this database. In this example, citybike database only contains one collections named trips.
Click on trips collection, you can see there are many tabs inside it. In this article, I only mention Documents and Schema tabs
This tab show the structure of the collection with left pane and right pane. Notably, the displayed content is after filtered.