# MongoDB Atlas
## Register the service
Go to mongodb.com/cloud/atlas and [`Start Free`](https://www.mongodb.com/cloud/atlas/register).

Register an account:

Accept the TOS:

## Create a cluster
Once registered, click the `Create a cluster` in the FREE section:

Make some choices:

Wait for the cluster to be ready:

## Setup
Once your cluster is ready, click the `connect` button:

Allow Access from Anywhere:


and setup credentials:



All done!
## Connect to your cluster


In Compass, paste the URI and replace with your password, then click `CONNECT`:


:raised_hands: