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

During office hours

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

When you report a problem during office hours we'll reply within 30 minutes.

Out-of-hours

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

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

If your problem is not an emergency, we’ll reply during the next working day.

A problem is only classed as an emergency if:

{% endblock %}