diff --git a/opennlp-docs/src/docbkx/model-loading.xml b/opennlp-docs/src/docbkx/model-loading.xml
new file mode 100644
index 000000000..266dbe2d4
--- /dev/null
+++ b/opennlp-docs/src/docbkx/model-loading.xml
@@ -0,0 +1,147 @@
+
+
+
+
+
+ Classpath Loading of OpenNLP Models
+
+ Since version 2.4.0, OpenNLP supports the ability to load pre-trained OpenNLP models from the classpath.
+ It relies on either a simple implementation using the application's classpath or on the
+ classgraph
+ library to locate OpenNLP model JAR files.
+ Our pre-trained models are bundled from the OpenNLP Models
+ repository.
+
+ This section describes
+
+
+
+ how to load and use a pre-trained OpenNLP model from the classpath.
+
+
+ how to bundle a custom OpenNLP model to be loadable as a JAR file from the classpath.
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/opennlp-docs/src/docbkx/opennlp.xml b/opennlp-docs/src/docbkx/opennlp.xml
index 0d2115a28..1f62e8940 100644
--- a/opennlp-docs/src/docbkx/opennlp.xml
+++ b/opennlp-docs/src/docbkx/opennlp.xml
@@ -94,7 +94,8 @@ under the License.
-
+
+