diff --git a/entity/Forecast_entity/Forecast_entity.aod b/entity/Forecast_entity/Forecast_entity.aod
index f261ba72391e70de0ffa8503885fca03c7f22c18..a5c73b1a75aa41e320facf53297e069eb7e4ad1a 100644
--- a/entity/Forecast_entity/Forecast_entity.aod
+++ b/entity/Forecast_entity/Forecast_entity.aod
@@ -2,6 +2,7 @@
 <entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.11" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.11">
   <name>Forecast_entity</name>
   <majorModelMode>DISTRIBUTED</majorModelMode>
+  <documentation>%aditoprj%/entity/Forecast_entity/documentation.adoc</documentation>
   <title>${FORECAST_ENGLISH}</title>
   <titlePlural>Forecasts</titlePlural>
   <recordContainer>db</recordContainer>
diff --git a/entity/Forecast_entity/documentation.adoc b/entity/Forecast_entity/documentation.adoc
new file mode 100644
index 0000000000000000000000000000000000000000..efaa7da0a9ecf6f5767b3b4e576a244840b4dee0
--- /dev/null
+++ b/entity/Forecast_entity/documentation.adoc
@@ -0,0 +1,3 @@
+= Forecast_entity
+
+Entity to maintain the forecast. Used in the sales project and displayed in charts
\ No newline at end of file