> For the complete documentation index, see [llms.txt](https://docs.edgetag.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.edgetag.io/overview/how-it-works/other-built-in-capabilities.md).

# Other Built-In Capabilities

### **Consent Management & Compliance**

EdgeTag integrates with your existing consent platform (OneTrust, Shopify, CookieBot, etc.) and enforces customer consent choices in real-time before any data is shared. Granular controls allow customers to consent to specific channels, with decisions automatically propagated across all 50+ destinations.&#x20;

Built-in DSAR automation handles data subject access requests with self-service deletion across BrowserDB and all connected platforms, maintaining full audit trails for GDPR, CCPA, and HIPAA compliance.

### **Enterprise Observability & Real-Time Monitoring**

EdgeTag provides complete pipeline visibility with live dashboards showing data throughput, delivery success rates, and errors up to the last minute. ML-powered anomaly detection alerts you when traffic drops or delivery fails.&#x20;

Real-time debugging tools include live log streaming and event validators, allowing you to see exactly which data was sent to each platform and troubleshoot issues immediately.

### **Bot Protection**

Every EdgeTag deployment runs behind Cloudflare's Web Application Firewall, which provides enterprise-level threat detection. Machine learning identifies and blocks malicious traffic patterns before they corrupt your customer data with negative signals. This ensures only validated interactions reach your marketing tools.

<br>


---

# 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://docs.edgetag.io/overview/how-it-works/other-built-in-capabilities.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.
