{% 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() %} {% if current_user.is_authenticated %} {{ radios(form.support_type) }} {% else %}

What do you need help with?

{{ radios(form.who, hide_legend=True) }} {% endif %} {{ page_footer('Continue') }} {% endcall %}

You can also contact us on Slack.

Office hours

Our office hours are 9:30am to 5:30pm, Monday to Friday.

When you report a problem in office hours, we’ll aim to read it within 30 minutes and reply within one working day.

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 within one working day.

A problem is only classed as an emergency if:

{% endblock %}