diff --git a/source/reference/connection-string.txt b/source/reference/connection-string.txt index 15e27b90a10..a1952d08277 100644 --- a/source/reference/connection-string.txt +++ b/source/reference/connection-string.txt @@ -122,6 +122,25 @@ Examples .. include:: /includes/fact-pct-encode-uri.rst + - id: atlas + name: Atlas Deployment + content: | + + MongoDB Atlas provides the connection strings for + your deployment when you click the :atlas:`Connect + ` button in the Atlas UI. + To register a new Atlas account, start at the + :mdbacct:`MongoDB Atlas registration page + `. To learn more, see + :atlas:`Get Started with Atlas `. + + Your Atlas connection string might resemble the following + example: + + .. code-block:: bash + + mongosh "mongodb+srv://cluster0.example.mongodb.net myFirstDatabase" --username JohnDoe + For more examples, see :ref:`connections-connection-examples`. Components