2019-06-04 11:20:33 +01:00
|
|
|
|
{% extends "content_template.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>
|
2019-04-04 16:00:17 +01:00
|
|
|
|
|
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>
|
2023-06-06 15:28:24 -04:00
|
|
|
|
<p>While your service is in trial mode you can only:</p>
|
2019-04-09 15:27:33 +01:00
|
|
|
|
<ul class="list list-bullet">
|
2023-05-08 10:49:30 -04:00
|
|
|
|
<li>send 50 text messages per day</li>
|
2019-11-20 11:34:03 +00:00
|
|
|
|
<li>send messages to yourself and other people in your team</li>
|
2019-06-04 11:20:33 +01:00
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
{% if current_service and current_service.trial_mode %}
|
2023-06-06 15:28:24 -04:00
|
|
|
|
<p>
|
2023-12-20 10:44:38 -05:00
|
|
|
|
To remove these restrictions, you can <a class="usa-link" href="{{ url_for('.support') }}">request to go live</a>.</p>
|
2019-06-04 11:20:33 +01:00
|
|
|
|
{% else %}
|
2023-06-06 15:28:24 -04:00
|
|
|
|
<p>
|
2020-01-27 09:31:45 +00:00
|
|
|
|
To remove these restrictions:
|
2019-11-22 14:22:32 +00:00
|
|
|
|
</p>
|
2020-01-27 09:31:45 +00:00
|
|
|
|
<ol class="list list-number">
|
2023-08-08 16:19:17 -04:00
|
|
|
|
<li><a class="usa-link" href="{{ url_for('.sign_in') }}">Sign in to Notify</a>.</li>
|
2023-08-25 10:40:56 -04:00
|
|
|
|
<li>Go to the <b class="bold">Settings</b> page.</li>
|
|
|
|
|
|
<li>Select <b class="bold">Request to go live</b>.</li>
|
2020-01-27 09:31:45 +00:00
|
|
|
|
</ol>
|
|
|
|
|
|
{% endif %}
|
2023-06-06 15:28:24 -04:00
|
|
|
|
<p>
|
2020-02-13 11:43:53 +00:00
|
|
|
|
When we receive your request we’ll get back to you within one working day.
|
|
|
|
|
|
</p>
|
2023-06-06 15:28:24 -04:00
|
|
|
|
<h2 class="font-body-lg" id="before-you-request-to-go-live">Before you request to go live</h2>
|
|
|
|
|
|
<p>You must:</p>
|
2019-06-04 11:20:33 +01:00
|
|
|
|
<ul class="list list-bullet">
|
2020-02-13 11:43:53 +00:00
|
|
|
|
<li>add examples of the messages you want to send</li>
|
|
|
|
|
|
<li>update your settings so you’re ready to send and receive messages</li>
|
2019-06-04 11:20:33 +01:00
|
|
|
|
<li>accept our terms of use</li>
|
|
|
|
|
|
</ul>
|
2023-12-20 10:44:38 -05:00
|
|
|
|
|
2019-04-09 15:27:33 +01:00
|
|
|
|
|
2019-04-04 16:00:17 +01:00
|
|
|
|
{% endblock %}
|