diff --git a/Documentation/Doxygen/DeveloperManual/Development.dox b/Documentation/Doxygen/DeveloperManual/Development.dox
index caa8d3b710..1b9a35d5ad 100644
--- a/Documentation/Doxygen/DeveloperManual/Development.dox
+++ b/Documentation/Doxygen/DeveloperManual/Development.dox
@@ -1,32 +1,43 @@
/**
\page Development Development with MITK
The following items are concerned with the practical use of the MITK library for software development.
Some abstract concepts of MITK are described in \ref Concepts
\section DevelopmentSetup Setting Up MITK
\li \subpage SupportedPlatformsPage
\li \subpage BuildInstructionsPage
\li \subpage thirdpartylibs
\section DevelopmentGettingToKnow Getting To Know MITK
\li \subpage DirectoryStructurePage
\li \subpage TutorialPage
\section DevelopmentWith Developing With MITK
\li \subpage DICOMTesting
\li \subpage NewPluginPage
\li \subpage StatemachineEditor
\li \subpage mitkExtPointsIndex
\li \subpage KnownProblemsPage
\section DevelopmentContributing Contributing To MITK
\li \subpage DocumentationGuide
\li \subpage StyleGuideAndNotesPage
+\section DevelopmentFurtherInfo Further Information
+
+This section lists some ressources you might want to look at if you could not find what you need in
+the \ref Development or \ref Concepts sections.
+
+We hold regular internal seminars which may or may not have something to do with MITK directly. The slides can be found
+here.
+
+If you have some problems with MITK you might want to take a look at the FAQ.
+
+If the above does not prove sufficient you can contact the Mailinglist.
*/