# Introduction

CFScribe is an extension of LogBox which allows for more fine tuned and sophisticated routing of errors based on a wide variety of factors including environment, presence of http headers, ColdBox variables, System and Env variables, UDFs and more.&#x20;

### Versioning

CFScribe is maintained under the [Semantic Versioning](https://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

The ColdBox Platform, CFScribe is open source and licensed under the [Apache 2](https://www.apache.org/licenses/LICENSE-2.0.html) License.

* Copyright by Ortus Solutions, Corp
* ColdBox, CacheBox, Wirebox, LogBox are registered trademarks by Ortus Solutions, Corp

### Discussion & Help

The CFScribe help and discussion group can be found here: [TBD](https://groups.google.com/forum/#!forum/coldbox)

### 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/coldbox/coldbox-platform>

#### Jira Issue Tracking

* <https://ortussolutions.atlassian.net/browse/COLDBOX>
* <https://ortussolutions.atlassian.net/browse/WIREBOX>
* <https://ortussolutions.atlassian.net/browse/LOGBOX>
* <https://ortussolutions.atlassian.net/browse/CACHEBOX>

### Professional Open Source

![Ortus Solutions Corp](https://file/C:/sites/Ortus/manuals/logbox/.gitbook/assets/ortussolutions_button.png)

ColdBox 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)

### Resources

* Official Site: [http://www.coldbox.org](https://www.coldbox.org)
* CFCasts Video Training: <http://ww.cfcasts.com>
* Source Code: <https://github.com/coldbox/coldbox-platform>
* Bug Tracker: <https://ortussolutions.atlassian.net/browse/LOGBOX>
* Twitter: [@coldbox](http://www.twitter.com/coldbox)
* Facebook: <https://www.facebook.com/coldboxplatform>
* Vimeo Channel: [http://vimeo.com/channels/coldbox](https://vimeo.com/channels/coldbox)

#### HONOR GOES TO GOD ABOVE ALL

Because of His grace, this project exists. If you don't like this, then don't read it, its 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://cfscribe.ortusbooks.com/introduction.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.
