diff --git a/content/docs/04.workflow-components/01.tasks/02.scripts/index.md b/content/docs/04.workflow-components/01.tasks/02.scripts/index.md
index 5d5b93ffd9..d226df50cb 100644
--- a/content/docs/04.workflow-components/01.tasks/02.scripts/index.md
+++ b/content/docs/04.workflow-components/01.tasks/02.scripts/index.md
@@ -7,6 +7,12 @@ Kestra is language agnostic. Write your business logic in any language.
You can orchestrate custom business logic written in `Python`, `R`, `Julia`, `Ruby`, `Node.js`, `Powershell` and `Shell` scripts, and you can also build custom plugins in Java.
+
+
+
+
+---
+
By default, these tasks run in individual Docker containers (taskRunner type: `io.kestra.plugin.scripts.runner.docker.Docker`). You can overwrite that default behavior if you prefer that your scripts run in a local process (taskRunner type: `io.kestra.plugin.core.runner.Process`) instead.
If you use a [commercial version of Kestra](../../../06.enterprise/index.md), you can also run your scripts on [dedicated remote workers](../../../06.enterprise/worker-group.md) by specifying a `workerGroup` property or using other [Task Runner types](../../../task-runners/04.types/index.md) for AWS, GCP, Azure and Kubernetes.