# Introduction

![Elixir Logo](https://4036263433-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LA-UVvDWU72L1kpFjM1%2F-LJWie_Qn6tCIUqZZ6cm%2F-LJWif80Q-EAPMybLJoR%2FelixirLogo300.png?generation=1533869209077200\&alt=media)

ColdBox Elixir provides a clean, fluent API for defining basic [Webpack](http://webpack.js.org/) tasks for your ColdBox applications.

## Versioning

ColdBox Elixir is maintained under the [Semantic Versioning](http://semver.org) guidelines as much as possible. Releases will be numbered with the following format:

```
<major>.<minor>.<patch>
```

And constructed with the following guidelines:

* Breaking backward compatibility bumps the major (and resets the minor and patch)
* New additions without breaking backward compatibility bumps the minor (and resets the patch)
* Bug fixes and misc changes bumps the patch

## License

MIT License: <https://opensource.org/licenses/MIT>.

## Important Links

* Code: <http://github.com/ortus-solutions/coldbox-elixir>
* Issues: <https://ortussolutions.atlassian.net/secure/RapidBoard.jspa?projectKey=ELIXIR>
* Documentation: <http://coldbox-elixir.ortusbooks.com>

## Discussion & Help

The Box products help and discussion group can be found here: <https://community.ortussolutions.com/>

## Professional Open Source

![Ortus Solutions, Corp](https://4036263433-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LA-UVvDWU72L1kpFjM1%2F-LA-UcAbzQgI5k76CBWv%2F-LA-Urlw3YTQ0MOv_m1a%2Fortussolutions_button.png?generation=1523648005546902\&alt=media)

ColdBox Elixir is a professional open source software backed by [Ortus Solutions, Corp](http://www.ortussolutions.com/services) offering services like:

* Custom Development
* Professional Support & Mentoring
* Training
* Server Tuning
* Security Hardening
* Code Reviews
* [Much More](http://www.ortussolutions.com/services)

### HONOR GOES TO GOD ABOVE ALL

Because of His grace, this project exists. If you don't like this, then don't read it, it's not for you.

> "Therefore being justified by **faith**, we have peace with God through our Lord Jesus Christ: By whom also we have access by **faith** into this **grace** wherein we stand, and rejoice in hope of the glory of God." Romans 5:5


---

# 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://coldbox-elixir.ortusbooks.com/v3/undefined.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.
