diff --git a/content/guides/sandstone/_index.md b/content/guides/sandstone/_index.md
new file mode 100644
index 0000000000000000000000000000000000000000..17b7ff4e977464600c1d4e6afb009ef8b651bcfc
--- /dev/null
+++ b/content/guides/sandstone/_index.md
@@ -0,0 +1,48 @@
++++
+title = "Sandstone"
+description =  "How to use HCC's sandstone environment"
+weight = "45"
++++
+
+
+### Overview
+
+The HCC Sandstone environment is a GUI interface to the Crane cluster featuring a file browser, text editor, web terminal and SLURM script helper,
+
+To login to the Sandstone environment, go to [crane.unl.edu](https://crane.unl.edu) in your web browser and sign in using your HCC Login Info and DUO authentication.
+
+Upon login, you will land at the File Browser.
+
+
+### File Browser
+The file broswer allows you to view, access, and transfer files on Crane. On the left side you will have your available spaces, both your home and work directories. In the upper right, you have buttons to upload files, create a file, and create a directory. 
+
+{{< figure src="/images/SandstonefileBrowserOver.png" height="300" >}}
+
+Clicking on either will change your current directory to either your home or work directory and display your user/group usage and quotas. You can navigate directories by clicking through them. 
+
+{{< figure src="/images/SandstonefileOptions.png" height="300" >}}
+
+Clicking on a file or directory will bring up some options such as the permissions and actions to do such as editing the file, duplicating or moving it, deleting it, and downloading it.  
+
+### Editor
+The editor is a basic text editor that allows you to have multiple files loaded and manipulate the files. A small file explorer is available on the left side to access more files. There are similar actions available for files above the mini file browser. 
+
+{{< figure src="/images/Sandstoneeditor.png" height="300" >}}
+
+Like most text editors, basic functions exist to undo and redo changes, find and replace, and most importantly, to save the file. 
+
+{{< figure src="/images/SandstoneedtiorDropDown.png" height="300" >}}
+
+### Terminal
+
+The terminal gives you access to the linux command line on crane, similar to what you would have if you SSH'd directly into Crane. Once the login and quote screen, you can enter commands and interact as you would with a standard terminal.
+{{< figure src="/images/SandstoneTerminal.png" height="300" >}}
+
+### Slurm Assist
+
+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
diff --git a/static/images/SandstoneJobConf.png b/static/images/SandstoneJobConf.png
new file mode 100644
index 0000000000000000000000000000000000000000..483fb3d33918ffaf2151c6dab8b24cdd2231fe3b
Binary files /dev/null and b/static/images/SandstoneJobConf.png differ
diff --git a/static/images/SandstoneSA.png b/static/images/SandstoneSA.png
new file mode 100644
index 0000000000000000000000000000000000000000..cd3f0eda5cc10d5b11ced1dc3deaf06f13410790
Binary files /dev/null and b/static/images/SandstoneSA.png differ
diff --git a/static/images/SandstoneSASettings.png b/static/images/SandstoneSASettings.png
new file mode 100644
index 0000000000000000000000000000000000000000..2d59dbd693a3cb8f1e37b7516d0d4028471e994c
Binary files /dev/null and b/static/images/SandstoneSASettings.png differ
diff --git a/static/images/SandstoneSAStatus.png b/static/images/SandstoneSAStatus.png
new file mode 100644
index 0000000000000000000000000000000000000000..57211ea430fd0c59a36e8613a76c0ba92aed5248
Binary files /dev/null and b/static/images/SandstoneSAStatus.png differ
diff --git a/static/images/SandstoneTerminal.png b/static/images/SandstoneTerminal.png
new file mode 100644
index 0000000000000000000000000000000000000000..c60f62a3068c10bcd99a17ea532b205801562f33
Binary files /dev/null and b/static/images/SandstoneTerminal.png differ
diff --git a/static/images/Sandstoneeditor.png b/static/images/Sandstoneeditor.png
new file mode 100644
index 0000000000000000000000000000000000000000..253f92c78072073598c4747d13112da3f452bf0a
Binary files /dev/null and b/static/images/Sandstoneeditor.png differ
diff --git a/static/images/SandstoneedtiorDropDown.png b/static/images/SandstoneedtiorDropDown.png
new file mode 100644
index 0000000000000000000000000000000000000000..6f756e60edc662819e7064b51901876b046d8136
Binary files /dev/null and b/static/images/SandstoneedtiorDropDown.png differ
diff --git a/static/images/SandstonefileBrowserOver.png b/static/images/SandstonefileBrowserOver.png
new file mode 100644
index 0000000000000000000000000000000000000000..d744a54e67515a6f3f0065d0e9ac812d3c8ae8c2
Binary files /dev/null and b/static/images/SandstonefileBrowserOver.png differ
diff --git a/static/images/SandstonefileOptions.png b/static/images/SandstonefileOptions.png
new file mode 100644
index 0000000000000000000000000000000000000000..0cbf6dbd7479c1b6443907b4a08435b85ce9f5d4
Binary files /dev/null and b/static/images/SandstonefileOptions.png differ