diff --git a/doc/qchart-html-template.qdocconf b/doc/qchart-html-template.qdocconf
index 0724f25..3a853da 100644
--- a/doc/qchart-html-template.qdocconf
+++ b/doc/qchart-html-template.qdocconf
@@ -11,6 +11,7 @@ HTML.postheader = \
"
\n" \
"
\n" \
" - About
\n" \
+ " - Getting started
\n" \
" - API Classes
\n" \
" - Examples
\n" \
" - Demos
\n" \
diff --git a/doc/src/introduction.qdoc b/doc/src/introduction.qdoc
new file mode 100644
index 0000000..7ab364d
--- /dev/null
+++ b/doc/src/introduction.qdoc
@@ -0,0 +1,16 @@
+/*!
+ \page introduction.html
+ \title QtCommercial Charts Introduction
+ \keyword Introduction
+
+ You can obtain the QtCommercial Charts package from \l {http://www.digia.com/en/Qt/Log-in-Customer-Portal/} {Customer portal}.
+
+ Add to you *.pro file
+ \code
+ CONFIG += qtcommercialchart
+ \endcode
+
+ \raw HTML
+ \endraw
+
+*/