diff --git a/README.md b/README.md
index bd822d0..3d65d8c 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,8 @@ training.
* A persistent undo/redo system that can store every change ever made to a
dataset, including the ability to effectively revert to an earlier version
at any time.
+* A carefully-engineered Java API for manipulating datasets; the command-line
+ tools and user interface are thin shells over this API.
* Datasets are backed by [SQLite](https://www.sqlite.org) for reliable,
transactional updates, and a file format that is designed to endure for
decades to come.
diff --git a/com.io7m.laurel.documentation/src/main/resources/com/io7m/laurel/documentation/overview.xml b/com.io7m.laurel.documentation/src/main/resources/com/io7m/laurel/documentation/overview.xml
index 71d1d8a..8c9abfb 100644
--- a/com.io7m.laurel.documentation/src/main/resources/com/io7m/laurel/documentation/overview.xml
+++ b/com.io7m.laurel.documentation/src/main/resources/com/io7m/laurel/documentation/overview.xml
@@ -42,6 +42,10 @@
A persistent undo/redo system that can store every change ever made to a dataset, including the ability
to effectively revert to an earlier version at any time.
+ -
+ A carefully-engineered Java API for manipulating datasets; the command-line tools and user interface are thin
+ shells over this API.
+
-
Datasets are backed by SQLite for reliable,
transactional updates, and a file format that is designed to endure for decades to come.
diff --git a/src/site/resources/features.xml b/src/site/resources/features.xml
index ab4785b..a085662 100644
--- a/src/site/resources/features.xml
+++ b/src/site/resources/features.xml
@@ -2,8 +2,27 @@
+ - A user interface for managing images and captions for those images.
+ - A caption categorization system for assisting with keeping captions consistent across large datasets.
+ - The ability to import captions and images into a dataset from a directory hierarchy.
+ - The ability to export captions and images into a directory for use in training scripts.
+ -
+ A persistent undo/redo system that can store every change ever made to a dataset, including the ability to
+ effectively revert to an earlier version at any time.
+
+ -
+ A carefully-engineered Java API for manipulating datasets; the command-line tools and user interface are thin
+ shells over this API.
+
+ -
+ Datasets are backed by [SQLite](https://www.sqlite.org) for reliable, transactional updates, and a file format
+ that is designed to endure for decades to come.
+
+ - Command line tools for automating operations such as importing, exporting, and interrogating metadata.
+ - Comprehensive documentation.
- OSGi-ready
- - JPMS-ready
+ - JPMS-ready
+
- ISC license