# Settings

> Here you can modify some basic info from gangs.

* **New Boss:** Set a player as gang boss, needs the player server id.
* **Add Member:** Set a player as gang member, needs the player server id and it doesn't requires the player to accept invitation.
* **Set Gang XP:** Set the gang XP points, don't forget XP is divided by `Config.LevelXP` to calculate the current gang level (by default, every 100XP is 1 level).
* **Send Spray Item:** Sends a spray item with the needed metadata to a player using the server id, this option completely skips the shop cooldown.
* **Delete Gang:** Needs a double click to be triggered, all gang properties, members and any other data will be removed forever and can't be recovered.

<figure><img src="/files/ACDKZiTXrfCjefqYFgD9" 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/gangs/admin-menu/gangs-tab/settings.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.
