> For the complete documentation index, see [llms.txt](https://wirebox.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wirebox.ortusbooks.com/usage/wirebox-event-model/wirebox-listeners.md).

# WireBox Listeners

<figure><img src="/files/d3t4BMFzchiTxPZA0bWu" alt=""><figcaption><p>A Listener</p></figcaption></figure>

In our previous section, we have seen all the events WireBox announces, but how do we listen? There are two ways to build WireBox listeners because there are two modes of operation, but the core is the same.

1. Listeners are simple CFCs who must create methods that match the name of the event they want to listen to.&#x20;
2. If you are running WireBox within a ColdBox application, listeners are [Interceptors](http://coldbox.ortusbooks.com/content/interceptors/interceptors.html) and you declare them and register them the same way you do with normal interceptors.

These methods can take up to two parameters depending on your mode of operation (standalone or ColdBox). The one main difference between pure Wirebox listeners and ColdBox interceptors is that the `configure` method for the standalone WireBox is different.

<table data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>ColdBox Listeners</td><td></td><td></td><td><a href="/pages/-LA-Up6NfGVd_ZUqQbrP">/pages/-LA-Up6NfGVd_ZUqQbrP</a></td></tr><tr><td>Standalone Listeners</td><td></td><td></td><td><a href="/pages/-LA-Up6O-cZK7vcT78tT">/pages/-LA-Up6O-cZK7vcT78tT</a></td></tr></tbody></table>


---

# 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://wirebox.ortusbooks.com/usage/wirebox-event-model/wirebox-listeners.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.
