@@ -1223,3 +1223,38 @@
 ]
 
 [endsect]
+
+[section:faq Frequently Asked Questions]
+
+[section:faq_not_boost Can I use QuickBook for non-Boost documentation?]
+QuickBook can be used for non-Boost documentation with a little extra work.
+\n
+
+When building HTML documentation with BoostBook a Boost C++ Libraries header 
+is added to the files. When using QuickBook to document projects outside of 
+Boost this is not desirable. This behavior can be overridden at the BoostBook 
+level by specifying some XSLT options. When using Boost Build version 2 (BBv2) 
+this can be achieved by adding parameters to the BoostBook target declaration.
+\n
+
+For example:
+[pre
+using quickbook ;
+
+xml my_doc : my_doc.qbk ;
+
+boostbook standalone
+    :
+        my_doc		
+    :
+        <xsl:param>boost.image.src=images/my_project_logo.png
+        <xsl:param>boost.image.alt="\\"My Project\\""
+        <xsl:param>boost.image.w=100
+        <xsl:param>boost.image.h=50
+        <xsl:param>nav.layout=none
+    ;
+]
+
+[endsect]
+
+[endsect]
\ No newline at end of file
