Documentation Index
Fetch the complete documentation index at: https://askui-docs-streamline-documentation.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Two Formats
Natural Language
Plain text instructions. Best for interactive development.
CSV Format
Structured test cases. Best for test automation.
Quick Comparison
Natural Language:Guidelines
- Be specific: “Click the blue Submit button” > “Click submit”
- One action per step: Easier to debug
- Include verification: “Click Submit. Verify success message appears.”