# Overview

Akto Probe Library is the AI Red Teaming framework for teams protecting AI agents, LLM components, and MCP endpoints. Write custom probes to discover vulnerabilities specific to autonomous systems including prompt injections, tool abuse, and permission escalation.

Probe Library consists of three blocks:

1. [Probe Library](/akto-argus-agentic-ai-security-for-homegrown-ai/probe-library/agentic-security-categories.md) with 1000+ built-in probes for agentic security
2. [YAML](/akto-argus-agentic-ai-security-for-homegrown-ai/probe-library/concepts/test-yaml.md) probe editor for custom probe creation
3. Sample agent component requests and responses for scanning


---

# 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://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/probe-library/concepts/overview.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.
