# Probe YAML Syntax (Detailed)

## Probe YAML Syntax (Detailed)

## Overview

Every Akto probe is written in Akto’s YAML format. This page details the keywords available when writing a probe.

1. [ID](/akto-argus-agentic-ai-security-for-homegrown-ai/probe-library/concepts/test-yaml-syntax-detailed/id.md)
2. [Info](/akto-argus-agentic-ai-security-for-homegrown-ai/probe-library/concepts/test-yaml-syntax-detailed/info.md)
   1. Name
   2. Description
   3. Details
   4. Impact
   5. Category
   6. SubCategory
   7. Severity
   8. Tags
3. [Wordlists](/akto-argus-agentic-ai-security-for-homegrown-ai/probe-library/concepts/test-yaml-syntax-detailed/wordlists.md)
4. [API Selection Filter](/akto-argus-agentic-ai-security-for-homegrown-ai/probe-library/concepts/test-yaml-syntax-detailed/api-selection-filters.md)
   1. Parent Operators
   2. Data Operators
   3. Collection Operators
   4. Combining Conditions using Boolean Operators
5. [Execute](/akto-argus-agentic-ai-security-for-homegrown-ai/probe-library/concepts/test-yaml-syntax-detailed/execute.md)
   1. Operators
   2. Combining multiple conditions
6. [Auth](/akto-argus-agentic-ai-security-for-homegrown-ai/probe-library/concepts/test-yaml-syntax-detailed/auth.md)
7. [Validation](/akto-argus-agentic-ai-security-for-homegrown-ai/probe-library/concepts/test-yaml-syntax-detailed/validation.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://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/probe-library/concepts/test-yaml-syntax-detailed.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.
