diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html
index 8e91178f2..20b42efe8 100644
--- a/app/templates/admin_template.html
+++ b/app/templates/admin_template.html
@@ -51,6 +51,16 @@
{% if current_user.is_authenticated %}
{% if current_user.platform_admin %}
{% set navigation = [
+ {
+ "href": url_for('main.get_started'),
+ "text": "Using notify",
+ "active": header_navigation.is_selected('using_notify')
+ },
+ {
+ "href": url_for('main.features'),
+ "text": "Features",
+ "active": header_navigation.is_selected('features')
+ },
{
"href": url_for('main.user_profile'),
"text": current_user.name,