# 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="https://28573704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8LXqNDrsGXtPEmG1nWKu%2Fuploads%2Fn6gXgyeBmVmlWJDQSURZ%2F68747470733a2f2f692e696d6775722e636f6d2f58617a615959492e706e67.png?alt=media&#x26;token=dc13bfb9-8478-4f34-936b-82de59872e42" 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
```


---

# 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://twisteddev.gitbook.io/introduction/resources/qb-banking.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.
