{% extends "content_template.html" %} {% block per_page_title %} Trial mode {% endblock %} {% block content_column_content %}
When you add a new service it will start in trial mode. This lets you try out GOV.UK Notify, with a few restrictions.
While your service is in trial mode you can only:
To remove these restrictions, {% if current_service and current_service.trial_mode %} you can request to go live. {% else %} go to the Settings page and request to go live. {% endif %}
Before you request to go live, you must:
When we receive your request we’ll get back to you within one working day.
{% endblock %}