# Test it now

Read more: [Test our resources for free with Zap-Hosting](/test-our-resources-for-free-with-zap-hosting.md)

**Important Notes:**

* The configuration used on the test server may differ from your ideal setup.

***

### How to Test the Aerial Firefighting on the Test Server

#### 1. Spawn a Plane

To test the system, spawn the predefined firefighting aircraft using the following command:

```bash
/car cl415
```

{% hint style="info" %}
**Note:** The `cl415` is the default model set in the configuration.
{% endhint %}

You can also use the F1 menu if you are using vMenu or a similar vehicle spawner.

***

#### 2. Start a Fire

To simulate a fire that can be extinguished, run this command in the chat:

```bash
/startfire normal2 5 1
```

{% hint style="info" %}
**Note:** This will start a fire with 5 flames, using the preset named `normal2`.
{% endhint %}

***

#### 3. Refill the Water Tank

To refill your water tank mid-air:

* **Fly low over any water body** (ocean, lake, or river).
* The script automatically detects water contact and refills the tank.


---

# 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://docs.rytrak.fr/scripts/advanced-aerial-firefighting/test-it-now.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.
