# Installing WireBox

WireBox can be downloaded as a standalone framework or it is included with the latest ColdBox Platform release, so no need to install it if you are within a ColdBox application.

{% hint style="info" %}
The best way to install WireBox is using **CommandBox CLI and package manager.**
{% endhint %}

## System Requirements

* Adobe ColdFusion 11+
* Lucee 4.5+

## CommandBox Installation

You can leverage [CommandBox](http://www.ortussolutions.com/products/commandbox) to install the standalone version of WireBox with a simple command:

```bash
# Latest Version
box install wirebox

# Bleeding Edge
box install wirebox@be
```

This will install Wirebox as a dependency in your application into a folder called `wirebox`. You can then leverage the standalone namespace within your application: `wirebox.system.ioc`.

## Manual Download

You can download the latest version of WireBox from <https://www.coldbox.org/download#wirebox>. Place in your webroot or create a `/wirebox` mapping in your system.

## Namespaces

### Standalone Namespace

`wirebox.system.ioc`

![](/files/-MOlslkVFW4Suuv3w3zX)

### ColdBox Namespace

`coldbox.system.ioc`

![](/files/-MOlslkXkoenDE06Tdvj)


---

# 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://wirebox.ortusbooks.com/2/getting-started/installing-wirebox.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.
