> For the complete documentation index, see [llms.txt](https://twisteddev.gitbook.io/introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://twisteddev.gitbook.io/introduction/resources/qb-banking.md).

# qb-banking

{% hint style="danger" %}
This resource is currently being re-worked and merged with qb-atms
{% endhint %}

## Introduction

* Multiple ATM's & banks around the map to interact with.
* Saving accounts & debit cards

## Preview

<figure><img src="/files/4QMllpSCgyGwqNVh8pU2" alt=""><figcaption></figcaption></figure>

## Configuration

```
Config = {}
Config.cardTypes = {} -- Define the card names which correspond to the item
Config.Zones = {} -- Supply the polyzone box data for the bank access points
Config.Blip = {} -- Define the data used for the bank map blips
Config.ATMModels = {} -- List the object models of the ATM machines that can be used
Config.BankLocations = {} -- Define the coordinates for the bank blips
```
