# Customization

You can configure the props available for robbery within the `Config.Props` table:

```
Config.Props = {
    ['atm'] = {
        required_item = 'hacking_device',
        notify_police_chance = 50,
        reward = { min = 500, max = 1500 },
        items = {
            'prop_atm_01',
            'prop_atm_02'
        }
    }
}
```

* `required_item`: Specifies the item needed to initiate a robbery.
* `notify_police_chance`: Percentage chance that police will be notified.
* `reward`: Defines the range of cash rewards.
* `items`: Specifies the props that can be stolen.


---

# 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://god-studios.gitbook.io/god-studios/god-prop-robbery-and-selling-system/customization.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.
