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

# Installation & Configuration

#### 1️⃣ Drag and Drop

1. Download the package from your purchase (Tebex).
2. Place the folder in your `resources` directory. Recommended name:

   ```
   resources/[iZaap]/izaap_tow
   ```

***

#### 2️⃣ Add to `server.cfg`

Ensure the script starts after your framework:

```cfg
ensure izaap_tow
```

***

#### 3️⃣ Configure `config.lua`

Open `config.lua` and adjust values as needed:

```lua
Config.CheckInterval = 1800        -- Time in seconds between auto cleanups (30 minutes)
Config.AlertDuration = 180         -- Time in seconds before vehicles are deleted
Config.CommandName = "grua"        -- Command to manually trigger the alert
Config.CancelCommandName = "canceltow"  -- Command to cancel active alert
```
