diff --git a/docs/source/examples.rst b/docs/source/examples.rst
index ea269495bfc449176102d26372602acc83a83d92..51185a8764eeec9c0976e20bb3a501202161ef77 100644
--- a/docs/source/examples.rst
+++ b/docs/source/examples.rst
@@ -1,9 +1,10 @@
 Examples
 ========
 
-This section describes three examples. The first example deals with a microgrid system design problem and illustrates the basic features of GBOML.
+This section is divided in two parts. The first part is dedicated to three examples. The first example deals with a microgrid system design problem and illustrates the basic features of GBOML.
 The second example is more sophisticated and focuses on a remote carbon-neutral fuel supply chain planning problem.
 Finally, the third example is based on a hypothetical problem and illustrates the Python API.
+The second part provides a list of reference papers and models that use GBOML.
 
 .. toctree::
    :maxdepth: 3
@@ -11,3 +12,5 @@ Finally, the third example is based on a hypothetical problem and illustrates th
    ./microgrid_example.rst
    ./remote_hub_example.rst
    ./python_api_example.rst
+   ./references.rst
+
diff --git a/docs/source/references.rst b/docs/source/references.rst
new file mode 100644
index 0000000000000000000000000000000000000000..35766c9fb23e237949768df374305af7aad623a2
--- /dev/null
+++ b/docs/source/references.rst
@@ -0,0 +1,10 @@
+Models and papers that use on GBOML
+===================================
+
+* Berger et al. 2021, Remote Renewable Hubs for Carbon-Neutral Synthetic Fuel Production, https://www.frontiersin.org/articles/10.3389/fenrg.2021.671279/full . The model can be found at : https://gitlab.uliege.be/smart_grids/public/gboml/-/tree/master/examples/remote_energy_supply_chain .
+
+* Cauz et al. 2023, Reinforcement Learning for Joint Design and Control of Battery-PV Systems, https://arxiv.org/pdf/2307.04244.pdf .
+
+* Dachet et al. 2023, Towards CO2 valorization in a multi remote renewable energy hub framework, https://arxiv.org/pdf/2303.09454.pdf . The model can be found at : https://gitlab.uliege.be/smart_grids/public/gboml/-/tree/master/examples/towards_co2_valorization .
+
+* Fonder et al. 2023, Synthetic methane for closing the carbon loop: Comparative study of three carbon sources for remote carbon-neutral fuel synthetization, https://arxiv.org/pdf/2310.01964.pdf . The model can be found at : https://gitlab.uliege.be/smart_grids/public/gboml/-/tree/master/examples/synthetic_methane_morocco/gboml_models .
\ No newline at end of file