2024-04-24 12:31:00 -07:00
{% extends "base.html" %}
2019-04-04 15:57:24 +01:00
2019-04-04 16:00:17 +01:00
{% block per_page_title %}
2019-06-04 11:20:33 +01:00
Trial mode
2019-04-04 16:00:17 +01:00
{% endblock %}
2019-06-04 11:20:33 +01:00
{% block content_column_content %}
2019-04-04 16:00:17 +01:00
2023-06-06 15:28:24 -04:00
< h1 class = "font-body-2xl margin-bottom-3" > Trial mode< / h1 >
2023-07-28 11:12:46 -04:00
< p > When you add a new service it will start in trial mode. This lets you try out Notify.gov, with a few restrictions.< / p >
2024-01-25 14:55:17 -05:00
< h2 class = "font-body-lg" > Limits while in trial mode< / h2 >
2023-06-06 15:28:24 -04:00
< p > While your service is in trial mode you can only:< / p >
2019-06-04 11:20:33 +01:00
< ul class = "list list-bullet" >
2025-03-06 15:58:58 -05:00
< li > send 50 text messages per day< / li >
2024-01-25 14:55:17 -05:00
< li > send messages to yourself and other people in your team< / li >
< / ul >
< h2 class = "font-body-lg" > Before going Live< / h2 >
< p > Before you request to make your service live so you can send messages to clients:< / p >
< ul class = "list list-bullet" >
< li > Add examples of the messages you want to send into Notify.< / li >
< li > Update your settings so you’ re ready to send and receive messages.< / li >
< li > Review your Terms of Use in the Memorandum of Understanding.< / li >
< / ul >
< h3 class = "font-body-lg" > Going Live< / h3 >
2023-12-20 10:44:38 -05:00
2024-10-03 14:39:51 -04:00
< p > To remove the restrictions of Trial Mode and begin sending messages to clients complete the < a class = "usa-link usa-link--external" href = "https://docs.google.com/forms/d/1fnaBtxuGf3q-OdGVyt2LqBKvp9_P21kmKJa0yIK8rWM/edit" > Go-Live Form< / a > .< / p >
2024-01-25 14:55:17 -05:00
< p > We'll get back to you within one working day. < / p >
2019-04-09 15:27:33 +01:00
2019-04-04 16:00:17 +01:00
{% endblock %}