{% 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

We provide 24-hour online support for teams with a live service on GOV.UK Notify.

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

You can also get in touch with us on Slack.

Check our system status page to see if there are any known issues with GOV.UK Notify.

During office hours

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

Contact us using the form on this page or send us a message on Slack and you’ll get a reply within 30 minutes.

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 %}