> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/new-alarms/configuration/configure-an-alarm-response/psap-override-in-new-alarms.md).

# PSAP Override in New alarms

{% hint style="success" %}
This article is a guide for New Alarms. See [New Alarms vs Classic Alarms](/new-alarms/getting-started/new-alarms-vs-classic-alarms.md) if you are unsure which version of Alarms you have.
{% endhint %}

***

You can override the default emergency dispatch contact with any Public Safety Answering Point (PSAP) of your choice. This is useful when:

* A K-12 site requires a specific PSAP provider
* A site falls under a particular jurisdiction’s PSAP
* You use a private dispatch team

{% hint style="danger" %}
It is the Organization’s responsibility to enter the correct emergency first responders’ routing numbers and verify their accuracy for the specific New Alarm site location. Failure to confirm local emergency dispatch numbers may lead to misrouted calls or delayed responses. Verkada is not responsible for verifying the accuracy or suitability of the routing numbers entered by the organization and disclaims any liability for damages resulting from incorrect configuration.
{% endhint %}

***

## Configuration

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > New Alarms .**
{% endstep %}

{% step %}
[**Create an Alarm site**](/new-alarms/configuration/alarm-sites.md) **or select the alarm site that you want to configure.**
{% endstep %}

{% step %}
**In the left navigation, select Settings.**
{% endstep %}

{% step %}
**Under Site Address and Dispatch Info:**

a. Click **Override.**\
b. Enter the following information for the emergency dispatch service:

1. **Name**
2. **Phone Number**
3. **Address**

f. Click **Save.**
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.verkada.com/new-alarms/configuration/configure-an-alarm-response/psap-override-in-new-alarms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
