diff --git a/website/docs/registry/images/registry-issue.png b/website/docs/registry/images/registry-issue.png
new file mode 100644
index 000000000..6d7c5fff6
Binary files /dev/null and b/website/docs/registry/images/registry-issue.png differ
diff --git a/website/docs/registry/images/registry1.png b/website/docs/registry/images/registry1.png
new file mode 100644
index 000000000..3bae1463c
Binary files /dev/null and b/website/docs/registry/images/registry1.png differ
diff --git a/website/docs/registry/images/registry2.png b/website/docs/registry/images/registry2.png
new file mode 100644
index 000000000..e1e56f034
Binary files /dev/null and b/website/docs/registry/images/registry2.png differ
diff --git a/website/docs/registry/images/user-account.png b/website/docs/registry/images/user-account.png
new file mode 100644
index 000000000..06d4cfabe
Binary files /dev/null and b/website/docs/registry/images/user-account.png differ
diff --git a/website/docs/registry/index.html.md b/website/docs/registry/index.html.md
index ac7e942bd..889f66067 100644
--- a/website/docs/registry/index.html.md
+++ b/website/docs/registry/index.html.md
@@ -3,25 +3,33 @@ layout: "registry"
page_title: "Terraform Registry"
sidebar_current: "docs-registry-home"
description: |-
- The Terraform Registry is a repository of modules written by the Terraform community.
+ The Terraform Registry is a repository of providers and modules written by the Terraform community.
---
# Terraform Registry
-The [Terraform Registry](https://registry.terraform.io) is a repository
-of modules written by the Terraform community. The registry can
-help you get started with Terraform more quickly, see examples of how
-Terraform is written, and find pre-made modules for infrastructure components
-you require.
+The [Terraform Registry](https://registry.terraform.io) is an interactive resource for discovering a wide selection of integrations (Providers) and configuration packages (Modules) for use with Terraform. The Registry includes solutions developed by HashiCorp, Third-party vendors, and those created by our Terraform community. The Registry aims to connect our users with solutions, and to help new users get started with Terraform more quickly, by sharing examples of how Terraform is written, and find pre-made modules for infrastructure components you require.
-The Terraform Registry is integrated directly into Terraform to make
-consuming modules easy. See [the usage information](/docs/registry/modules/use.html#using-modules).
+![screenshot: terraform registry landing page](./images/registry1.png)
-You can also publish your own modules on the Terraform Registry. You may
-use the [public registry](https://registry.terraform.io) for public modules.
-For private modules, you can use a [Private Registry](/docs/registry/private.html),
-or [reference repositories and other sources directly](/docs/modules/sources.html).
-Some features are available only for registry modules, such as versioning
-and documentation generation.
+The Terraform Registry is integrated [directly into Terraform](https://www.terraform.io/docs/configuration/providers.html) to make consuming Providers and modules easy. Anyone can publish both Providers and Modules on the Registry – you may use the [Public Registry](https://registry.terraform.io) for viewing and publishing public providers and modules; For private modules, you can use a [Private Registry](https://www.terraform.io/docs/registry/private.html), or [reference repositories and other sources directly](https://www.terraform.io/docs/modules/sources.html).
Use the navigation to the left to learn more about using the registry.
+
+## Navigating the Registry
+
+As the Terraform Ecosystem continues to grow, the Registry is designed to make it easy to discover and search through integrations and solutions across dozens of categories. Select a Provider or Module card to learn more, use filters to select the tier (see tiers), or use the search at the top of the Registry to find what you’re looking for. Note that search supports keyboard navigation:
+
+![screenshot: terraform registry browse](./images/registry2.png)
+
+## User Account
+
+Anyone interested in publishing a Provider or Module can create an account and sign in to the Terraform Registry using a GitHub account. Choose Sign-in, and follow the login prompts. Once you have authorized the use of your GitHub account and are signed in, you are able to publish both Providers and Modules, directly from one of the Repositories you manage. To learn more, see [Publishing to the Registry](https://www.terraform.io/docs/registry/providers/publishing.html).
+
+![screenshot: terraform registry sign in](./images/user-account.png)
+
+## Getting Help
+
+We welcome any feedback you have throughout the process and encourage you to reach out if you have any questions or issues with the Terraform Registry by sending us an [email](mailto:terraform-registry-beta@hashicorp.com). The providers and modules in The Terraform Registry are published and maintained either directly by HashiCorp, by trusted HashiCorp partners and the Terraform Community ([see tiers & namespaces](./providers/overview.html#provider-tiers-amp-namespaces)). If you run into issues or have additional contributions to make to a provider or module, you can submit a GitHub issue by selecting the "Report an issue" link on the detail view:
+
+![Provider report issue link](./images/registry-issue.png)
diff --git a/website/docs/registry/modules/images/registry-verified.png b/website/docs/registry/modules/images/registry-verified.png
new file mode 100644
index 000000000..806eb71ac
Binary files /dev/null and b/website/docs/registry/modules/images/registry-verified.png differ
diff --git a/website/docs/registry/modules/verified.html.md b/website/docs/registry/modules/verified.html.md
index 90dacdf8c..357770f98 100644
--- a/website/docs/registry/modules/verified.html.md
+++ b/website/docs/registry/modules/verified.html.md
@@ -8,25 +8,19 @@ description: |-
# Verified Modules
-Verified modules are reviewed by HashiCorp and actively maintained by
-contributors to stay up-to-date and compatible with both Terraform and
-their respective providers.
+Verified modules are reviewed by HashiCorp and actively maintained by contributors to stay up-to-date and compatible with both Terraform and their respective providers.
-The blue verification badge appears next to modules that are verified.
+The verified badge appears next to modules that are published by a verified source.
-![Verified module listing](/assets/images/docs/registry-verified.png)
+![Verified module listing](./images/registry-verified.png)
-Verified modules are expected to be actively maintained by the Cloud providers.
+Verified modules are expected to be actively maintained by HashiCorp partners.
The verified badge isn’t indicative of flexibility or feature support; very
simple modules can be verified just because they're great examples of modules.
Likewise, an unverified module could be extremely high quality and actively
maintained. An unverified module shouldn't be assumed to be poor quality, it
only means it hasn't been created by a HashiCorp partner.
-Module verification is currently a manual process restricted to a small group
-of trusted HashiCorp partners. In the coming months, we'll be expanding
-verification to enable the broader community to verify their modules.
-
When [using registry modules](/docs/registry/modules/use.html), there is no
difference between a verified and unverified module; they are used the same
way.
diff --git a/website/docs/registry/providers/images/archived-tier.png b/website/docs/registry/providers/images/archived-tier.png
new file mode 100644
index 000000000..2849da327
Binary files /dev/null and b/website/docs/registry/providers/images/archived-tier.png differ
diff --git a/website/docs/registry/providers/images/community-tier.png b/website/docs/registry/providers/images/community-tier.png
new file mode 100644
index 000000000..fe5d10006
Binary files /dev/null and b/website/docs/registry/providers/images/community-tier.png differ
diff --git a/website/docs/registry/providers/images/github-oauth-permissions.png b/website/docs/registry/providers/images/github-oauth-permissions.png
new file mode 100644
index 000000000..279ac4cf4
Binary files /dev/null and b/website/docs/registry/providers/images/github-oauth-permissions.png differ
diff --git a/website/docs/registry/providers/images/official-tier.png b/website/docs/registry/providers/images/official-tier.png
new file mode 100644
index 000000000..0110f8f4f
Binary files /dev/null and b/website/docs/registry/providers/images/official-tier.png differ
diff --git a/website/docs/registry/providers/images/publishing.png b/website/docs/registry/providers/images/publishing.png
new file mode 100644
index 000000000..df1786b66
Binary files /dev/null and b/website/docs/registry/providers/images/publishing.png differ
diff --git a/website/docs/registry/providers/images/verified-tier.png b/website/docs/registry/providers/images/verified-tier.png
new file mode 100644
index 000000000..201e243f5
Binary files /dev/null and b/website/docs/registry/providers/images/verified-tier.png differ
diff --git a/website/docs/registry/providers/os-arch.md b/website/docs/registry/providers/os-arch.md
index e44c287e9..6aa180ec3 100644
--- a/website/docs/registry/providers/os-arch.md
+++ b/website/docs/registry/providers/os-arch.md
@@ -8,8 +8,6 @@ description: |-
# Recommended Provider Binary Operating Systems and Architectures
--> __Publishing Beta__
Welcome! Thanks for your interest participating in our Providers in the Registry beta! Paired with Terraform 0.13, our vision is to make it easier than ever to discover, distribute, and maintain your provider(s). We welcome any feedback you have throughout the process and encourage you to reach out if you have any questions or issues by emailing terraform-registry-beta@hashicorp.com.
-
We recommend the following operating system / architecture combinations for compiled binaries available in the registry (this list is already satisfied by our [recommended **.goreleaser.yml** configuration file](https://github.com/hashicorp/terraform-provider-scaffolding/blob/master/.goreleaser.yml)):
* Darwin / AMD64
diff --git a/website/docs/registry/providers/overview.html.md b/website/docs/registry/providers/overview.html.md
new file mode 100644
index 000000000..39ea1218f
--- /dev/null
+++ b/website/docs/registry/providers/overview.html.md
@@ -0,0 +1,49 @@
+---
+layout: "registry"
+page_title: "Terraform Registry - Providers Overview"
+description: |-
+ Overview of providers in the Terraform Registry
+---
+
+# Overview
+
+ The Registry offers both a place for users to find Providers, and also acts as the Public origin source for Terraform, meaning that all published providers are directly available from within the Terraform CLI. Providers are how Terraform integrates with any upstream API, whether another HashiCorp technology, or the many hundreds of third-party services that Terraform integrates with today. Creating a Provider is designed to be easy and intuitive, and the Registry is here to help you share it with the rest of the community.
+
+## Provider Tiers & Namespaces
+
+Terraform Providers are published and maintained by a variety of sources, including HashiCorp, HashiCorp Technology Partners, and the Terraform Community. Tiers and Badges are used in the Registry to denote the source of the Provider. Additionally, namespaces are used to help users identify the organization or publisher responsible for the integration, as shown in the table below.
+
+
Tier | +Description | +Namespace | +
+ | Official Providers are owned and maintained by HashiCorp | +HashiCorp |
+
+ | Verified Providers are owned and maintained by third-party technology partners. Providers in this tier indicate HashiCorp has verified the authenticity of the Provider’s publisher, and that the partner is a member of the HashiCorp Technology Partner Program. | +Third Party Organization, e.g. mongodb/mongodbatlas |
+
+ | Community Providers are published to the Terraform Registry by individual maintainers, groups of maintainers, or other members of the Terraform Community. | +Maintainer’s individual or organization, e.g. DeviaVir/gsuite |
+
+ | Archived Providers are Official or Verified Providers that are no longer maintained by HashiCorp or the community. This may occur if an API is deprecated or interest was low. | +HashiCorp or Third-Party |
+