# Developing For ContentBox

ContentBox's modular architecture, combined with the awesome power of the [ColdBox](https://www.ortussolutions.com/products/coldbox) MVC development framework, allows for a familiar, yet unrestricted, platform from which to develop great web applications.

If you're a Front End Developer, you'll appreciate the straightforward configuration and pre-defined ( but highly customizable! ) asset conventions.

Within the [ColdBox](https://www.ortussolutions.com/products/coldbox) framework, itself ContentBox is comprised of three modules:

* `contentbox` - Includes the the underlying libraries for content organization and presentation
* `contentbox-admin` - Provides the administrative interface for managing your CMS
* `contentbox-ui` - Provides shared libraries for the user interface which are used for presentation and which may be extended to your application requirements.

Browse through our area-specific development documentation to get started:

## [ContentBox CMS For Front-End Developers](https://contentbox.ortusbooks.com/developing/developing-for-contentbox/front-end-development)

## [ContentBox CMS for Back-End Developers](https://contentbox.ortusbooks.com/developing/developing-for-contentbox/back-end-development)


---

# 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://contentbox.ortusbooks.com/v3.x/developing/developing-for-contentbox.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.
