diff --git a/current/EMBED.md b/current/EMBED.md
new file mode 100644
index 0000000..591f349
--- /dev/null
+++ b/current/EMBED.md
@@ -0,0 +1,41 @@
+# Brightcove Maven Embedding and Deployment Steps
+
+## Add the repository to the main `POM.xml` file (either a private repository or a public one depending upon where the connector package is hosted).
+
+'''xml
+
+'''
+
+## Add a dependency on the connector package in the main `POM.xml`.
+
+'''xml
+
+ com.brightcove
+ com.brightcove.connector
+ 5.7.0
+ zip
+
+'''
+
+## Add a dependency to the connector package in the `ALL` project’s `POM.xml`.
+
+'''xml
+
+ com.brightcove
+ com.brightcove.connector
+ zip
+
+'''
+
+## The connector package should be embedded in the deployment. Add the package as an embedded dependency to the `ALL` project package.
+
+'''xml
+
+ com.brightcove
+ com.brightcove.connector
+ zip
+ /apps/brightcove-vendor-packages/application/install
+
+'''
+
+### The connector will be installed on AEM Cloud with the next AEM Cloud Pipeline Build.
\ No newline at end of file