diff --git a/CEP_11.x/Documentation/.debug b/CEP_11.x/Documentation/.debug
new file mode 100644
index 0000000..cd60823
--- /dev/null
+++ b/CEP_11.x/Documentation/.debug
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/CEP_11.x/Documentation/Debugging Handbook.md b/CEP_11.x/Documentation/Debugging Handbook.md
new file mode 100644
index 0000000..fd67265
--- /dev/null
+++ b/CEP_11.x/Documentation/Debugging Handbook.md
@@ -0,0 +1,90 @@
+## 1. Mac
+
+### 1.1 Checking & Editing Logging Settings
+
+ - Set Log Level to 6 → defaults write com.adobe.CSXS.11 LogLevel 6
+ - Check Log Level → defaults read com.adobe.CSXS.11 LogLevel
+
+### 1.2. Extensions Folders
+
+ - System Extension Folder → /Library/Application
+ Support/Adobe/CEP/extensions
+ - User Extension Folder → ~/Library/Application
+ Support/Adobe/CEP/extensions
+ - Product Extension Folders → ${PP}/CEP/extensions
+
+### 1.3. Logs Folders
+
+ - CEP Logs Folder → ~/Library/Logs/CSXS
+ - CEP Logs → CEP-.log e.g CEP11-ILST.log
+ - CEPHTMLEngine Broser Logs → CEPHTMLEngine-``-``-``-``.log (e.g
+ CEPHtmlEngine11-ILST-26.0.3-com.adobe.illustrator.OnBoarding.
+ - CEPHTMLEngine Renderer Logs → CEPHTMLEngine-``-``-``-``-renderer.log
+ (e.g CEPHtmlEngine11-ILST-26.0.3-com.
+
+### 1.4. Crash Dump
+ - Get it in the Console App
+
+## 2. Windows
+
+### 2.1. Checking & Editing Logging Settings
+
+ - Set Log Level to 6 → regedit >
+ HKEY_CURRENT_USER/Software/Adobe/CSXS.11 > Set LogLevel as 6
+ - Check Log Level → regedit > HKEY_CURRENT_USER/Software/Adobe/CSXS.11
+
+### 2.2. Extensions Folders
+
+ - System Extension Folder → C:\Program Files (x86)\Common
+ Files\Adobe\CEP\extensions
+
+- User Extension Folder → %AppData%\Roaming\Adobe\CEP\extensions
+
+- Product Extension Folders → ${PP}\CEP\extensions
+
+### 2.3. Logs Folders
+
+- CEP Logs Folder → %temp%
+
+- CEP Logs → CEP-.log e.g CEP11-ILST.log
+
+- CEPHTMLEngine Broser Logs → CEPHTMLEngine-``-``-``-``.log (e.g CEPHtmlEngine11-ILST-26.0.3-com.adobe.illustrator.OnBoarding.log)
+
+- CEPHTMLEngine Renderer Logs → CEPHTMLEngineCEPHTMLEngine-``-``-``-``-renderer.log (e.g CEPHtmlEngine11-ILST-26.0.3-com.adobe.illustrator.OnBoarding-renderer.log)
+
+
+
+## 3. Crash Dump
+
+ - %AppData%\Roaming\Adobe\CRLogs\dumps
+
+## 4. Debugging Tools
+
+- Add .[.debug](./.debug) file inside the extension folder which should be here
+- - Mac → /Library/Application
+ Support/Adobe/CEP/extensions
+ - Windows → C:\Program Files (x86)\Common
+ Files\Adobe\CEP\extensions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+