# Digging Deeper

- [Delegates](https://coldbox.ortusbooks.com/digging-deeper/delegates.md): Compose ColdBox superpowers into any object via WireBox delegation
- [Core Delegates](https://coldbox.ortusbooks.com/digging-deeper/delegates/core-delegates.md): General-purpose delegates available in any WireBox-managed application
- [ColdBox Delegates](https://coldbox.ortusbooks.com/digging-deeper/delegates/coldbox-delegates.md): ColdBox-specific delegates for rendering, routing, settings, interception, and more
- [AI](https://coldbox.ortusbooks.com/digging-deeper/ai.md): ColdBox provides deep AI integrations via BoxLang AI (bx-ai), MCP routing, and agentic tooling built directly into the ColdBox CLI.
- [BoxLang AI](https://coldbox.ortusbooks.com/digging-deeper/ai/boxlang-ai.md): BoxLang AI is a powerful library for building fluent and scalable AI applications with a unified LLM API.
- [Agentic ColdBox](https://coldbox.ortusbooks.com/digging-deeper/ai/agentic-coldbox.md): The ColdBox CLI has tons of AI features to help build context and skills for any LLM and Agent
- [ColdBox MCP Server](https://coldbox.ortusbooks.com/digging-deeper/ai/coldbox-mcp-server.md): cbMCP exposes your running ColdBox application as a live Model Context Protocol (MCP) server, giving any AI client real-time introspection into routing, handlers, modules, WireBox, CacheBox, LogBox, a
- [Async Programming](https://coldbox.ortusbooks.com/digging-deeper/promises-async-programming.md): ColdBox Promises, Executors, Async programming and Parallel Computations. Leverage the entire JDK arsenal for asynchronous pipelines, parallel workloads, and scheduled tasks.
- [Async Pipelines & Futures](https://coldbox.ortusbooks.com/digging-deeper/promises-async-programming/async-pipelines-and-futures.md): To The Future with ColdBox Futures
- [Parallel Computations](https://coldbox.ortusbooks.com/digging-deeper/promises-async-programming/parallel-computations.md)
- [Executors](https://coldbox.ortusbooks.com/digging-deeper/promises-async-programming/executors.md)
- [Scheduled Tasks](https://coldbox.ortusbooks.com/digging-deeper/promises-async-programming/scheduled-tasks.md)
- [ColdBox Proxy](https://coldbox.ortusbooks.com/digging-deeper/coldbox-proxy.md)
- [Getting Started](https://coldbox.ortusbooks.com/digging-deeper/coldbox-proxy/getting-started.md)
- [The Base Proxy Object](https://coldbox.ortusbooks.com/digging-deeper/coldbox-proxy/the-base-proxy-object.md)
- [The Event Handlers](https://coldbox.ortusbooks.com/digging-deeper/coldbox-proxy/the-event-handlers.md)
- [Distinguishing Request Types](https://coldbox.ortusbooks.com/digging-deeper/coldbox-proxy/the-event-handlers/distinguishing-request-types.md)
- [RenderData()](https://coldbox.ortusbooks.com/digging-deeper/coldbox-proxy/the-event-handlers/renderdata.md)
- [Proxy Events](https://coldbox.ortusbooks.com/digging-deeper/coldbox-proxy/proxy-events.md)
- [Standard Return Types](https://coldbox.ortusbooks.com/digging-deeper/coldbox-proxy/standard-return-types.md)
- [Caveats & Gotchas](https://coldbox.ortusbooks.com/digging-deeper/coldbox-proxy/caveats-and-gotchas.md)
- [Controller Decorator](https://coldbox.ortusbooks.com/digging-deeper/controller-decorator.md)
- [ColdBox Scheduled Tasks](https://coldbox.ortusbooks.com/digging-deeper/scheduled-tasks.md): The ColdBox Scheduled Tasks offers a fresh, programmatic and human approach to scheduling tasks on your server and multi-server application
- [Flash RAM](https://coldbox.ortusbooks.com/digging-deeper/flash-ram.md)
- [Flash Storage](https://coldbox.ortusbooks.com/digging-deeper/flash-ram/flash-storage.md)
- [Using Flash RAM](https://coldbox.ortusbooks.com/digging-deeper/flash-ram/using-flash-ram.md)
- [Creating Your Own Flash Scope](https://coldbox.ortusbooks.com/digging-deeper/flash-ram/creating-your-own-flash-scope.md)
- [HTML Helper](https://coldbox.ortusbooks.com/digging-deeper/html-helper.md)
- [REST Handler](https://coldbox.ortusbooks.com/digging-deeper/rest-handler.md): ColdBox supports native REST handling via the RestHandler and native routing.
- [Request Context Decorator](https://coldbox.ortusbooks.com/digging-deeper/request-context-decorator.md)
- [Recipes](https://coldbox.ortusbooks.com/digging-deeper/recipes.md)
- [Building REST APIs](https://coldbox.ortusbooks.com/digging-deeper/recipes/building-rest-apis.md)
- [ColdBox Exception Handling](https://coldbox.ortusbooks.com/digging-deeper/recipes/coldbox-exception-handling.md)
- [Debugging ColdBox Apps](https://coldbox.ortusbooks.com/digging-deeper/recipes/debugging-coldbox-apps.md)
- [Clearing the View Cache](https://coldbox.ortusbooks.com/digging-deeper/recipes/clearing-the-view-cache.md)
- [Basic HTTP Authentication Interceptor](https://coldbox.ortusbooks.com/digging-deeper/recipes/building-a-simple-basic-http-authentication-interceptor.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://coldbox.ortusbooks.com/digging-deeper.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.
