> For the complete documentation index, see [llms.txt](https://coldbox.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coldbox.ortusbooks.com/v6.x/digging-deeper.md).

# Digging Deeper

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


---

# 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 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, and the optional `goal` query parameter:

```
GET https://coldbox.ortusbooks.com/v6.x/digging-deeper.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
