# Job Cameras

{% hint style="info" %}
Cameras can be linked to a job as group where only the boss can add/remove cameras.
{% endhint %}

### Permissions

> \_ The needed permissions to add cameras to a job group can be found in **client/editable/job.lua**
>
> * The script reads if the player is boss using the laptop export isBoss(), you can replace this export with your own to match your server needs, make sure to return true/false.
>
> \_ The needed permissions to watch job cameras in the APP can be found in server/editable/job.lua
>
> * The watch job permission uses av\_business by default, if you don't own this resource make sure to add your own job check, return true/false to allow the player to access the Job Cameras.

### Adding a Job Camera

> * First we need to make sure the camera item we are gonna use allows being installed as job camera, for this go to **config/items.lua**, make sure that `job = true` in the camera settings.

<figure><img src="/files/v13PUJF3XJ2E3s74JKGy" alt=""><figcaption><p>for this example we are using security_cam</p></figcaption></figure>

> * Once you use the item and setup the camera position, if the permission canUseJob() returns true, in the groups list we are gonna be able to select our Job as group.

<figure><img src="/files/yaRqmOz0P9QvgZzvrnHa" alt=""><figcaption><p>My job is UwU Cafe</p></figcaption></figure>

> * Complete the process just like any other camera, the camera will be added to your job group and can be accessed by anyone from your own organization.

<figure><img src="/files/rQSnN6EXLEAkO9PmWR61" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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://docs.av-scripts.com/laptop-pack-v3/cameras/job-cameras.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.
