> For the complete documentation index, see [llms.txt](https://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://docs.akto.io/test-editor/concepts/test-yaml-syntax-detailed/id.md).

# ID

The ID field serves as a unique, descriptive identifier for a particular test 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."
```
