# Security Guide

Safeguarding your applications and data from attack requires addressing several important factors including server security, network security and code security. You can find all you need to know about securing your ColdFusion engines in the ColdFusion Security Guide at the most excellent [**cfdocs**](https://cfdocs.org/security) website. Please visit it, follow it, live it!

* <https://cfdocs.org/security>
* [https://cfdocs.org/security-encryption](https://cfdocs.org/security%2Dencryption)
* [https://cfdocs.org/security-obfuscation](https://cfdocs.org/security%2Dobfuscation)
* [https://cfdocs.org/security-session-management](https://cfdocs.org/security%2Dsession%2Dmanagement)


---

# 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://modern-cfml.ortusbooks.com/extra-credit/security-guide.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.
