# Deposit Bag\_of\_cash

**Deposit Bag\_of\_cash settings overview**

{% code title="Config.lua" %}

```lua
Config.depositcashtxt = "Press ~INPUT_CONTEXT~ to deposit the bag of cash" -- Text hint when on range to give the bag of cash
Config.depositbagpositions = { -- Random bank position coords
    { x = 149.19, y = -1040.47, z = 29.36 },
    { x = 314.39, y = -279.16, z = 54.16 },
    { x = -1212.18, y = -330.47, z = 37.77 },
     -- Add more coordinates as needed
}
```

{% endcode %}

<mark style="color:blue;">**Config.depositbagpositions**</mark>\
Random bank list position to deposit the bag of cash and receive the cash. Add as many as needed.


---

# 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://scriptforge.gitbook.io/d/crypto-money-washer/configuration-file/deposit-bag_of_cash.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.
