# General

{% hint style="info" %}
All in One Peds has a lot to offer. You can assign certain characteristics not only to a group, but also to individual Peds. This includes, for example, the protective vest, the weapon, the aggro level and the precision. In addition to the active Peds that attack you or defend an area and act together as a group, there is also the possibility of creating an infinite number of static Peds that you can use, for example, if you need a salesperson, a trader or something similar. The config offers many options that you can use to customize the resource to suit your needs.
{% endhint %}

| Variable          | Example                       | Description                                                        |
| ----------------- | ----------------------------- | ------------------------------------------------------------------ |
| Weapon            | WEAPON\_PISTOL                | <p>Weapon that the ped carries with him<br>(All GTA V Weapons)</p> |
| AggroLevel        | 3                             | <p>The Ped behavior<br>(List of Aggro Levels in Config Docs)</p>   |
| Accuracy          | 50                            | <p>Weapon Accuracy of Ped<br>(0 - 100)</p>                         |
| Armour            | 75                            | <p>Armour of Ped<br>(0-100)</p>                                    |
| RespawnSeconds    | 120                           | <p>Time to respawn for Ped<br>(Time in seconds)</p>                |
| GroupCenterCoords | 103.3628, -1939.7953, 20.8037 | The center coordinates for your Ped group                          |

{% hint style="info" %}
There is also an item drop that can be adjusted per group or per ped. There you can choose between an item or a weapon. You can also determine the amount of drops and the probability of how often the item/weapon will be dropped.
{% endhint %}

| Variable | Example           | Description                                      |
| -------- | ----------------- | ------------------------------------------------ |
| type     | "item" / "weapon" | Choose what you want to drop from Ped            |
| name     | "WEAPON\_PISTOL"  | Pistol could be dropped                          |
| amount   | 1                 | The amount of dropped Items from Ped             |
| chance   | 10                | The probability of how often an item drop occurs |

### Any open questions?

Just take a look into our Config Documentation, there you can find all important information about this ressource and the config. If you have open questions after reading the complete documentation, just open a support ticket on our Discord Server.


---

# 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.hyper-code.eu/documentation/all-in-one-peds/general.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.
