# Agent Authorization & Control (Shield)

- [Guardrails & Policies](https://docs.highflame.ai/agent-authorization-and-control-shield/guardrails-policies.md): Highflame Guardrails — real-time threat detection and policy enforcement across prompts, tool calls, model responses, and files.
- [Guardrail Evaluations](https://docs.highflame.ai/agent-authorization-and-control-shield/guardrails-policies/bounded-functional-units.md): How Highflame Guardrails evaluate requests — evaluation points, session awareness, enforcement modes, and layered protection.
- [Policy Templates](https://docs.highflame.ai/agent-authorization-and-control-shield/policy-templates.md)
- [Chat Assistant](https://docs.highflame.ai/agent-authorization-and-control-shield/policy-templates/chat-assistant-policies.md)
- [Data Pipeline](https://docs.highflame.ai/agent-authorization-and-control-shield/policy-templates/data-pipeline-policies.md)
- [Multi-Agent](https://docs.highflame.ai/agent-authorization-and-control-shield/policy-templates/multi-agent-policies.md)
- [A2A](https://docs.highflame.ai/agent-authorization-and-control-shield/policy-templates/a2a-policies.md)
- [Advanced Detection](https://docs.highflame.ai/agent-authorization-and-control-shield/policy-templates/advanced-detection-policies.md)
- [Abuse Detection and Control](https://docs.highflame.ai/agent-authorization-and-control-shield/policy-templates/abuse-detection.md)
- [Threat Alerts](https://docs.highflame.ai/agent-authorization-and-control-shield/threat-alerts.md)
- [Cedar Cookbook](https://docs.highflame.ai/agent-authorization-and-control-shield/cedar-cookbook.md): Cedar policy patterns for Highflame Shield — prompt injection blocking, PII controls, tool restrictions, delegation depth enforcement, trust level gates, and ZeroID claim integration.
- [Policy Playground](https://docs.highflame.ai/agent-authorization-and-control-shield/policy-playground.md)
- [Calling Guardrail APIs](https://docs.highflame.ai/agent-authorization-and-control-shield/guardrail-apis.md): REST API reference for Highflame Shield guardrails — evaluate prompts, tool calls, files, and responses against detection and Cedar policy.
- [Observability](https://docs.highflame.ai/agent-authorization-and-control-shield/observability.md)


---

# 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://docs.highflame.ai/agent-authorization-and-control-shield.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.
