> ## Documentation Index
> Fetch the complete documentation index at: https://docs.smzi.fr/llms.txt
> Use this file to discover all available pages before exploring further.

# Locations

> Add, Edit, new bank locations

## Locations

Add new bank locations using the template below

```LUA theme={null}
Config.banks = {
    {
        name = "Fleeca Bank",
        isMain = true,
        location =  vector3(149.947266, -1040.558228, 29.364136)
    },

    ...
}
```
