{% extends "withoutnav_template.html" %} {% from "components/page-header.html" import page_header %} {% from "components/components/back-link/macro.njk" import usaBackLink %} {% block per_page_title %} The Notify.gov service is for people who work in the government {% endblock %} {% block backLink %} {{ usaBackLink({ "href": url_for('.support') }) }} {% endblock %} {% block maincolumn_content %}
{{ page_header('The Notify.gov service is for people who work in the government') }}

We cannot give advice to the public. We do not have access to information about you held by government departments.

There are other pages on Notify.gov where you can get help:

Coronavirus (COVID-19)

Find guidance and support.

Contact the government

Ask about benefits, driving, transport, tax, and more.

Report internet scams and phishing

Advice on suspicious emails and text messages.

{% endblock %}