# Experimental Features

{% hint style="danger" %}
Note, as of CommandBox 6, the old format of experimental Runwar args that look like `--name-here` is removed.  There is a new syntax for specifying arbitrary experimental flags.
{% endhint %}

There are not any experimental features in CommandBox, but you can influence the JSON file used to configure runwar with the following syntax.

```bash
server set runwar.options.path.to.option="value"
```

```javascript
{
  "runwar" : {
    "options" : {
      "path" : {
        "to" : {
          "option" : "value"
        }
      }
    }
  }
}
```

The struct you specify will be merged into the JSON file that is sent to Runwar. Note, this JSON format is undocumented and subject to change. &#x20;


---

# 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://commandbox.ortusbooks.com/embedded-server/configuring-your-server/experimental-features.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.
