> For the complete documentation index, see [llms.txt](https://docs.cherax.vip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherax.vip/lua-documentation/api-reference/natives/pool.md).

# POOL

```
int GET_MAX_PEDS()
int GET_MAX_VEHICLES()
int GET_MAX_OBJECTS()
int GET_PED_COUNT()
int GET_VEHICLE_COUNT()
int GET_OBJECT_COUNT()
Ped GET_PED_AT_INDEX(int index)
Vehicle GET_VEHICLE_AT_INDEX(int index)
Object GET_OBJECT_AT_INDEX(int index)
```
