# Documentation

## v0.1

- [OWASP Four Clover Documentation](https://docs.fourclover.org/v0.1/owasp-four-clover-documentation.md): Learn how to get up and running with OWASP Four Clover (OFC) through tutorials and platform resources.
- [Getting Started](https://docs.fourclover.org/v0.1/overview/getting-started.md)
- [Our Features](https://docs.fourclover.org/v0.1/overview/our-features.md)
- [Performing Scans on Directories and Files](https://docs.fourclover.org/v0.1/tool-guides/performing-scans-on-directories-and-files.md): Performing scans on directories and files using Four Clover involves using various command-line options to tailor the scanning process to your specific needs.
- [Initiating a Comparison](https://docs.fourclover.org/v0.1/tool-guides/initiating-a-comparison.md)
- [Performing Scans Based on Policies](https://docs.fourclover.org/v0.1/tool-guides/performing-scans-based-on-policies.md)
- [Security Analyst](https://docs.fourclover.org/v0.1/use-cases/security-analyst.md): File Integrity Verification
- [IT Administrator](https://docs.fourclover.org/v0.1/use-cases/it-administrator.md): Configuration Validation
- [Compliance Officer](https://docs.fourclover.org/v0.1/use-cases/compliance-officer.md): Audit Trail Creation
- [Software Developer](https://docs.fourclover.org/v0.1/use-cases/software-developer.md): Baseline Verification
- [Incident Responder](https://docs.fourclover.org/v0.1/use-cases/incident-responder.md): Intrusion Detection
- [DevSecOps Engineer](https://docs.fourclover.org/v0.1/use-cases/devsecops-engineer.md): DevSecOps Integration
- [Compliance Manager](https://docs.fourclover.org/v0.1/use-cases/compliance-manager.md): Compliance Validation
- [Cloud Security Engineer](https://docs.fourclover.org/v0.1/use-cases/cloud-security-engineer.md): Cloud Environment Security


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.fourclover.org/v0.1/owasp-four-clover-documentation.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.
