# The Base Proxy Object

Here are some common methods of our ColdBox proxy object. However, we encourage you to see the [API docs](http://apidocs.ortussolutions.com/coldbox/current) for that latest and greatest.

| Method                              | Description                                                                                                                                                              |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| announceInterception(state, data)   | Processes a remote interception.                                                                                                                                         |
| getCacheBox()                       | Get a reference to [CacheBox](http://wiki.coldbox.org/wiki/CacheBox.cfm)                                                                                                 |
| getCache(cacheName='default')       | Get a reference to a named cache provider                                                                                                                                |
| getController()                     | Returns the ColdBox controller instance                                                                                                                                  |
| getInterceptor()                    | Get a named interceptor                                                                                                                                                  |
| getLogBox()                         | Get a reference to LogBox                                                                                                                                                |
| getInstance(name,dsl,initArguments) | Get a [Wirebox](http://wiki.coldbox.org/wiki/Wirebox.cfm) model object                                                                                                   |
| getWireBox()                        | Get a reference to [WireBox](http://wiki.coldbox.org/wiki/WireBox.cfm)                                                                                                   |
| process()                           | Processes a remote call that will execute a coldbox event and returns data/objects back.                                                                                 |
| loadColdBox()                       | Gives you the ability to load any external coldbox application in the application scope. Great for remotely loading any coldbox application, it can be located anywhere. |
| getRemotingUtil()                   | Return a utility class to manipulate output and buffer                                                                                                                   |

&#x20;API Docs: <http://apidocs.ortussolutions.com/coldbox/current>


---

# 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/v4.x-1/digging-deeper/coldbox-proxy/the-base-proxy-object.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.
