diff --git a/docs/creating-a-benchmark.md b/docs/creating-a-benchmark.md
index 8e5282610e654f829c93b9aa37024223792fd824..fe16672f20890ad020915fc85f15ec5bc30a0a93 100644
--- a/docs/creating-a-benchmark.md
+++ b/docs/creating-a-benchmark.md
@@ -1,3 +1,9 @@
+
+# Defining a Benchmark
+
+Please note that to simply run a benchmark, it is not required to define one. Theodolite comes with a set of benchmarks, which are ready to be executed. See the Benchmarks and Executions docs page to learn more about our distinction between benchmarks and executions.
+
+
 * Create a benchmark for operator mode
 * Create a benchmark for standalone mode
 * Deploy a benchmark
@@ -12,6 +18,8 @@
 
 
 
+
+
 ## Creating a benchmark for standalone mode
 
 Creating a benchmark in standalone mode is similar to operator mode. However,
diff --git a/docs/running-benchmarks.md b/docs/running-benchmarks.md
index 1d6792a310cadb0229e5253957c660e0096d914f..3cb8e30aa916352d1dcfeb62701c5df660cb9026 100644
--- a/docs/running-benchmarks.md
+++ b/docs/running-benchmarks.md
@@ -20,7 +20,7 @@ automatically one after another.
 
 ## Running Benchmarks with the Theodolite Operator
 
-The general process for running Theodolite benchmarks in standalone mode is as follows:
+The general process for running Theodolite benchmarks in operator mode is as follows:
 
 1. Create and deploy a new `Benchmark` resource or deploy one of the already existing ones.
 2. Define your benchmark execution as an `Execution` resource and deploy it.