diff --git a/reference/mongodb/mongodb/driver/clientencryption/construct.xml b/reference/mongodb/mongodb/driver/clientencryption/construct.xml
new file mode 100644
index 0000000000..6b9ffb7350
--- /dev/null
+++ b/reference/mongodb/mongodb/driver/clientencryption/construct.xml
@@ -0,0 +1,93 @@
+
+
+
+
+
+ MongoDB\Driver\ClientEncryption::__construct
+ Create a new ClientEncryption object
+
+
+
+ &reftitle.description;
+
+ final public MongoDB\Driver\ClientEncryption::__construct
+ arrayoptions
+
+
+ Constructs a new MongoDB\Driver\ClientEncryption object with the specified options.
+
+
+
+
+ &reftitle.parameters;
+
+
+ options
+
+
+
+ options
+
+
+
+ Option
+ Type
+ Description
+
+
+
+
+ keyVaultClient
+ MongoDB\Driver\Manager
+ The Manager used to route data key queries. This option is required (unlike with MongoDB\Driver\Manager::createClientEncryption).
+
+ &mongodb.option.encryption.keyVaultNamespace;
+ &mongodb.option.encryption.kmsProviders;
+ &mongodb.option.encryption.tlsOptions;
+
+
+
+
+
+
+
+
+
+
+ &reftitle.errors;
+
+ &mongodb.throws.argumentparsing;
+ Throws MongoDB\Driver\Exception\RuntimeException if the extension was compiled without libmongocrypt support
+
+
+
+
+ &reftitle.seealso;
+
+ MongoDB\Driver\Manager::createClientEncryption
+ Explicit (Manual) Client-Side Field Level Encryption in the MongoDB manual
+
+
+
+
+
+
diff --git a/reference/mongodb/mongodb/driver/manager/createclientencryption.xml b/reference/mongodb/mongodb/driver/manager/createclientencryption.xml
index ea8bf85ffb..3477238cb0 100644
--- a/reference/mongodb/mongodb/driver/manager/createclientencryption.xml
+++ b/reference/mongodb/mongodb/driver/manager/createclientencryption.xml
@@ -107,7 +107,7 @@
&reftitle.seealso;
- MongoDB\Driver\ClientEncryption
+ MongoDB\Driver\ClientEncryption::__construct
Explicit (Manual) Client-Side Field Level Encryption in the MongoDB manual
diff --git a/reference/mongodb/versions.xml b/reference/mongodb/versions.xml
index 1a9fd926c1..d8a4274ba6 100644
--- a/reference/mongodb/versions.xml
+++ b/reference/mongodb/versions.xml
@@ -28,6 +28,7 @@
+