> For the complete documentation index, see [llms.txt](https://fiveforge-studios.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fiveforge-studios.gitbook.io/docs/free-resources/cctv-system.md).

# CCTV System

## Preview

{% embed url="<https://r2.fivemanage.com/19ENzTzshMEbKsIoRJRJp/18f07e92dc8fdb54cf813d4bd634cbfb.mp4>" %}

{% embed url="<https://i.gyazo.com/8e778d154c70dc8d027bf729a1384b98.jpg>" %}

**Download** - <https://github.com/FiveForge-Studios/ff_security>

**Support** - [https://discord.gg/kp5C6J47vj](https://discord.com/invite/kp5C6J47vj)

## Dependencies

* [xMenu](https://github.com/xander1998/xmenu)

## Installation

1. Download the resource and the depencies from [GitHub](https://github.com/FiveForge-Studios/ff_security).
2. Add the resource to your resources folder.
3. In your **server.cfg** add `ensure ff_security` to it, so the resource starts.
4. **/cctv** - Toggles the security menu that allows you to select the category assigned to said camera, which then has a location, which lets you select from all of the cameras at that location.

## Permission Setup

**Add your identifier of your choice into the ace setup, like below**!

```lua
# FF Aces
add_ace FF.Security ff-security allow
add_principal identifier.license:02sjdwdw4 FF.Security # Players Name
```


---

# 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:

```
GET https://fiveforge-studios.gitbook.io/docs/free-resources/cctv-system.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
