diff --git a/docs/index.rst b/docs/index.rst
index 5357915..b35c7a4 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -93,6 +93,12 @@ You can configure Flask-PyMongo either by passing a `MongoDB URI
``MONGO_URI`` `Flask configuration variable
`_
+.. note::
+
+ Flask-PyMongo passes the connection string directly to PyMongo, so all behavior about interpretation of the connection string is determined by PyMongo itself.
+ See the Connection String examples on the `PyMongo docs `_ for more information.
+
+
The :class:`~flask_pymongo.PyMongo` instance also accepts these additional
customization options: