diff --git a/shipped-bootstrap-spark/src/posts/files/shipped-bootstrap-spark/1.md b/shipped-bootstrap-spark/src/posts/files/shipped-bootstrap-spark/1.md
index 8d04ca1..ae27a68 100644
--- a/shipped-bootstrap-spark/src/posts/files/shipped-bootstrap-spark/1.md
+++ b/shipped-bootstrap-spark/src/posts/files/shipped-bootstrap-spark/1.md
@@ -14,8 +14,7 @@ You will learn how to:
## Prerequisites
-- Using Shipped the First Time
-- Managing Projects
+
- Managing Services
@@ -34,5 +33,12 @@ You can open these references in a separate tab and refer to them during this La
## To Bootstrap a project with Spark
+1. Create a project.
+2. From the **API** tab, choose the Spark buildpack.
+
+
+ ![](posts/files/shipped-bootstrap-spark/assets/add-spark-api.png)
+
+3. Continue building your application as normal.
diff --git a/shipped-bootstrap-spark/src/posts/files/shipped-bootstrap-spark/assets/add-spark-api.png b/shipped-bootstrap-spark/src/posts/files/shipped-bootstrap-spark/assets/add-spark-api.png
new file mode 100644
index 0000000..18a4518
Binary files /dev/null and b/shipped-bootstrap-spark/src/posts/files/shipped-bootstrap-spark/assets/add-spark-api.png differ
diff --git a/shipped-first-time/src/posts/files/shipped-first-time/1.md b/shipped-first-time/src/posts/files/shipped-first-time/1.md
index 6221fdd..b295383 100644
--- a/shipped-first-time/src/posts/files/shipped-first-time/1.md
+++ b/shipped-first-time/src/posts/files/shipped-first-time/1.md
@@ -37,6 +37,7 @@ You can open these references in a separate tab and refer to them during this La
1. In a browser, go to https://ciscoshipped.io and sign up.
You can use Shipped with any modern browser, but for optimal results, Chrome is recommended.
+
![](posts/files/shipped-first-time/assets/sign-up-github.png)
diff --git a/shipped-manage-services/src/posts/files/shipped-manage-services/2.md b/shipped-manage-services/src/posts/files/shipped-manage-services/2.md
index c8fb93e..eaee0b8 100644
--- a/shipped-manage-services/src/posts/files/shipped-manage-services/2.md
+++ b/shipped-manage-services/src/posts/files/shipped-manage-services/2.md
@@ -8,7 +8,7 @@ Check the service to ensure the GitHub repository has been set up correctly and
## Check the Service using the UI
-
+Shipped automatically checks to see if the service is ready. If ready, a success message appears. If not, instructions on what to do next are shown.
diff --git a/shipped-manage-services/src/posts/files/shipped-manage-services/3.md b/shipped-manage-services/src/posts/files/shipped-manage-services/3.md
index fa776e8..7a235ff 100644
--- a/shipped-manage-services/src/posts/files/shipped-manage-services/3.md
+++ b/shipped-manage-services/src/posts/files/shipped-manage-services/3.md
@@ -8,7 +8,7 @@ Repair a service when it can't be bootstrapped.
## Repair the Service using the UI
-
+If your service needs repair, instructions automatically appear on the page. Simply follow the instructions given for your operating system.
diff --git a/shipped-manage-services/src/posts/files/shipped-manage-services/4.md b/shipped-manage-services/src/posts/files/shipped-manage-services/4.md
index b5fc27d..acbcca5 100644
--- a/shipped-manage-services/src/posts/files/shipped-manage-services/4.md
+++ b/shipped-manage-services/src/posts/files/shipped-manage-services/4.md
@@ -9,7 +9,7 @@ After making changes to the repository, you can update service information, such
1. Select your project.
- The Compose Your Project page opens.
+ The **Compose Your Project** page opens.
2. Select the **Add an existing repository** tab.
diff --git a/shipped-manage-services/src/posts/files/shipped-manage-services/6.md b/shipped-manage-services/src/posts/files/shipped-manage-services/6.md
index a823945..1df278a 100644
--- a/shipped-manage-services/src/posts/files/shipped-manage-services/6.md
+++ b/shipped-manage-services/src/posts/files/shipped-manage-services/6.md
@@ -12,15 +12,16 @@ Deleting a service is permanent and can't be undone.
1. Select your project.
- The Compose Your Project page opens.
+ The **Compose Your Project** page opens.
2. Select the **Add an existing repository** tab.
The list of services appear.
-3. Click the X next to the service you want to delete.
+3. Click the **X** next to the service you want to delete.
+![](posts/files/shipped-manage-services/assets/pr-del.png)
The service is now removed..
diff --git a/shipped-manage-services/src/posts/files/shipped-manage-services/assets/pr-del.png b/shipped-manage-services/src/posts/files/shipped-manage-services/assets/pr-del.png
new file mode 100644
index 0000000..b3e2176
Binary files /dev/null and b/shipped-manage-services/src/posts/files/shipped-manage-services/assets/pr-del.png differ
diff --git a/shipped-manage-users/src/posts/files/shipped-manage-users/1.md b/shipped-manage-users/src/posts/files/shipped-manage-users/1.md
index e9ef6e2..098f3d8 100644
--- a/shipped-manage-users/src/posts/files/shipped-manage-users/1.md
+++ b/shipped-manage-users/src/posts/files/shipped-manage-users/1.md
@@ -17,12 +17,7 @@ You will learn how to:
##Prerequisites
- You must have built and deployed a project.
-- Managing Projects
-- Bootstrap a Project
-- Managing Environments
-- Managing Services
-- Building a Project
-- Deploying a Project
+
##References
diff --git a/shipped-manage-users/src/posts/files/shipped-manage-users/assets/usr-settings.png b/shipped-manage-users/src/posts/files/shipped-manage-users/assets/usr-settings.png
new file mode 100644
index 0000000..2007316
Binary files /dev/null and b/shipped-manage-users/src/posts/files/shipped-manage-users/assets/usr-settings.png differ