# Resources

## Current

* [Into The Box 2024 - CBWIRE 4 Presentation](https://cfcasts.com/series/into-the-box-2024/videos/reactive-cfml-with-cbwire-v4-by-grant-copley)

## Examples

* [CBWIRE Examples](https://github.com/grantcopley/cbwire-examples)
* [Demo - DataTable](https://github.com/grantcopley/cbwire-datatable-example)
* [Demo - Task List](https://github.com/grantcopley/cbwire-task-list-demo)
* [Demo - Form Validation](https://github.com/grantcopley/cbwire-signup-form-demo)

## General

* [GitHub Repository](https://github.com/coldbox-modules/cbwire)
* [ForgeBox](https://forgebox.io/view/cbwire)
* [API Docs](https://apidocs.ortussolutions.com/#/coldbox-modules/cbwire/)
* [Issue Tracker](https://github.com/coldbox-modules/cbwire/issues)

## Older

{% hint style="warning" %}
The resources below are dated, and CBWIRE has dramatically changed since its release.
{% endhint %}

* [Up and Running Screencast](https://cfcasts.com/series/ortus-single-video-series/videos/up-and-running-with-cbwire)
* [Into The Box 2021 Presentation](https://cfcasts.com/series/into-the-box-2021/videos/cbwire-coldbox-+-livewire-grant-copley)
* [Ortus Webinar 2022](https://cfcasts.com/series/ortus-webinars-2022/videos/grant-copley-on-cbwire-+-alpine_js)


---

# 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://cbwire.ortusbooks.com/resources.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.
