diff --git a/README.md b/README.md
index 21fb890ca2a9135a9fdc41532f6896494158f2af..c0814f55c007869a3ff3969fb88051cc5ebbe5c8 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,26 @@ The following information has to be provided:
   - information regarding forcing data (eg. Link)
 
 
+## Provide simulation specific information
+
+For us to start working on the processing / CMORisation of your simulations, we require some simulation specific information:
+- Where to find the simulation specific model output on disk?
+- What [experiment](#RegisterExperiment) was simulated? What `variant_label` (eg. member id) should be given to that simulation (eg. r1i1p1f1).
+- Branch information, references and variant_info (initialisation, forcing and general realisation or simulation specific information to be added to the netCDF metadata of the CMORised files). 
+- etc.
+
+This information can be provided via a GoogleSpreadsheet: [LINK](https://docs.google.com/spreadsheets/d/10WIxv98KMEIFQXSCVnesfly5u9ymsJW72u_WUamlJq8/edit?usp=sharing)
+Please request editing access for this GoogleSpreadsheet, select your model ...
+
+![SimulationSpreadsheet](docs/source/SimulationISpreadsheet.png)
+
+... and fill in the required information for each simulation. Please use already added simulations as example.
+
+![SimulationModelingGroups](docs/source/SimulationISpreadsheet_ModelingGroups.png)
+
+Please notify us in your [Register a new experiment](#RegisterExperiment) GitLab Issue when you added all simulation specific information or assistance is required.
+
+
 # CMOR tables - variable metadata
 
 Initially, the Palmod2 variable list has been put together in form of an excel document. Out of this document, the CMOR tables have been created, holding all necessary information of the variable metadata to be written to the data files by CMOR or a similar program.
diff --git a/docs/source/SimulationSpreadsheet.png b/docs/source/SimulationSpreadsheet.png
new file mode 100644
index 0000000000000000000000000000000000000000..3a2a641fead5c5a6485b831c7a169e81e123e088
Binary files /dev/null and b/docs/source/SimulationSpreadsheet.png differ
diff --git a/docs/source/SimulationSpreadsheet_ModelingGroups.png b/docs/source/SimulationSpreadsheet_ModelingGroups.png
new file mode 100644
index 0000000000000000000000000000000000000000..c37601e7474000d8a260feba4eff6604c904b4d9
Binary files /dev/null and b/docs/source/SimulationSpreadsheet_ModelingGroups.png differ