# Digging Deeper

- [AI](/digging-deeper/ai.md)
- [BoxLang AI](/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](/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
- [Async Programming](/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](/digging-deeper/promises-async-programming/async-pipelines-and-futures.md): To The Future with ColdBox Futures
- [Parallel Computations](/digging-deeper/promises-async-programming/parallel-computations.md)
- [Executors](/digging-deeper/promises-async-programming/executors.md)
- [Scheduled Tasks](/digging-deeper/promises-async-programming/scheduled-tasks.md)
- [ColdBox Proxy](/digging-deeper/coldbox-proxy.md)
- [Getting Started](/digging-deeper/coldbox-proxy/getting-started.md)
- [The Base Proxy Object](/digging-deeper/coldbox-proxy/the-base-proxy-object.md)
- [The Event Handlers](/digging-deeper/coldbox-proxy/the-event-handlers.md)
- [Distinguishing Request Types](/digging-deeper/coldbox-proxy/the-event-handlers/distinguishing-request-types.md)
- [RenderData()](/digging-deeper/coldbox-proxy/the-event-handlers/renderdata.md)
- [Proxy Events](/digging-deeper/coldbox-proxy/proxy-events.md)
- [Standard Return Types](/digging-deeper/coldbox-proxy/standard-return-types.md)
- [Caveats & Gotchas](/digging-deeper/coldbox-proxy/caveats-and-gotchas.md)
- [Controller Decorator](/digging-deeper/controller-decorator.md)
- [ColdBox Scheduled Tasks](/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](/digging-deeper/flash-ram.md)
- [Flash Storage](/digging-deeper/flash-ram/flash-storage.md)
- [Using Flash RAM](/digging-deeper/flash-ram/using-flash-ram.md)
- [Creating Your Own Flash Scope](/digging-deeper/flash-ram/creating-your-own-flash-scope.md)
- [HTML Helper](/digging-deeper/html-helper.md)
- [REST Handler](/digging-deeper/rest-handler.md): ColdBox supports native REST handling via the RestHandler and native routing.
- [Request Context Decorator](/digging-deeper/request-context-decorator.md)
- [Recipes](/digging-deeper/recipes.md)
- [Building REST APIs](/digging-deeper/recipes/building-rest-apis.md)
- [ColdBox Exception Handling](/digging-deeper/recipes/coldbox-exception-handling.md)
- [Debugging ColdBox Apps](/digging-deeper/recipes/debugging-coldbox-apps.md)
- [Clearing the View Cache](/digging-deeper/recipes/clearing-the-view-cache.md)
- [Basic HTTP Authentication Interceptor](/digging-deeper/recipes/building-a-simple-basic-http-authentication-interceptor.md)
