For AI agents: a documentation index is available at https://www.mongodb.com/docs/llms.txt — markdown versions of all pages are available by appending .md to any URL path.
Docs Menu

Interact with Your Data

Note

Try Compass with Sample Data

MongoDB Atlas is a cloud-hosted database-as-a-service that provides free sample datasets for your clusters. You can use Compass to explore and interact with these sample datasets.

Manage Databases in Compass

Learn how to create and manage databases in your deployment.

Manage Collections in Compass

Learn how to manage collections in your databases.

Manage Views in Compass

Learn how to manage views in your databases. Views are read-only results of an

aggregation

run against a collection.

Manage Documents in Compass

Learn how to manage documents in your collections.

Query Your Data

Learn how to query your data to return data that matches a specified criteria.

Manage Indexes

Learn how to create indexes to improve query performance.

Analyze Your Data Schema

Learn how to analyze your data schema and shape of the fields in a particular collection.

View Real-Time Performance

Learn how to view and analyze deployment performance.

Set Validation Rules for Your Schema

Learn how to ensure that all documents in a collection follow a defined set of rules.

Sampling

Learn how

Compass

samples documents to provide insights about a collection.

In-Use Encryption Tutorial

Learn how to use In-Use Encryption to encrypt data in your collections.