diff --git a/README.md b/README.md
index 79588d8ed..ec1729bda 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@ Online comments are broken. Our open-source commenting platform, Talk, rethinks
Built with <3 by The Coral Project.
-## Technical Documentation
+## Getting Started
-From getting up and running, to advanced configuration, to how to scale Talk, our [Talk Technical Docs](https://docs.coralproject.net/talk/) have everything you need to know.
+Check out our Quickstart and Install guides to get started with Talk in our [Technical Docs](https://docs.coralproject.net/talk/).
## Product Guide
@@ -16,6 +16,14 @@ Learn more about Talk, including a deep dive into features for commenters and mo
You’ve installed Talk on your server, and you’re preparing to launch it on your site. The real community work starts now, before you go live. You have a unique opportunity pre-launch to set your community up for success. Read our [Talk Community Guide](https://blog.coralproject.net/youve-installed-talk-now-what/).
+## Advanced Usage
+
+For advanced configuration and usage of Talk, check out our [Configuration](https://docs.coralproject.net/talk/advanced-configuration/) and [Integration](https://docs.coralproject.net/talk/integrating/authentication/) how-tos. This covers topics in whih you will need dev support to fully customize and integrate Talk, such as SSO/authentication, creating and managing assets and articles, styling Talk with custom CSS, and setting up Notifications and SMTP support.
+
+## Versions & Upgrading
+
+The current recommended release version is v4.5.0. ^4.5 (and all future even-numbered versions) are considered stable LTS versions. We recommend ^4.5 for use in production environments.
+
## More Resources
- [Talk Product Roadmap](https://www.pivotaltracker.com/n/projects/1863625)
diff --git a/client/coral-admin/src/components/Header.js b/client/coral-admin/src/components/Header.js
index fadd33c15..f11b5a430 100644
--- a/client/coral-admin/src/components/Header.js
+++ b/client/coral-admin/src/components/Header.js
@@ -77,6 +77,15 @@ const CoralHeader = ({
+