diff --git a/client/htmls/private/ajax/Settings/Dashboard.html b/client/htmls/private/ajax/Settings/Dashboard.html
index 1b2172738..ce51aaae5 100755
--- a/client/htmls/private/ajax/Settings/Dashboard.html
+++ b/client/htmls/private/ajax/Settings/Dashboard.html
@@ -1,302 +1,162 @@
-
-
-
-
-
-
+
+
+ Setup & Configuration Wizard
+
+
+
+
+
+
1
+
Org Configuration
+
+
+
2
+
Chef Configuration
+
+
+
3
+
Provider Configuration
+
+
+
+
5
+
Security Access Control
+
+
+
+
7
+
CMDB Configuration
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
+$('#orgConfiguration a').trigger('click');
-
-
+$('#providerConfiguration a').click(function(e){
+ $('a.btn').addClass('active-btn');
+ $(this).removeClass('process-btn');
+ e.preventDefault();
+ $('.contentSetting').load('ajax/Settings/CreateProviders.html?new');
+});
+
\ No newline at end of file
diff --git a/client/htmls/private/ajax/Settings/settingsWizard.html b/client/htmls/private/ajax/Settings/settingsWizard.html
new file mode 100644
index 000000000..99979d0ed
--- /dev/null
+++ b/client/htmls/private/ajax/Settings/settingsWizard.html
@@ -0,0 +1,348 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/client/htmls/private/img/dot.jpg b/client/htmls/private/img/dot.jpg
new file mode 100644
index 000000000..94ef23f6c
Binary files /dev/null and b/client/htmls/private/img/dot.jpg differ