# Usage

- [Authentication Services](https://coldbox-security.ortusbooks.com/usage/authentication-services.md): ColdBox security can work with ANY authentication service provider.
- [Basic Authentication](https://coldbox-security.ortusbooks.com/usage/basic-authentication.md): Basic access authentication is a method for an HTTP user agent (e.g. a web browser) to provide a user name and password when making a request.
- [Security Rules](https://coldbox-security.ortusbooks.com/usage/untitled-1.md): CBSecurity can apply security rules to incoming events.
- [Security Annotations](https://coldbox-security.ortusbooks.com/usage/security-annotations.md): Security annotations are used to secure your handler and/or handler actions
- [cbSecurity Model](https://coldbox-security.ortusbooks.com/usage/cbsecurity-model.md): This object is used to provide you with human, fluent and explicit security authorizations, authentication insight, utility and contexts.
- [Authentication Methods](https://coldbox-security.ortusbooks.com/usage/cbsecurity-model/authentication-methods.md): These methods assist a developer in getting insight into the authentication framework.
- [Authorization Contexts](https://coldbox-security.ortusbooks.com/usage/cbsecurity-model/authorization-contexts.md): Create fluent and secure code blocks
- [Blocking Methods](https://coldbox-security.ortusbooks.com/usage/cbsecurity-model/secure-blocking-methods.md): Get outta here!
- [Securing Views](https://coldbox-security.ortusbooks.com/usage/cbsecurity-model/securing-views.md): Secure access to views in ColdBox
- [Utility Methods](https://coldbox-security.ortusbooks.com/usage/cbsecurity-model/utility-methods.md): Get access to several security-focused methods to assist in your security journey.
- [Verification Methods](https://coldbox-security.ortusbooks.com/usage/cbsecurity-model/verification-methods.md): Verify permissions the fluent way!
- [Secured URL](https://coldbox-security.ortusbooks.com/usage/_securedurl-key.md): CBSecurity stores the secured incoming url so you can relocate the user to it after authenticating.
- [Interceptions](https://coldbox-security.ortusbooks.com/usage/interceptions.md): CBSecurity has many events that you can listen to for an event-driven experience.
- [Cross Site Request Forgery](https://coldbox-security.ortusbooks.com/usage/cross-site-request-forgery-cbcsrf.md): This feature set is provided by the cbcsrf module.
- [Delegates](https://coldbox-security.ortusbooks.com/usage/delegates.md): Delegate yourself!
- [Auth User](https://coldbox-security.ortusbooks.com/usage/auth-user.md): CBSecurity comes bundled with a basic authentication User


---

# 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/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.
