# Getting Started

- [Getting Started Guide](https://coldbox.ortusbooks.com/v6.x/getting-started/getting-started-guide.md): The ColdBox HMVC Platform is the de-facto enterprise-level HMVC framework for CFML developers.
- [Installation](https://coldbox.ortusbooks.com/v6.x/getting-started/installation.md): Get up and running with ColdBox easily.
- [Conventions](https://coldbox.ortusbooks.com/v6.x/getting-started/conventions.md): Discover the major conventions of the ColdBox framework
- [Configuration](https://coldbox.ortusbooks.com/v6.x/getting-started/configuration.md): Learn how to configure ColdBox according to your needs beyond the conventions.
- [ColdBox.cfc](https://coldbox.ortusbooks.com/v6.x/getting-started/configuration/coldbox.cfc.md): The ColdBox.cfc is the main applications' configuration object.
- [Configuration Directives](https://coldbox.ortusbooks.com/v6.x/getting-started/configuration/coldbox.cfc/configuration-directives.md)
- [CacheBox](https://coldbox.ortusbooks.com/v6.x/getting-started/configuration/coldbox.cfc/configuration-directives/cachebox.md)
- [ColdBox](https://coldbox.ortusbooks.com/v6.x/getting-started/configuration/coldbox.cfc/configuration-directives/coldbox.md)
- [Conventions](https://coldbox.ortusbooks.com/v6.x/getting-started/configuration/coldbox.cfc/configuration-directives/conventions.md)
- [Environments](https://coldbox.ortusbooks.com/v6.x/getting-started/configuration/coldbox.cfc/configuration-directives/environments.md)
- [Flash](https://coldbox.ortusbooks.com/v6.x/getting-started/configuration/coldbox.cfc/configuration-directives/flash.md)
- [InterceptorSettings](https://coldbox.ortusbooks.com/v6.x/getting-started/configuration/coldbox.cfc/configuration-directives/interceptorsettings.md)
- [Interceptors](https://coldbox.ortusbooks.com/v6.x/getting-started/configuration/coldbox.cfc/configuration-directives/interceptors.md)
- [Layouts](https://coldbox.ortusbooks.com/v6.x/getting-started/configuration/coldbox.cfc/configuration-directives/layouts.md)
- [LayoutSettings](https://coldbox.ortusbooks.com/v6.x/getting-started/configuration/coldbox.cfc/configuration-directives/layoutsettings.md)
- [LogBox](https://coldbox.ortusbooks.com/v6.x/getting-started/configuration/coldbox.cfc/configuration-directives/logbox.md)
- [Modules](https://coldbox.ortusbooks.com/v6.x/getting-started/configuration/coldbox.cfc/configuration-directives/modules.md)
- [ModuleSettings](https://coldbox.ortusbooks.com/v6.x/getting-started/configuration/coldbox.cfc/configuration-directives/modulesettings.md)
- [Settings](https://coldbox.ortusbooks.com/v6.x/getting-started/configuration/coldbox.cfc/configuration-directives/settings.md)
- [WireBox](https://coldbox.ortusbooks.com/v6.x/getting-started/configuration/coldbox.cfc/configuration-directives/wirebox.md)
- [System Settings (Java Properties and Environment Variables)](https://coldbox.ortusbooks.com/v6.x/getting-started/configuration/coldbox.cfc/system-settings-java-properties-and-environment-variables.md)
- [Using Settings](https://coldbox.ortusbooks.com/v6.x/getting-started/configuration/using-settings.md)
- [Bootstrapper - Application.cfc](https://coldbox.ortusbooks.com/v6.x/getting-started/configuration/bootstrapper-application.cfc.md)


---

# 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.ortusbooks.com/v6.x/getting-started.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.
