autopilot
latest
false
- Getting started
 - Best practices
 - Data privacy
 - Autopilot chat
 - Generating automations
 - Generating tests
- Generating tests
 - Quality-check requirements
 - Generate tests for requirement
 - Import manual test cases
 - Find obsolete tests
 - Generate tests for SAP transactions
 - Generate coded automations
 - Generate coded API automation
 - Refactor coded automations
 - Generate low-code automations
 - Generate synthetic test data
 - Generate test reports
 - Search Test Manager project
 
 - Autopilot for Everyone
- About Autopilot for Everyone
 - Autopilot for Everyone feature comparison
 - User types
 - Data sources
 - Toolset automations
 - Localization
 - Prerequisites
 - Autopilot widget
 - The Autopilot for Everyone tenant card
 - Prerequisites for installation
 - Enabling Anthropic models
 - Installing Autopilot for Everyone
 - Updating Autopilot for Everyone
 - Uninstalling Autopilot for Everyone
 - Configuring Autopilot for Everyone
 - Disabling the Autopilot welcome screen in Assistant
 - Configuring an LLM for Autopilot for Everyone
 
- Deploying toolset automations
 - Prompt-to-response flow
 - Launching Autopilot for Everyone
 - Autopilot settings for business users
 - Using a specialized Autopilot
 - Using a starting prompt
 - Uploading and analyzing files
 - Running automations
 - Interacting with Autopilot answers
 - Using suggested prompts
 - Starting a new chat
 - Chat history
 - Providing general feedback
 
- Clipboard AI Enterprise version
 - Troubleshooting
 
 

Autopilot user guide
Last updated Oct 31, 2025
Using AutopilotTM you can quickly create code within your coded automations from the following input sources:
- Comments - Select a comment, right-click, and choose Generate Code.
 - Specific lines in your automation - Select the desired line, right-click, and then choose Generate Code. refine the generation with your prompt, then your code is generated within the automation.
 - Custom prompts - On a blank code line, select the Autopilot icon 
, then enter your prompt in the Ask Autopilot to generate code field. Finally, select Generate.
To open the Ask Autopilot to generate code field, you can also use theCtrl + Shift + Gkeyboard shortcut, or right-click in the code editor and select Generate Code. 
Autopilot also helps you to implement methods, classes, or interfaces, suitable for when you have an XML summary and comments, but lack the actual code. Autopilot offers suggestions, such as Implement method, or Implement class and when you select them, the required code is generated, as well as additional methods or classes, if it's necessary for the automation logic.