> For the complete documentation index, see [llms.txt](https://beetle-studios.gitbook.io/beetle-studios-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://beetle-studios.gitbook.io/beetle-studios-docs/beetle-studios/billing-phone/installation-and-config.md).

# Installation & Config

## Installation

* Unzip `bs_billing_phone.pack`  and `bs_billing.pack`
* Place the `bs_billing` and `bs_billing_phone` folder into your `[standalone]` folder in your server `resources` folder.
* `bs_billing_phone`  must start after `bs_billing`

## Configuration

```lua
Config = {}

Config.Identifier = "bs_billing_phone"
-- lb-phone: when true, the app is installed automatically (no App Store download).
Config.DefaultApp = true

Config.Name = "Billing"
Config.Description = "Pay and manage invoices from your bank."
Config.Developer = "Beetle Studios"

Config.Size = 28500

Config.DevMode = false
Config.DevUrl = "http://localhost:3000/"

-- Closest-player list for creating bills
Config.NearbyBillTargetRadius = 25.0
Config.NearbyBillTargetMax = 24
```
