# Getting Started

- [Installation](https://coldbox-security.ortusbooks.com/getting-started/installation.md): Get up and running with CBSecurity in no time!
- [Overview](https://coldbox-security.ortusbooks.com/getting-started/overview.md): In this page you will find a thorough overview of the capabilities of the ColdBox Security module.
- [Configuration](https://coldbox-security.ortusbooks.com/getting-started/configuration.md): How to configure CBSecurity
- [Authentication](https://coldbox-security.ortusbooks.com/getting-started/configuration/authentication.md): Configuring your authentication services
- [Basic Auth](https://coldbox-security.ortusbooks.com/getting-started/configuration/basic-auth.md): Configuration for basic authentication
- [CSRF](https://coldbox-security.ortusbooks.com/getting-started/configuration/csrf.md): Configuring CBSecurity for cross site request forgery attacks
- [JWT](https://coldbox-security.ortusbooks.com/getting-started/configuration/jwt.md): JSON Web Tokens configurations
- [Firewall](https://coldbox-security.ortusbooks.com/getting-started/configuration/firewall.md): Configuring the security firewall
- [DB Rules](https://coldbox-security.ortusbooks.com/getting-started/configuration/firewall/untitled.md): Security rules from a database
- [JSON Rules](https://coldbox-security.ortusbooks.com/getting-started/configuration/firewall/json-properties.md): Security rules in a JSON file
- [Model Rules](https://coldbox-security.ortusbooks.com/getting-started/configuration/firewall/model-rules.md): Security rules from a model's method call
- [XML Rules](https://coldbox-security.ortusbooks.com/getting-started/configuration/firewall/xml-properties.md): Security rules in an XML file
- [Security Headers](https://coldbox-security.ortusbooks.com/getting-started/configuration/security-headers.md): Configuring the security response headers and features
- [Visualizer](https://coldbox-security.ortusbooks.com/getting-started/configuration/visualizer.md): Configuring the CBSecurity Visualizer


---

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