> For the complete documentation index, see [llms.txt](https://docs.aquilax.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aquilax.ai/products-and-services/services.md).

# Services

List of services offered by AquilaX platform in relation to the plan selected

<table><thead><tr><th width="314">Service</th><th width="141" data-type="checkbox">Free</th><th width="148" data-type="checkbox">Premium</th><th data-type="checkbox">Ultimate</th></tr></thead><tbody><tr><td><a href="/pages/BYBzWDSWGClwu8F9PVA5#multi-tenant">Multi tenant (SaaS)</a></td><td>true</td><td>true</td><td>true</td></tr><tr><td><a href="/pages/BYBzWDSWGClwu8F9PVA5#single-tenant">Single tenant (Isolated Instance)</a></td><td>false</td><td>true</td><td>true</td></tr><tr><td><a href="/pages/BYBzWDSWGClwu8F9PVA5#private-cloud-on-prem">Private Cloud (your own Cloud)</a></td><td>false</td><td>true</td><td>true</td></tr><tr><td><a href="/pages/BYBzWDSWGClwu8F9PVA5#private-cloud-on-prem">On-Prem</a></td><td>false</td><td>true</td><td>true</td></tr><tr><td><a href="/pages/a1qJvJbVo0WzjBVjfrP4">Manual vulnerability trigging</a></td><td>false</td><td>false</td><td>true</td></tr><tr><td><a href="/pages/X4bMZxBKDTwAY9QjgkDA">Training (remote/in presence)</a></td><td>false</td><td>false</td><td>true</td></tr><tr><td><a href="/pages/12Zpoml3YEfj4FaF2pFW">Security Consultation</a></td><td>false</td><td>false</td><td>true</td></tr><tr><td><a href="/pages/ld9Y3gjjNowrADKB7eet">DevSecOps Consultation</a></td><td>false</td><td>false</td><td>true</td></tr><tr><td><a href="/pages/375bHQm2O3SvDhmKUBtX">3rd party Integration</a></td><td>false</td><td>false</td><td>true</td></tr><tr><td><a href="/pages/keTyIZW8RYE8p1JJnyMy">Auto Triaging</a></td><td>false</td><td>false</td><td>true</td></tr></tbody></table>

{% hint style="info" %}
The free plan is limited to a maximum of 10 users per organization.
{% endhint %}

For price list please visit: <https://aquilax.ai/#pricing>


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.aquilax.ai/products-and-services/services.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
