> For the complete documentation index, see [llms.txt](https://docs.volt.ai/volt/8EnMblOhYy6VQJFNi0Vz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.volt.ai/volt/8EnMblOhYy6VQJFNi0Vz/portal/escalation-policies.md).

# Escalation Policies

## Quick Links

1. [Guided Tutorial](#guided-tutorial)
2. [Creating Shifts and Policies](#creating-shifts-and-policies)
   1. [Escalation Policies](#escalation-policies)
   2. [Shift Groups](#shift-groups)
3. [Assigning Shifts and Policies](#assigning-shifts-and-policies)
   1. [Entire Facility](#entire-facility)
   2. [Zone-specific](#zone-specific)
   3. [Rule-specific](#rule-specific)

## Guided Tutorial

Escalation policies provide an effective means of determining who should receive alerts for specific facilities, zones within those facilities, and individual rules. Follow the guided tutorial or learn more below.

## Creating Shifts and Policies

{% @arcade/embed flowId="jeiKJv13kGlXPTgYHVsi" url="<https://app.arcade.software/share/jeiKJv13kGlXPTgYHVsi>" %}

### Escalation Policies

You can create a policy that includes either individuals or a group of people in a shift.&#x20;

Important: if you add an individual to the policy, that person will receive an alert 24/7, regardless of the time of day. Furthermore, if that individual is also in a Shift group, they will potentially receive an alert twice - provided they're on shift in the group at the time of the alert.

To create an escalation policy, navigate to the 'Escalation policies' page and click 'Add Escalation Policy'. You will be able to name the new policy, as well as assign people to notify at once or after some defined delay.

### Shift Groups

You can easily assign users to a shift that represents their work hours. Simply drag a section of time and fill in the schedule pop-up:

Now, if an incident happens and your policy has this shift assigned, as in the screenshot below, the people on shift at the time of the incident will receive the alert. if you're not on shift at the time, you won't receive the alert.

In the example above, the shift group 'California Operators' will receive alerts based on their schedule in the shift group. If no one from that group responds within 60 seconds, Jimmy will receive an alert.

## Assigning Shifts and Policies

{% @arcade/embed flowId="TrkC1iK2FtuXGX3valzN" url="<https://app.arcade.software/share/TrkC1iK2FtuXGX3valzN>" %}

### Entire Facility

To assign an Escalation Policy to the entire facility, follow these steps for an easier process:

1. Go to the left-side menu and click on "Facility."
2. Select your facility from the options.
3. Click the hamburger menu in the top-right corner.
4. Choose "Escalation Policies" from the menu.
5. Select the policy you want to assign to this facility.

Please be aware that if you assign policies to zones or rules, they will take precedence over this facility-wide policy.

### Zone-specific

To assign an Escalation Policy to the zone, follow these steps for an easier process:

1. Go to the left-side menu and click on "Facility."
2. Select your facility from the options.
3. Select "Map View".
4. Click on a zone or create a new one.
5. Under the heading "Zone escalation policy",  select the policy you want to assign to this facility.

Please be aware that assigning a policy to a zone will override your facility policy.

### Rule-specific

You can also assign unique policies at the rule level, allowing you to notify different teams or individuals based on specific rule types.


---

# 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://docs.volt.ai/volt/8EnMblOhYy6VQJFNi0Vz/portal/escalation-policies.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.
