# Usage

- [Using LogBox](https://logbox.ortusbooks.com/usage/using-logbox.md)
- [Using a Logger Object](https://logbox.ortusbooks.com/usage/using-a-logger-object.md)
- [When To Log](https://logbox.ortusbooks.com/usage/using-a-logger-object/can-methods-for-performance.md)
- [ExtraInfo Serialization](https://logbox.ortusbooks.com/usage/using-a-logger-object/usdtostring-and-extrainfo-argument.md)
- [Appender Properties](https://logbox.ortusbooks.com/usage/appender-properties.md)
- [CFAppender](https://logbox.ortusbooks.com/usage/appender-properties/cfappender.md)
- [ConsoleAppender](https://logbox.ortusbooks.com/usage/appender-properties/consoleappender.md)
- [DBAppender](https://logbox.ortusbooks.com/usage/appender-properties/dbappender.md)
- [EmailAppender](https://logbox.ortusbooks.com/usage/appender-properties/emailappender.md)
- [FileAppender](https://logbox.ortusbooks.com/usage/appender-properties/fileappender.md)
- [RollingFileAppender](https://logbox.ortusbooks.com/usage/appender-properties/rollingfileappender.md)
- [ScopeAppender](https://logbox.ortusbooks.com/usage/appender-properties/scopeappender.md)
- [SocketAppender](https://logbox.ortusbooks.com/usage/appender-properties/socketappender.md)
- [TraceAppender](https://logbox.ortusbooks.com/usage/appender-properties/traceappender.md)
- [LogBox in a ColdBox Application](https://logbox.ortusbooks.com/usage/logbox-in-a-coldbox-application.md)
- [Configuration Within ColdBox](https://logbox.ortusbooks.com/usage/logbox-in-a-coldbox-application/configuration-within-coldbox.md)
- [Benefits of using LogBox in a ColdBox application](https://logbox.ortusbooks.com/usage/logbox-in-a-coldbox-application/benefits-of-using-logbox-in-a-coldbox-application.md)
- [Where is LogBox stored in a ColdBox app?](https://logbox.ortusbooks.com/usage/logbox-in-a-coldbox-application/where-is-logbox-stored-in-a-coldbox-app.md)
- [LogBox from the ColdBox Proxy](https://logbox.ortusbooks.com/usage/logbox-in-a-coldbox-application/logbox-from-the-coldbox-proxy.md)
- [The LogBox Injection DSL](https://logbox.ortusbooks.com/usage/logbox-in-a-coldbox-application/the-logbox-injection-dsl.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://logbox.ortusbooks.com/usage.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.
