diff --git a/docs/tools/BaseCounter.md b/docs/tools/BaseCounter.md
new file mode 100644
index 0000000000000000000000000000000000000000..7bceca3364a1023c1bf40cdf65b5857c5f8819ff
--- /dev/null
+++ b/docs/tools/BaseCounter.md
@@ -0,0 +1,26 @@
+# BaseCounter 
+
+## Introduction
+This tool will generate Base count based on a bam file and a refflat file
+
+## Example
+Help menu
+~~~~
+Usage: BaseCounter [options]
+
+  -l <value> | --log_level <value>
+        Log level
+  -h | --help
+        Print usage
+  -v | --version
+        Print version
+  -r <file> | --refFlat <file>
+        refFlat file. Mandatory
+  -o <directory> | --outputDir <directory>
+        Output directory. Mandatory
+  -b <file> | --bam <file>
+        Bam file. Mandatory
+  -p <prefix> | --prefix 
+  
+ ~~~~
+