# Peds

> Here you can fin a list of ped models linked to the gang, this models are spawned inside the territories controlled by the gang.
>
> You can find a list of all ped models here: <https://docs.fivem.net/docs/game-references/ped-models/>
>
> Copy/paste the ped model into the input field and press Enter to add.

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

{% hint style="warning" %}
The script runs a check using the native **IsModelValid**, this returns true/false and a notification to let you know if the model exists in your server (or not).
{% endhint %}


---

# 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/peds.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.
