diff --git a/source/content/contribute.md b/source/content/contribute.md
index 4a18cd7b57..c8b4974c8e 100644
--- a/source/content/contribute.md
+++ b/source/content/contribute.md
@@ -10,10 +10,11 @@ audience: [--]
product: [--]
integration: [--]
---
-
Become one of our [contributors](/contributors)! Help us create relevant and useful content for developers like yourself. See something you'd like to add or change? We love pull requests!
+
+
Pantheon's documentation is a static site built by [Gatsby](https://www.gatsbyjs.com/docs/glossary/static-site-generator/) from files maintained in a public [GitHub repository](https://github.com/pantheon-systems/documentation).
Get involved by:
diff --git a/source/content/guides/autopilot/03-enable-autopilot.md b/source/content/guides/autopilot/03-enable-autopilot.md
index 312a69e378..931a11d2ae 100644
--- a/source/content/guides/autopilot/03-enable-autopilot.md
+++ b/source/content/guides/autopilot/03-enable-autopilot.md
@@ -16,12 +16,13 @@ audience: [development]
product: [autopilot]
integration: [--]
---
-
## Enable Autopilot
Autopilot can be enabled for individual sites, or in bulk, within each eligible Workspace.
+
+
1. [Switch to the Workspace](/guides/new-dashboard/workspaces#switch-between-workspaces) for the site's Organization to work with Autopilot before you continue.
![Autopilot Overview page shows sites available for Autopilot](../../../images/autopilot/autopilot-sites-overview.png)
diff --git a/source/content/guides/autopilot/04-tests-results.md b/source/content/guides/autopilot/04-tests-results.md
index e7ad9d4d4f..24f9e52090 100644
--- a/source/content/guides/autopilot/04-tests-results.md
+++ b/source/content/guides/autopilot/04-tests-results.md
@@ -16,10 +16,11 @@ audience: [development]
product: [autopilot]
integration: [quicksilver]
---
-
Autopilot updates and visually tests a copy of your site on a [Multidev](/guides/multidev) so it can detect issues before it applies updates to your Dev, Test or Live environment. Autopilot does this by taking before and after screenshots to check for changes. Before screenshots are taken from the Dev environment and After screenshots are taken from the Multidev environment. You also have the option to pull down your site's live content to the Dev environment before taking the Before screenshot so that it is in parity with your Live environment.
+
+
## View Test Results
1. Navigate to your Autopilot **Overview** page and click the VRT results under **Autopilot Sites**. This section displays which sites passed testing and are up to date, as well as sites that need your manual review.
diff --git a/source/content/guides/multidev/01-introduction.md b/source/content/guides/multidev/01-introduction.md
index a6f930ca6e..64d3e58dc5 100644
--- a/source/content/guides/multidev/01-introduction.md
+++ b/source/content/guides/multidev/01-introduction.md
@@ -14,10 +14,11 @@ contributors: [whitneymeredith]
showtoc: true
permalink: docs/guides/multidev
---
-
Multidevs are development environments for teams. A Multidev environment allows a developer to fork the entire stack (code and content), work independently, and then merge the code changes back into the main `master` site. Each forked branch has its own separate development environment, including database and files. Each branch environment can be independently set to use either SFTP or Git mode for code changes.
+
+
Each site has a limit of 10 Multidev environments. Elite sites can request additional Multidev environments [from support](/guides/support/contact-support/) as needed.
Multidev is available for the following accounts:
diff --git a/source/content/guides/multidev/02-create-multidev.md b/source/content/guides/multidev/02-create-multidev.md
index 8a02adc84a..2bea3fb0c8 100644
--- a/source/content/guides/multidev/02-create-multidev.md
+++ b/source/content/guides/multidev/02-create-multidev.md
@@ -14,10 +14,11 @@ contributors: [whitneymeredith]
showtoc: true
permalink: docs/guides/multidev/create-multidev
---
-
This section provides steps on how to create a new Multidev.
+
+
## Create in the Dashboard
You can create a new fork in a Pantheon environment by using the code from the Dev environment.
diff --git a/source/content/guides/multidev/04-clone-content.md b/source/content/guides/multidev/04-clone-content.md
index 1a19e462f7..8317404f81 100644
--- a/source/content/guides/multidev/04-clone-content.md
+++ b/source/content/guides/multidev/04-clone-content.md
@@ -14,9 +14,9 @@ contributors: [whitneymeredith]
showtoc: true
permalink: docs/guides/multidev/clone-content
---
-
This section provides steps on how to clone content in your Multidev.
+
1. Select the environment that will contain the cloned content (files and database).
diff --git a/source/content/guides/multidev/05-edit-multidev.md b/source/content/guides/multidev/05-edit-multidev.md
index 1f2c3343cc..993b85ac58 100644
--- a/source/content/guides/multidev/05-edit-multidev.md
+++ b/source/content/guides/multidev/05-edit-multidev.md
@@ -14,10 +14,11 @@ contributors: [whitneymeredith]
showtoc: true
permalink: docs/guides/multidev/edit-multidev
---
-
This section provides steps on how to make edits, merge code in your Multidev environments, and rename a branch.
+
+
## Edit Code
You can edit your code locally in one of two ways: