> For the complete documentation index, see [llms.txt](https://waf-doc.inext.checkpoint.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://waf-doc.inext.checkpoint.com/how-to.md).

# HOW TO

- [Edit Web Application/API Settings](https://waf-doc.inext.checkpoint.com/how-to/edit-web-application-api-settings.md)
- [Edit Reverse Proxy Advanced Settings for a Web Asset](https://waf-doc.inext.checkpoint.com/how-to/edit-reverse-proxy-advanced-settings-for-a-web-asset.md)
- [Configure Load Balancing when Using Cloud Guard WAF as a Reverse Proxy](https://waf-doc.inext.checkpoint.com/how-to/configure-load-balancing-when-using-cloud-guard-waf-as-a-reverse-proxy.md)
- [Protect an existing production site with CloudGuard WAF's Gateway](https://waf-doc.inext.checkpoint.com/how-to/protect-an-existing-production-site-with-cloudguard-wafs-gateway.md)
- [View Policy of all your Web Applications/APIs](https://waf-doc.inext.checkpoint.com/how-to/view-policy-of-all-your-web-applications-apis.md)
- [Add Data Loss Prevention (DLP) rules](https://waf-doc.inext.checkpoint.com/how-to/add-data-loss-prevention-dlp-rules.md)
- [Configure Contextual Machine Learning for Best Accuracy](https://waf-doc.inext.checkpoint.com/how-to/configure-contextual-machine-learning-for-best-accuracy.md)
- [Track Agent Status](https://waf-doc.inext.checkpoint.com/how-to/track-agent-status.md)
- [Track Learning and Move from Learn/Detect to Prevent](https://waf-doc.inext.checkpoint.com/how-to/track-learning-and-move-from-learn-detect-to-prevent.md)
- [Rotate profile authentication token](https://waf-doc.inext.checkpoint.com/how-to/rotate-profile-authentication-token.md)
- [Upgrade your Reverse Proxy when a Linux/NGINX agent is installed](https://waf-doc.inext.checkpoint.com/how-to/upgrade-your-reverse-proxy-when-a-linux-nginx-agent-is-installed.md)
- [Use Terraform to Manage CloudGuard WAF](https://waf-doc.inext.checkpoint.com/how-to/use-terraform-to-manage-cloudguard-waf.md)
- [Authorize Temporary Access for Check Point Support](https://waf-doc.inext.checkpoint.com/how-to/authorize-temporary-access-for-check-point-support.md)
- [Restrict Access to Backend Servers from CloudGuard WAF as a Service IPs Only](https://waf-doc.inext.checkpoint.com/how-to/restrict-access-to-backend-servers-from-cloudguard-waf-as-a-service-ips-only.md)
- [Integrate CloudGuard WAF with Prometheus](https://waf-doc.inext.checkpoint.com/how-to/integrate-cloudguard-waf-with-prometheus.md)
- [Enable Mutual TLS (mTLS) Authentication](https://waf-doc.inext.checkpoint.com/how-to/enable-mutual-tls-mtls-authentication.md)
- [Enable Post-Quantum Cryptography  Support (Early Access)](https://waf-doc.inext.checkpoint.com/how-to/enable-post-quantum-cryptography-support-early-access.md)
- [Move a Domain Between Tenants in WAF SaaS](https://waf-doc.inext.checkpoint.com/how-to/move-a-domain-between-tenants-in-waf-saas.md)
- [Configure Multi-Region Deployment in WAF SaaS](https://waf-doc.inext.checkpoint.com/how-to/configure-multi-region-deployment-in-waf-saas.md)
- [Configure RBAC Roles](https://waf-doc.inext.checkpoint.com/how-to/configure-rbac-roles.md)
- [How to Protect Against Billion Laughs Attacks](https://waf-doc.inext.checkpoint.com/how-to/how-to-protect-against-billion-laughs-attacks.md)
- [How to Roll Back Policy](https://waf-doc.inext.checkpoint.com/how-to/how-to-roll-back-policy.md)
- [How to Enable WebSocket Scanning](https://waf-doc.inext.checkpoint.com/how-to/how-to-enable-websocket-scanning.md)
- [Use Automatic Tuning Suggestions](https://waf-doc.inext.checkpoint.com/how-to/use-automatic-tuning-suggestions.md)
- [Deploy Check Point WAF in the FedRAMP Environment](https://waf-doc.inext.checkpoint.com/how-to/deploy-check-point-waf-in-the-fedramp-environment.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://waf-doc.inext.checkpoint.com/how-to.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
