{% extends "withoutnav_template.html" %} {% from "components/sub-navigation.html" import sub_navigation %} {% block per_page_title %} Using Notify {% endblock %} {% block maincolumn_content %}
{{ sub_navigation(navigation_links) }}

Trial mode

When you set up a new service it will start in trial mode. This lets you try out GOV.UK Notify, with a few restrictions.

A service in trial mode can only:

To remove these restrictions, you can {% if current_service and current_service.trial_mode %} send us a request to go live. {% else %} send us a request to go live. {% endif %}

Before you can request to go live, you must:

When we receive your request we’ll get back to you within one working day.

{% endblock %}