> 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/faq/product.md).

# Product

## Questions

1. [Does VOLT AI detect \<insert request>?](#doed-volt-ai-detect)
2. [How many cameras can VOLT AI handle?](#how-many-cameras-can-volt-ai-handle)
3. [Can I block an area in a camera view?](#can-i-block-an-area-in-a-camera-view)
4. [Is a camera aware of its zone's perimeter?](#is-a-camera-aware-of-its-zones-perimeter)
5. [Can I add different user roles in a single group?](#can-i-add-different-user-roles-in-a-single-group)

## Answers

### Does VOLT AI detect \<insert request>?

Check out our rules and how they work by visiting our [Detection Capabilities](/volt/8EnMblOhYy6VQJFNi0Vz/faq/detection-capabilities.md) page.

### How many cameras can VOLT AI handle?

We can support as many cameras as you have!

### Can I block an area in a camera view?

Yes, you can mask any area in any camera view.

### Is a camera aware of its zone's perimeter?

Zone rules are applied to the entire view of any camera placed within the zone. In cases where you may want to block a busy road, TV screen, or anything else in the camera view you may add a mask. Navigate to your facility's camera list and on any camera click the three dots to see the mask option.

### Can I add different user roles in a single group?

User groups are intended to manage each facility's managers, operators, and custom roles. Currently we do not support adding different roles in a single group.


---

# 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/faq/product.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.
