diff --git a/docs.it4i/general/slurm-job-submission-and-execution.md b/docs.it4i/general/slurm-job-submission-and-execution.md
index 67d19e2959759690500b311a1ed1a1b5110f03f0..49f901d45f978065472ffc8870b90831dfdf9205 100644
--- a/docs.it4i/general/slurm-job-submission-and-execution.md
+++ b/docs.it4i/general/slurm-job-submission-and-execution.md
@@ -130,6 +130,10 @@ Submit directory will be used as working directory for submitted job,
 so there is no need to change directory in the job script.
 Alternatively you can specify job working directory using the sbatch `--chdir` (or shortly `-D`) option.
 
+### Srun Over mpirun
+
+While `mpirun` can be used to run parallel jobs on our Slurm-managed clusters, we recommend using `srun` for better integration with Slurm's scheduling and resource management. `srun` ensures more efficient job execution and resource control by leveraging Slurm’s features directly, and it simplifies the process by reducing the need for additional configurations often required with `mpirun`.
+
 ### Job Submit
 
 Submit batch job: