# Usage

- [Authentication Services](https://coldbox-security.ortusbooks.com/v2.x-3/usage/authentication-services.md): ColdBox security can work with ANY authentication service provider.
- [Security Rules](https://coldbox-security.ortusbooks.com/v2.x-3/usage/untitled-1.md)
- [Security Annotations](https://coldbox-security.ortusbooks.com/v2.x-3/usage/security-annotations.md)
- [Secured URL](https://coldbox-security.ortusbooks.com/v2.x-3/usage/_securedurl-key.md)
- [Interceptions](https://coldbox-security.ortusbooks.com/v2.x-3/usage/interceptions.md)
- [cbSecurity Model](https://coldbox-security.ortusbooks.com/v2.x-3/usage/cbsecurity-model.md): This object is used to provide you with human, fluent and explicit security authorizations and contexts.
- [secure() Blocking Methods](https://coldbox-security.ortusbooks.com/v2.x-3/usage/cbsecurity-model/secure-blocking-methods.md)
- [Verification Methods](https://coldbox-security.ortusbooks.com/v2.x-3/usage/cbsecurity-model/verification-methods.md)
- [Authorization Contexts](https://coldbox-security.ortusbooks.com/v2.x-3/usage/cbsecurity-model/authorization-contexts.md)
- [Securing Views](https://coldbox-security.ortusbooks.com/v2.x-3/usage/cbsecurity-model/securing-views.md)
- [Cross Site Request Forgery](https://coldbox-security.ortusbooks.com/v2.x-3/usage/cross-site-request-forgery-cbcsrf.md): This feature set is provided by the cbcsrf module.


---

# 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-security.ortusbooks.com/v2.x-3/usage.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.
