> For the complete documentation index, see [llms.txt](https://coldbox.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coldbox.ortusbooks.com/v6.x/hmvc/modules/moduleconfig/the-decorated-variables.md).

# The Decorated Variables

![](/files/-LscnXTOqxA2-44Gp-kz)

At runtime, the configuration object will be created by ColdBox and decorated with the following private properties (available in the `variables` scope):

| Property      | Description                                                                                                            |
| ------------- | ---------------------------------------------------------------------------------------------------------------------- |
| appMapping    | The `appMapping` setting of the current host application                                                               |
| binder        | The WireBox configuration binder object                                                                                |
| cachebox      | A reference to CacheBox                                                                                                |
| controller    | A reference to the application's ColdBox Controller                                                                    |
| log           | A pre-configured LogBox Logger object for this specific class object (`coldbox.system.logging.Logger`)                 |
| logBox        | A Reference to LogBox                                                                                                  |
| moduleMapping | The `moduleMapping` setting of the current module. This is the path needed in order to instantiate CFCs in the module. |
| modulePath    | The absolute path to the current loading module                                                                        |
| wirebox       | A Reference to WireBox                                                                                                 |

You can use any of these private variables to create module settings, load CFCs, add binder mappings, etc.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.ortusbooks.com/v6.x/hmvc/modules/moduleconfig/the-decorated-variables.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.
