{% extends "content_template.html" %} {% block per_page_title %} Trial mode {% endblock %} {% block content_column_content %}

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 %}