# Commands

#### /startfirescene \[index / name]

This will start a scenario from the config. This will stop the current scenario before starting.

```
-- Both of these commands start the franklin house fire scenario.
/startfirescene franklin
/startfirescene 1
```

#### /stopfirescene

This will stop the current scenario that is in-progress.

Examples:&#x20;

```
-- This will stop the current scenario that is in-progress.
/stopfirescene
```

#### /stopfires

This will stop all active fires in the server.

Examples:&#x20;

<pre><code><strong>/stopfires
</strong></code></pre>


---

# 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.picklemods.com/paid-resources/firefighter-job/commands.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.
