diff --git a/app/templates/orbit_bootstrap/modules/faq/_widget.html.erb b/app/templates/orbit_bootstrap/modules/faq/_widget.html.erb
new file mode 100644
index 0000000..d086bc1
--- /dev/null
+++ b/app/templates/orbit_bootstrap/modules/faq/_widget.html.erb
@@ -0,0 +1,17 @@
+
+
\ No newline at end of file
diff --git a/app/templates/orbit_bootstrap/modules/faq/_widget1.html.erb b/app/templates/orbit_bootstrap/modules/faq/_widget1.html.erb
new file mode 100644
index 0000000..160def8
--- /dev/null
+++ b/app/templates/orbit_bootstrap/modules/faq/_widget1.html.erb
@@ -0,0 +1,12 @@
+
+
\ No newline at end of file
diff --git a/app/templates/orbit_bootstrap/modules/faq/index.html.erb b/app/templates/orbit_bootstrap/modules/faq/index.html.erb
new file mode 100644
index 0000000..47862f5
--- /dev/null
+++ b/app/templates/orbit_bootstrap/modules/faq/index.html.erb
@@ -0,0 +1,8 @@
+
+
\ No newline at end of file
diff --git a/app/templates/orbit_bootstrap/modules/faq/show.html.erb b/app/templates/orbit_bootstrap/modules/faq/show.html.erb
new file mode 100644
index 0000000..c4677d8
--- /dev/null
+++ b/app/templates/orbit_bootstrap/modules/faq/show.html.erb
@@ -0,0 +1,14 @@
+
+
+
{{question}}
+
+
+
+
+
\ No newline at end of file
diff --git a/built_in_extensions.rb b/built_in_extensions.rb
index e7a9d6b..6127178 100644
--- a/built_in_extensions.rb
+++ b/built_in_extensions.rb
@@ -3,3 +3,4 @@ gem 'ad_banner', git: 'git@gitlab.tp.rulingcom.com:saurabh/adbanner-test.git'
gem 'gallery', git: 'git@gitlab.tp.rulingcom.com:saurabh/gallery.git'
gem 'links', git: 'git@gitlab.tp.rulingcom.com:saurabh/links.git'
gem 'page_content', git: 'git@gitlab.tp.rulingcom.com:saurabh/pagecontent.git'
+gem 'faq', git: 'git@gitlab.tp.rulingcom.com:saurabh/faq.git'