# Securitron AI Service

<figure><img src="/files/ZU93878KFdGLebkJvxCO" alt=""><figcaption><p>Functionalities of AquilaX's AI Engine</p></figcaption></figure>

Securitron, our flagship AI engine, serves as the core interface of our service.

Key capabilities of Securitron include:

1. Raising pull requests (or merge requests) directly to the codebase to address identified security issues.
2. Accepting requests and commands from developers to perform scans or answer any software security questions.
3. Providing metrics and risk information to C-level managers, either in plain English or through detailed reports.


---

# 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/securitron-ai-service.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.
