> 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/incident-response/getting-started/get-started-with-incident-response.md).

# Get Started with Incident Response

Incident Response helps organizations track the well-being and location of people during an incident. It enables organizations to account for employees and visitors, and allows schools to reunite students with their guardians.

{% hint style="danger" %}
Incident Response is only available in sites with Verkada Guest.
{% endhint %}

***

## Set up Incident Response

{% hint style="danger" %}
You need **Org Admin** permissions to configure Incident Response.
{% endhint %}

### Initial site

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Workplace Incident Response.**
{% endstep %}

{% step %}
**Click Import Existing Guest Sites.**
{% endstep %}

{% step %}
**Select your site > Import Site.**
{% endstep %}
{% endstepper %}

### Additional sites

After setting up the first Workplace site for Incident Response, you can configure additional sites.

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Workplace Incident Response.**
{% endstep %}

{% step %}
**On the left navigation, click Incident Response Settings.**
{% endstep %}

{% step %}
**At the top, select Organization > Sites.**
{% endstep %}

{% step %}
**Click Import Site.**
{% endstep %}
{% endstepper %}

***

## Response templates

Workplace Site Admins can create Response Templates for different types of incidents. A Response Template defines:

* Who needs to be accounted for as evacuees
* What statuses can be assigned to evacuees
* Where evacuees can be marked as present

For schools, configure the Response Template for Reunification and set up a Guardian Form.

{% hint style="warning" %}
See [Create Response Templates](/incident-response/configuration/create-response-templates.md) for more information.
{% endhint %}

***

## Workplace Employees

Employees assigned to an Incident Response site can take part in any active Response at that site. Employees are shared across all Workplace products (Guest, Mailroom, and Incident Response) for that site.

{% hint style="danger" %}

* You need **Workplace Site Admins** to manage site-level employee lists.
* You need **Org Admins** permissions to manage the organization-level employee list.
  {% endhint %}

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Workplace Incident Response.**
{% endstep %}

{% step %}
**On the left navigation, click Incident Response Settings.**
{% endstep %}

{% step %}
**At the top, select Site > Employees.**
{% endstep %}

{% step %}
**Select Manage Employee List.**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
See [Manage Host Lists in Guest](/guest/configuration/manage-host-lists-in-guest.md) for more information.
{% endhint %}

***

## Launch a Response

{% hint style="danger" %}
Only **Workplace Site Admins** can launch a Response.
{% endhint %}

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Workplace Incident Response.**
{% endstep %}

{% step %}
**On the Incident Response Home, click Launch Response.**
{% endstep %}

{% step %}
**Select a Response Template.**

{% hint style="warning" %}
At the beginning of a Response, all evacuees have **Unknown** status and location.
{% endhint %}
{% endstep %}

{% step %}
**(Optional) Toggle on Drill mode to treat the Response as a drill.**

{% hint style="info" %}
If Drill mode is enabled, toggle on **Notify Staff** to send notifications with magic links to employees.
{% endhint %}
{% endstep %}

{% step %}
**Click Launch.**

When a Response is launched (with Drill mode disabled), all employees will receive notifications with magic links to the [Incident Response portal](/incident-response/getting-started/incident-response-portal.md).

<div align="left" data-with-frame="true"><img src="/files/e4KLkzlndOLTuK2ViHbE" alt="" width="188"></div>
{% endstep %}
{% endstepper %}

***

## End a Response

{% hint style="danger" %}
You need permissions **Workplace Site Admins** to end a Response.
{% endhint %}

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Workplace Incident Response.**
{% endstep %}

{% step %}
**On the Incident Response Home, click Active Response.**

<div align="left" data-with-frame="true"><img src="/files/wUaQFxRc9Wow8ghjoh3Q" alt="" width="375"></div>
{% endstep %}

{% step %}
**In the top right, click End.**
{% endstep %}

{% step %}
**In the confirmation menu, select End Incident.**
{% endstep %}
{% endstepper %}

Ending a Response locks further changes on the Incident Response portal. For non-Drill Responses, all employees are notified that the Response has ended.


---

# 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/incident-response/getting-started/get-started-with-incident-response.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.
