# Fundamentals

- [Ax Utility Scripts](https://ax.attacksurge.com/fundamentals/ax-utility-scripts.md): Utility scripts to help you interact with axiom instances!
- [Bring Your Own Provisioner](https://ax.attacksurge.com/fundamentals/bring-your-own-provisioner.md)
- [Fleets](https://ax.attacksurge.com/fundamentals/fleets.md): Spin up fleets of axiom instances in one or multiple regions. Specify the name of your fleet (fleet prefix) or have axiom choose for you.
- [Scans](https://ax.attacksurge.com/fundamentals/scans.md): Scanning using a fleet of Ax instances
- [Modules](https://ax.attacksurge.com/fundamentals/scans/modules.md)
- [Adding Simple Modules](https://ax.attacksurge.com/fundamentals/scans/modules/adding-simple-modules.md)
- [Adding One-Shot Modules](https://ax.attacksurge.com/fundamentals/scans/modules/adding-one-shot-modules.md)
- [Merging and Module Extensions](https://ax.attacksurge.com/fundamentals/scans/modules/merging-and-module-extensions.md)
- [Horizontal vs Vertical Scaling](https://ax.attacksurge.com/fundamentals/scans/horizontal-vs-vertical-scaling.md)
- [Responsibility](https://ax.attacksurge.com/fundamentals/responsibility.md)
- [Terminology](https://ax.attacksurge.com/fundamentals/terminology.md)


---

# 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://ax.attacksurge.com/fundamentals.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.
