> For the complete documentation index, see [llms.txt](https://docs.av-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.av-scripts.com/laptop-pack-v3/cameras/app/player-groups.md).

# Player Groups

Player Groups are created and managed directly by the players. Any camera added to these groups can be monitored by anyone granted access. The group owner can manage group settings and permissions by clicking the three dots next to the group name in the left navigation panel.

#### How to share a Group

* Click the 3 dots next to the group name and select Share.

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

* A new window will open where you must enter the player's server ID and a name to easily identify them within the access panel.

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

* Once your friend has accepted your group invitation, you can revoke their access at any time using the Manage Access option.

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

{% hint style="success" %}
People you share the group with will be able to access all the cameras you add. They will not have permission to edit, delete, or share them.
{% endhint %}

<figure><img src="/files/9ozFlfCnJlOI0ggujVIj" alt=""><figcaption><p>Shared group and camera</p></figcaption></figure>


---

# 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.av-scripts.com/laptop-pack-v3/cameras/app/player-groups.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.
