> For the complete documentation index, see [llms.txt](https://ai-security-docs.akto.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/probe-library/concepts/test-yaml-syntax-detailed/id.md).

# ID

The ID field serves as a unique, descriptive identifier for a particular probe YAML file.

Example:

```yaml
# THIS IS THE ID
id: CSRF_LOGIN_ATTACK
info:
  name: "CSRF Login attack"
  description: "Hackers trick users to log into their account by forging requests, exploiting server authentication."
```
