```
diff --git a/docs/source/index.md b/docs/source/index.md
index fd31a67b7..a0737b565 100644
--- a/docs/source/index.md
+++ b/docs/source/index.md
@@ -109,6 +109,21 @@ For a complete introduction to optimization in estimagic, check out the
+
```
@@ -122,6 +137,9 @@ getting_started/index
how_to_guides/index
explanations/index
reference_guides/index
+development/index
+videos
+algorithms
```
## Highlights
@@ -163,15 +181,6 @@ reference_guides/index
**Useful links for search:** {ref}`genindex` | {ref}`modindex` | {ref}`search`
-```{toctree}
----
-hidden: true
-maxdepth: 1
----
-development/index
-algorithms
-```
-
[how to do multistart]: how_to_guides/optimization/how_to_do_multistart_optimizations
[how to use logging]: how_to_guides/optimization/how_to_use_logging
[msm tutorial]: getting_started/estimation/first_msm_estimation_with_estimagic
diff --git a/docs/source/videos.md b/docs/source/videos.md
new file mode 100644
index 000000000..bb73e9606
--- /dev/null
+++ b/docs/source/videos.md
@@ -0,0 +1,87 @@
+(list_of_videos)=
+
+# Videos
+
+Check out our tutorials, talks and screencasts about estimagic.
+
+## Talks and tutorials
+
+### EuroSciPy 2023 (Talk)
+
+```{raw} html
+
+```
+
+### EuroSciPy 2023 (Tutorial)
+
+```{raw} html
+
+```
+
+### SciPy 2022 (Tutorial)
+
+```{raw} html
+
+```
+
+## Screencasts
+
+The screencasts are part of the course _Effective Programming Practices for Economists_,
+taught at the University of Bonn by
+[Hans-Martin von Gaudecker](https://www.wiwi.uni-bonn.de/gaudecker/), and previously
+also [Janoś Gabler](https://github.com/janosg). You can find all screencasts of the
+course on the
+[course webite](https://effective-programming-practices.vercel.app/landing-page.html).
+Here, we show the screencasts about numerical optimization and estimagic.
+
+### Introduction to numerical optimization
+
+```{raw} html
+
+```
+
+### Using estimagic’s minimize and maximize
+
+```{raw} html
+
+```
+
+### Visualizing optimizer histories
+
+```{raw} html
+
+```
+
+### Choosing optimization algorithms
+
+```{raw} html
+
+```