diff --git a/README.rst b/README.rst
index 37b6b6e..4902ee3 100644
--- a/README.rst
+++ b/README.rst
@@ -52,6 +52,19 @@ To get community support, go to the official discussion forums: https://discuss.
.. _readme_support_end:
+.. _whats_tutor_start:
+
+What is Tutor?
+--------------
+
+Tutor was presented at the 2019 Open edX conference in San Diego, CA. Here's the 7-minute talk (`slides `_):
+
+.. raw:: html
+
+
+
+.. _whats_tutor_end:
+
.. _readme_contributing_start:
Contributing
diff --git a/docs/intro.rst b/docs/intro.rst
index 0f4d786..bac2dfe 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -12,6 +12,10 @@ Tutor simplifies the deployment of Open edX by:
Because Docker containers are becoming an industry-wide standard, that means that with Tutor it becomes possible to run Open edX anywhere: for now, Tutor supports deploying on a local server, with `docker-compose `_, and in a large cluster, with `Kubernetes `_. But in the future, Tutor may support other deployment platforms.
+.. include:: ../README.rst
+ :start-after: _whats_tutor_start:
+ :end-before: _whats_tutor_end:
+
How does Tutor work?
--------------------