# Security

- [Web Application Firewall (WAF)](https://clients.medianova.com/api-documentation/security/web-application-firewall-waf.md): Manage WAF resources, modes, and custom rules through the Security API.
- [SSL/TLS](https://clients.medianova.com/api-documentation/security/ssl-tls.md): Manage SSL and TLS certificates, Let's Encrypt integrations, and certificate lifecycle operations through the Security API.
- [Always Use HTTPS Settings](https://clients.medianova.com/api-documentation/security/always-use-https-settings.md): Enforce HTTPS-only connections for CDN Resources through the Security API.
- [Origin Basic Authentication](https://clients.medianova.com/api-documentation/security/origin-basic-authentication.md): Configure Origin Basic Authentication credentials for CDN Resources through the Security API.
- [Secure Token](https://clients.medianova.com/api-documentation/security/secure-token.md): Configure Secure Token authentication for CDN Resources through the Security API.
- [Bot Protection](https://clients.medianova.com/api-documentation/security/bot-protection.md): Enable or disable Bot Protection for a CDN Resource through the Security API.
- [Hotlink Protection](https://clients.medianova.com/api-documentation/security/hotlink-protection.md): Control Hotlink Protection rules for CDN Resources through the Security API.
- [User Agent ACL](https://clients.medianova.com/api-documentation/security/user-agent-acl.md): Define user agent–based access control rules for CDN Resources through the Security API
- [IP Restriction ACL](https://clients.medianova.com/api-documentation/security/ip-restriction-acl.md): Define IP-based access control rules for CDN Resources through the Security API.
- [Geoblocking](https://clients.medianova.com/api-documentation/security/geoblocking.md): Restrict or allow content delivery by region through the Security API.


---

# 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://clients.medianova.com/api-documentation/security.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.
