diff --git a/README.md b/README.md
index dfdb67be0890bbbd7c8e1faaca137ec42ef42916..2183575d92b37f1b9a8c8e07f6faae7b130c737a 100644
--- a/README.md
+++ b/README.md
@@ -197,3 +197,16 @@ https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks/-/blob/maste
 
 *demonstrate how to add this*
 
+#### Looking closer
+
+The options file above is trigger by the CI  via,
+1. [`.gitlab-ci.yml`](https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks/-/blob/master/.gitlab-ci.yml#L67)
+2. [`benchmarks/track_finding/config.yml`](https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks/-/blob/master/benchmarks/track_finding/config.yml#L6 )
+3. [`benchmarks/track_finding/multiple_tracks.sh`](https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks/-/blob/master/benchmarks/track_finding/multiple_tracks.sh)
+
+The last script is worth looking closer as it does everything...
+- First it generates some events with script
+- Then it runs Geant4
+- Then it runs juggler.
+
+