Mapping works best when you give it clear context upfront and steer it away from areas where it’s likely to struggle. The tips below reflect patterns that tend to produce better outlines across a range of applications.Documentation Index
Fetch the complete documentation index at: https://docs.qawolf.com/llms.txt
Use this file to discover all available pages before exploring further.
Write a strong opening prompt
Mapping needs enough context to navigate your app and generate meaningful flows. A good opening prompt includes:- The URL to explore
- Login credentials
- The application name (used to name the folder Mapping creates)
- Any specific task or scope
Set a flow target
Mapping defaults to outlining around 200 flows. If you want more coverage, specify a number explicitly — telling it to find “as many as possible” tends to stop at the default anyway.Skip auth flows when they cause problems
If your app uses MFA or has a complex login flow, Mapping can get stuck trying to test authentication before it can explore anything else. Tell it to bypass this:Use manual browsing to supplement AI exploration
You don’t have to rely entirely on Mapping to find flows on its own. You can click through your app manually while in Mapping mode, and it will suggest flows based on what it observes. This is useful for:- Apps where automated exploration struggles (complex forms, file uploads, role-based access)
- Specific flows you want to make sure are captured
- Verifying that Mapping understood a flow correctly