{% extends "withoutnav_template.html" %} {% from "components/page-header.html" import page_header %} {% from "components/uk_components/back-link/macro.njk" import govukBackLink %} {% block per_page_title %} The U.S. Notify service is for people who work in the government {% endblock %} {% block backLink %} {{ govukBackLink({ "href": url_for('.support') }) }} {% endblock %} {% block maincolumn_content %}
{{ page_header('The U.S. Notify 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 U.S. Notify 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 %}