diff --git a/pages/merlin7/03-Slurm-General-Documentation/slurm-configuration.md b/pages/merlin7/03-Slurm-General-Documentation/slurm-configuration.md
index 12b03ae..44def4d 100644
--- a/pages/merlin7/03-Slurm-General-Documentation/slurm-configuration.md
+++ b/pages/merlin7/03-Slurm-General-Documentation/slurm-configuration.md
@@ -10,6 +10,36 @@ permalink: /merlin7/slurm-configuration.html
This documentation shows basic Slurm configuration and options needed to run jobs in the Merlin7 cluster.
+## Public partitions configuration summary
+
+### CPU public partitions
+
+| PartitionName | DefaultTime | MaxTime | Priority | Account | Per Job Limits | Per User Limits |
+| -----------------: | -----------: | ----------: | -------: | ---------------: | -----------------: | -----------------: |
+| **general** | 1-00:00:00 | 7-00:00:00 | Low | merlin | cpu=1024,mem=1920G | cpu=1024,mem=1920G |
+| **daily** | 0-01:00:00 | 1-00:00:00 | Medium | merlin | cpu=1024,mem=1920G | cpu=2048,mem=3840G |
+| **hourly** | 0-00:30:00 | 0-01:00:00 | High | merlin | cpu=2048,mem=3840G | cpu=8192,mem=15T |
+
+### GPU public partitions
+
+#### A100 nodes
+
+| PartitionName | DefaultTime | MaxTime | Priority | Account | Per Job Limits | Per User Limits |
+| -------------------: | -----------: | ----------: | ---------: | -------------: | -------------------------------: | -------------------------------: |
+| **a100-general** | 1-00:00:00 | 7-00:00:00 | Low | merlin | gres/gpu=4 | gres/gpu=8 |
+| **a100-daily** | 0-01:00:00 | 1-00:00:00 | Medium | merlin | gres/gpu=8 | gres/gpu=16 |
+| **a100-hourly** | 0-00:30:00 | 0-01:00:00 | High | merlin | gres/gpu=8 | gres/gpu=16 |
+| **a100-interactive** | 0-01:00:00 | 0-12:00:00 | Very High | merlin | cpu=16,gres/gpu=1,mem=60G,node=1 | cpu=16,gres/gpu=1,mem=60G,node=1 |
+
+#### Grace-Hopper nodes
+
+| PartitionName | DefaultTime | MaxTime | Priority | Account | Per Job Limits | Per User Limits |
+| -------------------: | -----------: | ----------: | ---------: | -------------: | -------------------------------: | -------------------------------: |
+| **gh-general** | 1-00:00:00 | 7-00:00:00 | Low | merlin | gres/gpu=4 | gres/gpu=8 |
+| **gh-daily** | 0-01:00:00 | 1-00:00:00 | Medium | merlin | gres/gpu=8 | gres/gpu=16 |
+| **gh-hourly** | 0-00:30:00 | 0-01:00:00 | High | merlin | gres/gpu=8 | gres/gpu=16 |
+| **gh-interactive** | 0-01:00:00 | 0-12:00:00 | Very High | merlin | cpu=16,gres/gpu=1,mem=46G,node=1 | cpu=16,gres/gpu=1,mem=46G,node=1 |
+
## CPU cluster: merlin7
**By default, jobs will be submitted to `merlin7`**, as it is the primary cluster configured on the login nodes.