This guide walks you through running a complete audit on your web application from scratch.Documentation Index
Fetch the complete documentation index at: https://docs.qaos.machdel.com/llms.txt
Use this file to discover all available pages before exploring further.
1. Create an account and project
Before anything else, sign up for a QAOS account and create a project from the QAOS Dashboard. You’ll need your project ID in the next steps.2. Install and authenticate
If you haven’t already, install the CLI and log in:3. Create a config file
Create a file namedqaos-config.json in your project directory. With QAOS Mode, the agent crawls your entire site automatically — no need to define individual tasks:
qaos-config.json
your-project-id-here with a project ID from the QAOS Dashboard, and set startUrl to your application’s home page.
4. Start the run
- Connect to the QAOS server
- Launch a headless browser
- Start crawling from the provided
startUrl - Autonomously discover and navigate pages across your site
- Run the security and UI/UX agents on each page it visits
- Stream findings to your terminal in real time
5. View the report
Open the report URL printed at the end of the run, or navigate to Reports in the QAOS Dashboard. The report includes:- Every detected issue with severity, description, and location
- Reproduction context
- Fix recommendations for each issue
Next steps
Configure a run
Learn all configuration options and how to write effective task descriptions.
Issue reference
Understand every issue type QAOS detects and how to fix them.