{% extends "withoutnav_template.html" %} {% from "components/radios.html" import radios %} {% from "components/page-footer.html" import page_footer %} {% from "components/form.html" import form_wrapper %} {% block per_page_title %} Support {% endblock %} {% block maincolumn_content %}

Support

{% call form_wrapper(class="bottom-gutter-2") %} {{ radios(form.support_type) }} {{ page_footer('Continue') }} {% endcall %}

If something’s wrong, you can check the GOV.UK Notify system status page to see if we’re already aware of it.

24-hour support

You can get 24-hour online support for Notify if you have a live account.

During office hours

Our office hours are 9.30am to 5.30pm, Monday to Friday.

Contact us using one of the options on this page and you’ll get a reply within 30 minutes.

You can also get in touch with us on Slack.

Out-of-hours

Outside office hours, response times depend on whether you’re reporting an emergency or not.

If it’s an emergency, we’ll reply within 30 minutes and update you every hour until the problem’s fixed.

A problem is only classed as an emergency if:

We’ll reply during the next working day for any other problems.

{% endblock %}