# CFScribe

## CFScribe

- [Introduction](https://cfscribe.ortusbooks.com/introduction.md): CFScribe is a.....
- [Page 1](https://cfscribe.ortusbooks.com/intro/page-1.md)
- [Features at a Glance](https://cfscribe.ortusbooks.com/getting-started/features-at-a-glance.md): CFScribe is a logger very similar to Logbox but with the key difference of more complex routing and integrated Error Filtering.
- [Configuration](https://cfscribe.ortusbooks.com/getting-started/configuration.md)
- [Rules and Rule Definitions](https://cfscribe.ortusbooks.com/getting-started/rules-and-rule-definitions.md): Creating HOW and WHERE cfScribe sends the log
- [Appenders](https://cfscribe.ortusbooks.com/getting-started/appenders.md)
- [Pusher](https://cfscribe.ortusbooks.com/getting-started/appenders/pusher.md)
- [ScreenAbort](https://cfscribe.ortusbooks.com/getting-started/appenders/screenabort.md)
- [ScreenDump](https://cfscribe.ortusbooks.com/getting-started/appenders/screendump.md)
- [Sentry](https://cfscribe.ortusbooks.com/getting-started/appenders/sentry.md)
- [ScribeConsole](https://cfscribe.ortusbooks.com/getting-started/appenders/scribeconsole.md)
- [Toaster](https://cfscribe.ortusbooks.com/getting-started/appenders/toaster.md)
- [Using LogBox Appenders](https://cfscribe.ortusbooks.com/getting-started/appenders/using-logbox-appenders.md)
- [Installation](https://cfscribe.ortusbooks.com/using-as-a-coldbox-module/installation.md)
- [Configuration](https://cfscribe.ortusbooks.com/using-as-a-coldbox-module/configuration.md)
- [Page 2](https://cfscribe.ortusbooks.com/using-as-a-logbox-appender/page-2.md)
- [Creation](https://cfscribe.ortusbooks.com/using-as-a-stand-alone-product/creation.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
