# Red Teaming

- [Agent Red Teaming](https://docs.highflame.ai/red-teaming/agent-red-teaming.md)
- [Architecture](https://docs.highflame.ai/red-teaming/agent-red-teaming/architecture.md)
- [Attack Engines](https://docs.highflame.ai/red-teaming/agent-red-teaming/attack-engines.md)
- [Testing Categories](https://docs.highflame.ai/red-teaming/agent-red-teaming/testing-categories.md)
- [Model Red Teaming](https://docs.highflame.ai/red-teaming/agent-red-teaming/model-red-teaming.md)
- [Guides](https://docs.highflame.ai/red-teaming/agent-red-teaming/guides.md): Here you will learn how to design precise, measurable, and real-world security tests for AI systems.
- [Writing Scan Objectives](https://docs.highflame.ai/red-teaming/agent-red-teaming/guides/writing-scan-objectives.md): A well-written objective leads to more targeted attacks and clearer evaluation results, helping you identify and fix security issues more effectively.
- [Scan Objective Templates](https://docs.highflame.ai/red-teaming/agent-red-teaming/guides/scan-objective-templates.md): Ready-to-use scan objective templates for common application domains. Use these as starting points and adapt them to your application's specific context.
- [Model Supply Chain Scan](https://docs.highflame.ai/red-teaming/model-supply-chain-scan.md)
- [Quick Start](https://docs.highflame.ai/red-teaming/model-supply-chain-scan/quickstart.md)
- [GitHub Actions](https://docs.highflame.ai/red-teaming/model-supply-chain-scan/github-actions.md): Here you'll get instructions and learn best practices for using Palisade in GitHub Actions.
- [Azure DevOps](https://docs.highflame.ai/red-teaming/model-supply-chain-scan/azure-devops.md): Here you'll get instructions and learn best practices for using Palisade in Azure DevOps pipelines.
- [Performance](https://docs.highflame.ai/red-teaming/model-supply-chain-scan/performance.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/red-teaming.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.
