> For the complete documentation index, see [llms.txt](https://ax.attacksurge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ax.attacksurge.com/overview/quickstart-guide-1.md).

# QuickStart Guide

Example workflow for running ax for the first time&#x20;

1. [Configure](/overview/quickstart-guide-1/configure-ax-controller.md) Ax Controller: `ax configure --run`
2. [Deploy](/overview/quickstart-guide-1/deploy-instances.md) an instance or a fleet of instances: `ax init <name>`  or `ax fleet <name> -i <number>`
3. [Run Scans](/overview/quickstart-guide-1/run-scans.md): `ax scan ips.txt -m nmap <arg1> <arg2> ...`
4. [Teardown](/overview/quickstart-guide-1/teardown-instances.md) instances when finished `ax rm <name>`
