diff --git a/docs/delivery.md b/docs/delivery.md
index 12c8c98..47b8686 100644
--- a/docs/delivery.md
+++ b/docs/delivery.md
@@ -1,9 +1,15 @@
 # Delivery
 
+Here is a quick overview of the Delivery process , from storing sources in git, building on koji/cbs and then pushing packages out
+
+![CBS-SIGS-workflow](img/CBS-SIGs-workflow.png)
+
+
 ## Promoting to testing
 
 By default, packages built on cbs are just tagged to `candidate` tag and stay in cbs/koji.
-If you want your packages to get pushed to the https://buildlogs.centos.org mirror pool, you can tag packages to `testing`
+
+If you want your packages to get pushed to the [buildlogs](https://buildlogs.centos.org) mirror pool, you can tag packages to `testing`
 
 !!! warning
     Worth knowing that while packages are served over https, and repositories metatdata signed, the packages *aren't* signed with gpg key at this time ! Also good to know that only classical pkgs are pushed out, so no src.rpm nor debuginfo packages are sent to testing network 
diff --git a/docs/img/CBS-SIGs-workflow.png b/docs/img/CBS-SIGs-workflow.png
new file mode 100644
index 0000000..1a3246c
Binary files /dev/null and b/docs/img/CBS-SIGs-workflow.png differ