# Configuration

**LogBox Appenders**

CFScribe can use LogBox modules as targets of its routing. These are configured the same way as you would for LogBox and require no special set up.&#x20;

**CFScribe Appenders**

There are several CFScribe Appenders which can be used which are not part of LogBox at this time. The easiest way to configure these is in the /config/Coldbox.cfc file in the ModuleSettings.

`moduleSettings:{`\
&#x20;   `"scribe": {`\
&#x20;       `"appenders":{`\
&#x20;       `"pusher": {`\
&#x20;           `"class" : "scribe.models.pusher",`\
&#x20;           `"properties": {`\
&#x20;                `"appid":"",`\
&#x20;                `"cluster":"",`\
&#x20;                `"apisecret":"",`\
&#x20;                `"key":""`\
&#x20;           `}`\
&#x20;       `},`\
&#x20;   `"cleanErrors": true,`\
&#x20;   `"mandatoryKeys":{`\
&#x20;       `"sentry":"message"`\
&#x20;   `},`\
&#x20;   `"rules" : {},`\
&#x20;   `"ruleDefinitions": [`\
&#x20;       `"env:environment"`\
&#x20;   `]`\
&#x20;   `}`\
`}`


---

# 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/using-as-a-coldbox-module/configuration.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.
