diff --git a/reference/mongo/mongo.xml b/reference/mongo/mongo.xml
index 6ac91bb2cc..611666ac11 100644
--- a/reference/mongo/mongo.xml
+++ b/reference/mongo/mongo.xml
@@ -144,6 +144,14 @@ $db = $m->foo; // get the database named "foo"
+
+
+ &reftitle.seealso;
+
+ MongoDB core docs on connecting.
+
+
+
diff --git a/reference/mongo/mongocollection.xml b/reference/mongo/mongocollection.xml
index 208058ee6a..4d229c954d 100644
--- a/reference/mongo/mongocollection.xml
+++ b/reference/mongo/mongocollection.xml
@@ -51,6 +51,13 @@
+
+ &reftitle.seealso;
+
+ MongoDB core docs on collections.
+
+
+
&reference.mongo.entities.mongocollection;
diff --git a/reference/mongo/mongocollection/ensureindex.xml b/reference/mongo/mongocollection/ensureindex.xml
index ccae52d5b9..7ac84416f5 100644
--- a/reference/mongo/mongocollection/ensureindex.xml
+++ b/reference/mongo/mongocollection/ensureindex.xml
@@ -159,6 +159,13 @@ $collection->insert(array("username" => "joeschmoe"));
+
+ &reftitle.seealso;
+
+ MongoDB core docs on indexes.
+
+
+