2. Install your driver Run the following on the command line Note: Use appropriate Python 3 executable python -m pip install "pymongo[srv]"==3.12 View MongoDB Python Driver installation instructions. 3. Add your connection string into your application code Use this connection string in your application View full code sample Show Password mongodb+srv://talat:kvhrXu6FtLfT18L7@chatbot.8ecii.mongodb.net/?retryWrites=true&w=majority&appName=Chatbot The password for talat is included in the connection string for your first time setup. This password will not be available again after exiting this connect flow.