# Installation

### 1. Requirements

Before installing, ensure you have the following dependencies:

* [oxmysql](https://github.com/overextended/oxmysql)

### 2. Download & Install

1. Download the resource from your keymaster/repository.
2. Extract the `is-beachWasteCollector` folder to your server's `resources` directory.

### 3. Database Setup

1. Open your database management tool (HeidiSQL, phpMyAdmin, etc.).
2. Import the provided SQL file located at: `is-beachWasteCollector/_install_/sql/install.sql`.

### 4. Server Configuration

Add the following line to your `server.cfg` file options:

```cfg
ensure oxmysql
ensure is-beachWasteCollector
```

> **Note**: Ensure `is-beachWasteCollector` starts **after** its dependencies.


---

# 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://imperiumscripts.gitbook.io/imperium-scripts/scripts/imperium-beach-waste-collector/installation.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.
