> 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/release-notes/snooze-mask-disable.md).

# Snooze, mask, disable

1. [Snooze Rule](#snooze-rule)
2. [Mask by Rule](#mask-by-rule)
3. [Disable Cameras](#disable-cameras)

## Snooze Rule

*Snooze rule allows you to temporarily stop receiving alerts for specific incident types. Resume at any time. If the rule is facility-wide, it will be snoozed across ALL cameras. If the rule is zone-specific, it will be snoozed for the cameras in the zone.*

This feature is accessible directly from the incident link, monitoring page, and the facility management page. The first GIF shows how to snooze a rule from the facility management page, the second GIF shows how to snooze a rule from the monitoring page and through an incident link.

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

## Mask by Rule

*Mask by Rule allows you to block certain detections in specified areas of a camera's view.*&#x20;

The example below depicts masking the hallway from triggering the people detection rule. The masked area will still escalate any weapon, fight, and people down.

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

## Disable Cameras

*Disable cameras allows you to pick a facility to stop ALL camera streaming and detections from being made for a specified time. Resume at any time.*

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


---

# 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/release-notes/snooze-mask-disable.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.
