Files
notifications-admin/app/templates/views/trial-mode.html

33 lines
1.3 KiB
HTML
Raw Permalink Normal View History

{% extends "base.html" %}
{% block per_page_title %}
Trial mode
{% endblock %}
{% block content_column_content %}
<h1 class="font-body-2xl margin-bottom-3">Trial mode</h1>
<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>
<h2 class="font-body-lg">Limits while in trial mode</h2>
<p>While your service is in trial mode you can only:</p>
<ul class="list list-bullet">
2025-03-06 15:58:58 -05:00
<li>send 50 text messages per day</li>
<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 youre 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>
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>
<p>We'll get back to you within one working day. </p>
2019-04-09 15:27:33 +01:00
{% endblock %}