diff --git a/docs/source/_static/examples/original_points.png b/docs/source/_static/examples/original_points.png
new file mode 100644
index 0000000000000000000000000000000000000000..d66fdf3858ba8318b35aeb48f8f78c1ede675665
Binary files /dev/null and b/docs/source/_static/examples/original_points.png differ
diff --git a/docs/source/_static/examples/rf_no_red.png b/docs/source/_static/examples/rf_no_red.png
new file mode 100644
index 0000000000000000000000000000000000000000..f48c9f29756c34aeb9fdcf7e8a707eb02960294f
Binary files /dev/null and b/docs/source/_static/examples/rf_no_red.png differ
diff --git a/docs/source/_static/examples/rf_red.png b/docs/source/_static/examples/rf_red.png
new file mode 100644
index 0000000000000000000000000000000000000000..5089ba42f3ddd26ffd180e4489b3116fda8cd6eb
Binary files /dev/null and b/docs/source/_static/examples/rf_red.png differ
diff --git a/docs/source/examples.md b/docs/source/examples.md
new file mode 100644
index 0000000000000000000000000000000000000000..b04b0066d0ec07eac96e8b2ce6304554dc495b81
--- /dev/null
+++ b/docs/source/examples.md
@@ -0,0 +1,42 @@
+# Examples
+
+## Mapping Cameroon forest types with Sentinel 2 data
+
+
+The goal in this example is to map different forest types using multispectral Sentinel 2 data.
+
+```{image} ./_static/examples/original_points.png
+:alt: Original image with GT points
+:class: centered-image
+:width: 600px
+:align: center
+```
+
+Example table (temp)
+
+| Left         | Centered         | Right                      |
+| :----------- | :--------------: | -------------------------: |
+| This is left | Text is centered | And this is right-aligned  |
+| More text    | Even more text   | And even more to the right |
+
+
+```{image} ./_static/examples/rf_no_red.png
+:alt: Random Forest inference without dimension reduction
+:class: centered-image
+:width: 600px
+:align: center
+```
+
+```{image} ./_static/examples/rf_red.png
+:alt: Random Forest inference with dimension reduction
+:class: centered-image
+:width: 600px
+:align: center
+```
+
+
+## Mapping Bamboo forests in Thailand
+
+
+
+## Mapping Land Cover in La Réunion
diff --git a/docs/source/index.rst b/docs/source/index.rst
index c450baf9c7ff30b6e7db993357c9fe77575abc3d..f4c98b4abedd495e929db8e35906678189a8fb19 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -18,6 +18,7 @@ Indices and tables
 
    installation
    tools
+   examples
    tutorials
    faq
    issues