# AI

- [AI part of AppSec](https://docs.aquilax.ai/blog/ai/ai-part-of-appsec.md): Enhancing Software Security Scanning with AI and Machine Learning: AquilaX’s Approach
- [NL-JSON Model](https://docs.aquilax.ai/blog/ai/nl-json-model.md): The NL-JSON model is designed to simplify the interaction between users and complex systems by translating natural language commands into structured JSON format.
- [Findings Review (AquilaX AI)](https://docs.aquilax.ai/blog/ai/findings-review-aquilax-ai.md): How AquilaX is capable to predict if any finding is False Positive or True Positive
- [AI-Driven Vulnerability Triage](https://docs.aquilax.ai/blog/ai/ai-driven-vulnerability-triage.md): AI-Driven Vulnerability Triage: The AquilaX Approach
- [SAST and AI Intersection](https://docs.aquilax.ai/blog/ai/sast-and-ai-intersection.md): How we use SLM with SAST


---

# 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://docs.aquilax.ai/blog/ai.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.
