diff --git a/docs.it4i/general/karolina-slurm.md b/docs.it4i/general/karolina-slurm.md
index 34261ec0c636f51e03eebb62fac5bf0a871f8ee8..60fd828ec9614f1ffbea96bfe08899ec13f605cd 100644
--- a/docs.it4i/general/karolina-slurm.md
+++ b/docs.it4i/general/karolina-slurm.md
@@ -67,6 +67,18 @@ There is no need to specify the number of cores and memory size, on the contrary
 ...
 ```
 
+To allocate more GPUs use `--gpus` option.
+
+```console
+#SBATCH --gpus 4
+```
+
+To allocate whole GPU accelerated node use `--exclusive` option
+
+```console
+#SBATCH --exclusive
+```
+
 ## Using Fat Queue
 
 Access [data analytics aka fat node][6].
@@ -90,7 +102,6 @@ To allocate whole fat node use `--exclusive` option
 
 ```console
 #SBATCH --exclusive
-...
 ```
 
 ## Using Viz Queue