# Introduction

## CFConfig Manual - Version 1.0.0

![CFConfig](https://1692063955-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LA-UVv7_78Z7jt-5fGx%2F-LA-Uc8uzsRSVgf6ooY1%2F-LA-UonDlO3LyfYYrdhx%2FCfConfigLogo300.png?generation=1523647993802657\&alt=media)

Welcome to the CFConfig Manual. CFConfig is a project aimed at helping server admins and developers alike manage the configuration of their favorite CF engine.

## Versioning

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

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

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

CFConfig is open source and bound to the [LGPL v3 GNU LESSER GENERAL PUBLIC LICENSE](https://www.gnu.org/licenses/lgpl.html)

* Copyright by Ortus Solutions, Corp

> **Info** The CFConfig Websites, Documentation, logo and content have a separate license and they are a separate entity.

## Discussion & Help

The CFConfig help and discussion group can be found here: <https://community.ortussolutions.com/c/communities/commandbox/>

## Reporting a Bug

We all make mistakes from time to time :) So why not let us know about it and help us out? We also love pull requests, so please star us and fork us:

* <https://github.com/ortus-solutions/cfconfig>
* <https://github.com/ortus-solutions/commandbox-cfconfig>
* <https://ortussolutions.atlassian.net/browse/CFConfig>

## Professional Open Source

![Ortus Solutions, Corp](https://1692063955-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LA-UVv7_78Z7jt-5fGx%2Fuploads%2Fgit-blob-480f06640920b8680d2dc18c3a412239e019aa5b%2Fortussolutions_button.png?alt=media)

CFConfig is 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)

## Resources

* Official Site: <http://www.ortussolutions.com/products/commandbox>
* Source Code:
  * <https://github.com/ortus-solutions/commandbox-cfconfig>
  * <https://github.com/ortus-solutions/cfconfig>
* Bug Tracker: <https://ortussolutions.atlassian.net/browse/CFConfig>
* Twitter: [@ortussolutions](http://www.twitter.com/ortussolutions)
* Facebook: <https://www.facebook.com/ortussolutions>
* Google+: <https://google.com/+OrtusSolutions>
* Vimeo Channel: <https://www.cfcasts.com/series/cf-config/> (as well as older videos at <http://vimeo.com/channels/commandbox>)

### HONOR GOES TO GOD ABOVE ALL

Because of His grace, this project exists. If you don't like this, 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://cfconfig.ortusbooks.com/readme.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.
