diff --git a/docs/source/content_generators.rst b/docs/source/content_generators.rst
index 4acbd8c0..93aa50ad 100644
--- a/docs/source/content_generators.rst
+++ b/docs/source/content_generators.rst
@@ -143,3 +143,17 @@ Relevant API calls for Content Generator are:
containing ``token`` and ``build_id``. ``token`` would be used in subsequent
call of ``CGImport`` while ``build_id`` needs to be part of metadata (as item
in ``build`` key).
+
+Current Public Implementations
+==============================
+
+Following koji plugins uses CGs as part of their workflow.
+
+- `OpenShift Build Service `__
+- `OSBuild `__
+- `MBS `__
+
+Standalone CG utilites are here:
+- `CoreOS `__
+- `misoctl - Debian package CG `__
+- `Project NewCastle - Java package CG component `__