@@ -98,16 +98,43 @@ Steps
9898
9999 .. step:: Enter the source MongoDB connection details
100100
101- On the :guilabel:`Connect Destination DB` form, input your
102- :guilabel:`MongoDB connection string (URI)`.
101+ To provide the MongoDB connection details, select an Atlas
102+ cluster or provide a MongoDB connection string (URI). If you're :ref:`logged
103+ in with Atlas <rm-atlas-log-in>`, the default option is to :guilabel:`Select
104+ a cluster`. If you aren't logged in with Atlas, the :guilabel:`Select a cluster`
105+ option is disabled.
103106
104- If you leave any of the form fields for :guilabel:`Database`, :guilabel:`Username`,
105- or :guilabel:`Password` blank, the values specified in the URI are used.
107+ .. tabs::
106108
107- Click :guilabel:`Connect`.
109+ .. tab:: Select a cluster
110+ :tabid: select-atlas-cluster
111+
112+ On the :guilabel:`Connect Destination DB` form, select an :guilabel:`Atlas Cluster`
113+ from the drop-down. Clusters are displayed in a three-level hierarchy:
114+ :guilabel:`Organization` > :guilabel:`Project` > :guilabel:`Cluster`,
115+ organized alphabetically. Only the first 100 clusters you are authorized to
116+ access are shown.
117+
118+ If you leave any of the form fields for :guilabel:`Database`, :guilabel:`Username`,
119+ or :guilabel:`Password` blank, the values from the Atlas cluster's metadata
120+ are used.
121+
122+ Click :guilabel:`Connect`.
123+
124+ .. tab:: Enter MongoDB URI
125+ :tabid: enter-mongodb-uri
108126
109- .. step:: Select your migration options
110127
128+ On the :guilabel:`Connect Destination DB` form, input your
129+ :guilabel:`MongoDB connection string (URI)`.
130+
131+ If you leave any of the form fields for :guilabel:`Database`, :guilabel:`Username`,
132+ or :guilabel:`Password` blank, the values specified in the URI are used.
133+
134+ Click :guilabel:`Connect`.
135+
136+ .. step:: Select your migration options
137+
111138 On the :guilabel:`Migration Options` form, select your
112139 :guilabel:`Migration Options`:
113140
0 commit comments