diff --git a/docs/userguide/configuring.rst b/docs/userguide/configuring.rst
index f3fe5cc407..3933695eb3 100644
--- a/docs/userguide/configuring.rst
+++ b/docs/userguide/configuring.rst
@@ -542,6 +542,9 @@ Perlmutter (NERSC)
------------------
NERSC provides documentation on `how to use Parsl on Perlmutter `_.
+Perlmutter is a Slurm based HPC system and parsl uses `parsl.providers.SlurmProvider` with `parsl.launchers.SrunLauncher`
+to launch tasks onto this machine.
+
Frontera (TACC)
---------------
@@ -599,6 +602,8 @@ Polaris (ALCF)
:width: 75%
ALCF provides documentation on `how to use Parsl on Polaris `_.
+Polaris uses `parsl.providers.PBSProProvider` and `parsl.launchers.MpiExecLauncher` to launch tasks onto the HPC system.
+
Stampede2 (TACC)