# Installation

Via CommandBox:

```bash
install cbelasticsearch
```

## Requirements

* Coldbox >= v6
* Elasticsearch >= v6
* Lucee >= v5 or Adobe Coldfusion >= v2018

{% hint style="danger" %}
*Note: Most of the REST-based methods will work on Elasticsearch versions older than v5.0. A notable exception is the multi-delete methods, which use the* [*delete by query*](https://www.elastic.co/guide/en/elasticsearch/reference/5.4/docs-delete-by-query.html) *functionality of ES5. As such, Cachebox and Logbox functionality would be limited.*
{% endhint %}


---

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