diff --git a/bindings/java/doxygen/communications.dox b/bindings/java/doxygen/communications.dox
new file mode 100644
index 0000000000000000000000000000000000000000..9ed28479b5a0b8cf3ad035a9e50733dc703f5e9a
--- /dev/null
+++ b/bindings/java/doxygen/communications.dox
@@ -0,0 +1,19 @@
+/*! \page mod_compage Communications 
+
+\section jni_com_overview Overview
+
+Work in progress
+
+Things to cover:
+- What to do when you encounter an Account.
+-- How often should you create an 'instance'
+--- Once per file so that we have traceability. 
+
+-- When do you create a relationship
+--- How many are stored between who
+--- What should be passed in etc.
+
+http://wiki.sleuthkit.org/index.php?title=Database_v7.2_Schema#Communications_.2F_Accounts
+
+
+*/