Connect to service enhancer documentation
diff --git a/source/documentation/extras/__index.md b/source/documentation/extras/__index.md
index cbc7b18..2b72d38 100644
--- a/source/documentation/extras/__index.md
+++ b/source/documentation/extras/__index.md
@@ -3,10 +3,12 @@
 slug: index
 ---
 
-Jena Extra modules are modules that provide utilities and larger packages that make Apache Jena 
-development or usage easier but that do not fall within the standard Jena framework.
+Jena Extra modules are modules that provide utilities and larger packages
+that make Apache Jena development or usage easier 
+but that do not fall within the standard Jena framework.
 
 ## Sub Packages
 
+- [Bulk retrieval and caching with SERVICE clauses](../query/service_enhancer.html)
 - [Query Builder](querybuilder/index.html)
 
diff --git a/source/documentation/query/__index.md b/source/documentation/query/__index.md
index 8dd3819..bdb3da8 100644
--- a/source/documentation/query/__index.md
+++ b/source/documentation/query/__index.md
@@ -63,12 +63,11 @@
 - [ARQ and the SPARQL algebra](algebra.html)
 - [Extending ARQ query execution and accessing different storage implementations](arq-query-eval.html)
 - [Custom aggregates](custom_aggregates.html)
+- [Caching and bulk-retrieval for SERVICE](service_enhancer.html)
 
 ## Extensions
 
-Feature of ARQ that go beyond SPARQL syntax. The default query
-language is standard SPARQL. These features require the query to be
-parsed with an explicit declaration of `Syntax.syntaxARQ`.
+Feature of ARQ that go beyond SPARQL syntax. 
 
 - [RDF-star](https://w3c.github.io/rdf-star/)
 - Operators and functions
diff --git a/source/download/maven.md b/source/download/maven.md
index e910ab7..6e7ffd6 100644
--- a/source/download/maven.md
+++ b/source/download/maven.md
@@ -101,6 +101,11 @@
     <td>ShEx engine for Jena.</td>
   </tr>
   <tr>
+    <td><code>jena-serviceenhancer</code></td>
+    <td><code>jar</code></td>
+    <td>Bulk retrieval and caching for SERVICE clauses</td>
+  </tr>
+  <tr>
     <td><code>jena-querybuilder</code></td>
     <td><code>jar</code></td>
     <td>A utility package to simplify the building of ARQ queries in code.