Settings allow you to customize your Autosana experience, from notifications to agent behavior. Access settings by clicking your profile icon and selecting Settings from the dropdown.
Agent Speed
Control how thoroughly the AI agent reasons through each action in your flows.
Location: Settings → Agent Speed
Agent Speed determines the depth of reasoning before each action:
Intelligent mode will reason for longer and take additional time per action.
Fast mode requires more explicit prompting. If your flow instructions are vague or ambiguous, the agent using the Fast mode may struggle to interpret them correctly. For best results with Fast mode, use specific, detailed instructions like “Tap the ‘Submit’ button in the bottom right corner” instead of “Submit the form.”
Notifications
Configure how and when you receive test result notifications.
Location: Settings → Notifications
Email Notifications
Toggle email notifications on/off and manage recipient email addresses.
Default: Enabled with your account email
To add additional emails:
- Navigate to Settings → Notifications
- Click the + button next to “Email Addresses”
- Enter the email address
- Click Add Email
To remove an email:
- Find the email in the list
- Click the trash icon (🗑️)
- Confirm removal
Add your team members’ emails to keep everyone informed of test results without sharing account credentials.
Experimental Features
Enable beta features to try out new capabilities before they’re generally available.
Location: Settings → Experimental Features
Run Caching
BETA: This feature is experimental and may change or be removed in future releases.
When enabled, flows that have previously passed will use cached action sequences for faster execution (5-8x speedup).
How it works:
- After a flow passes successfully, the action sequence is cached
- Subsequent runs replay the cached actions with a smaller, faster model
- If the replay fails (e.g., due to UI changes), the full agent takes over
When to enable:
- Stable flows with consistent UI
- Regression testing with unchanged app versions
- CI/CD pipelines where speed is critical
When to disable:
- Testing new features or UI changes
- Flows that interact with dynamic content
- When maximum accuracy is required
Appearance
Customize the visual theme of the Autosana dashboard.
Location: Settings → Appearance
Available themes:
- Light: Light color scheme
- System: Matches your operating system preference
- Dark: Dark color scheme
Account
View and update your account information.
Location: Settings → Account
Editable Fields
Read-Only Fields
- Email: Your account email (cannot be changed)
CI/CD Integration
Manage GitHub app installation and CI/CD automation settings.
Location: Settings → CI/CD Integration
See the CI/CD Integration guide for detailed setup instructions.
Environments
Manage environment variables used across your flows.
Location: Settings → Environments
See the Environments guide for detailed information.
Best Practices
Start with Balanced SpeedBegin with the default Balanced mode and only adjust if you experience issues or have specific performance requirements.
Enable Notifications for Critical FlowsSet up email notifications to stay informed of test failures, especially for automated CI/CD runs.
Test Run Caching CarefullyWhen enabling Run Caching, monitor the first few runs to ensure cached actions work correctly with your app.
Next Steps