diff --git a/querydsl-root/src/site/xdoc/index.xml b/querydsl-root/src/site/xdoc/index.xml
new file mode 100644
index 000000000..93d1196c8
--- /dev/null
+++ b/querydsl-root/src/site/xdoc/index.xml
@@ -0,0 +1,46 @@
+
+ querydsl is a framework which enables the construction of statically typed SQL-like queries.
+ Instead of writing queries as inline strings or externalizing them into XML files they can be constructed via a
+ fluent API.
+
+ The benefits of using a fluent API in comparison to simple strings are
+
+
+
+ querydsl is based on various modules with different purposes. The modules are +
+ Read the Getting started guides of querydsl-hql + if HQL is your target language or querydsl-sql for SQL. +
+