diff --git a/content/guides/sandstone/_index.md b/content/guides/sandstone/_index.md
index 17b7ff4e977464600c1d4e6afb009ef8b651bcfc..8e7b551ba04c140a930aba3426d4e5ac2b160f5b 100644
--- a/content/guides/sandstone/_index.md
+++ b/content/guides/sandstone/_index.md
@@ -44,5 +44,8 @@ The terminal gives you access to the linux command line on crane, similar to wha
 Slurm assist is a tool to help create and run slurm submit scripts. The first step is to select a base profile from the profile dropdown menu. Options will appear and the directives will automatically appear. The options are editable to better fit to your specific job with more details found in our submitting jobs documentation. After the directives are filled out, you can then add the commands to start your job in the script section. To save the job, select 'save script for later' and save the script in a known location for later.
 {{< figure src="/images/SandstoneSASettings.png" height="300" >}}
 From here, you can also schedule the script recently create, by selecting "Schedule Job". A confirmation will appear with the Job ID and then an instruction on how to view the status of your job.
-{{< figure src="/images/SandstoneJobConf.png" height="300" >}}
-{{< figure src="/images/SandstoneSAStatus.png" height="300" >}}
\ No newline at end of file
+{{< figure src="/images/SandstoneJobConf.png" height="150" >}}
+{{< figure src="/images/SandstoneSAStatus.png" height="300" >}}
+You can view the progress of other jobs from slurm assist by going to the status page. Here you will see the State of the job, its ID, name, group name, runtime, and the start and end times. 
+{{< figure src="/images/SandstoneSAStatusPage.png" height="150" >}}
+{{< figure src="/images/SandstoneSAStatuses.png" height="300" >}}
\ No newline at end of file
diff --git a/static/images/SandstoneSAStatusPage.png b/static/images/SandstoneSAStatusPage.png
new file mode 100644
index 0000000000000000000000000000000000000000..43dbe6aece9a6e6f37681fcf6a68c658eb7aa0b8
Binary files /dev/null and b/static/images/SandstoneSAStatusPage.png differ
diff --git a/static/images/SandstoneSAStatuses.png b/static/images/SandstoneSAStatuses.png
new file mode 100644
index 0000000000000000000000000000000000000000..5640e4ef6879d541e21edda1d8d06b0eadaf17f6
Binary files /dev/null and b/static/images/SandstoneSAStatuses.png differ