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

Trial mode

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:

{% if current_service and current_service.trial_mode %}

To remove these restrictions, you can request to go live.

{% else %}

To remove these restrictions:

  1. Sign in to Notify.
  2. Go to the Settings page.
  3. Select Request to go live.
{% endif %}

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

Before you request to go live

You must:

{% endblock %}